Shenli's Blog

Saturday, November 10, 2007

Graph Algorithm: Python Implementation

›
Because Numenta's algorithm require a graph algorithm(directed graph with weighted arcs), I find a lot of good links. Dijkstra's alg...
3 comments:
Monday, November 5, 2007

Python for Numerical Computing

›
Tentative NumPy Tutorial NumPy for Matlab Users Numpy Example List Tuple T=(1,2,3,4), List L=[1,2,3,4]. List can be modified while Tuple can...
3 comments:
Saturday, November 3, 2007

The Bigger Picture: A World Model

›
在这篇文章里,我们会站得远一点看,试着理解图片世界的一般特性,从而把简单的图片世界和复杂的真实世界联系起来。 图24:将图片”Cat”提交给HTM网络。工作在三个不同层片的不同节点的接受区域被表示出来。 考虑图.24的”Cat”。假设我们将这个图片提交给我们的网络来完成识别(译者...
Wednesday, October 31, 2007

Solving Every Sudoku Puzzles: Part 2

›
Contiune Solving Every Sudoku Puzzles: Part 2 数独(Sudoku)迷题的通用解法: Part 2 搜索 另一条路是通过搜索来得到答案:全面尝试所有的可能性知道我们恰巧得到一个可行的解答。这种方法的代码时候很少的几行,但是我们会面临另一...
2 comments:

Solving Every Sudoku Puzzles: Part 1

›
数独(Sudoku)迷题的通用解法: Part 1 原文 Solving Every Sudoku Puzzle Peter Norvig 在这篇文章里,我将提出一种数独(Sudoku)迷题的通用解法。它看上去相当简单(大约100行代码),并采用了两个思想: 约束传递(const...

Tips to make your blog beautiful

›
A website have intuitive HTML tutotial. This site provide HTML toolbar plugin for VIM. Add <p> before every paragraph and </p>...
Home
View web version

About Me

My photo
Shenli Zhu
A curious young man.
View my complete profile
Powered by Blogger.