ai-class

所属分类:人工智能/神经网络/深度学习
开发工具:Clojure
文件大小:20KB
下载次数:0
上传日期:2011-10-18 00:09:47
上 传 者sh-1993
说明:  ai课程,斯坦福大学人工智能在线入门课程的代码集
(ai-class,Code collection for the Stanford Online Introduction to Artificial Intelligence class)

文件列表:
unit02 (0, 2011-10-18)
unit02\c++ (0, 2011-10-18)
unit02\c++\Tree.h (2551, 2011-10-18)
unit02\c++\TreeSearch.h (3571, 2011-10-18)
unit02\c++\algorithms (0, 2011-10-18)
unit02\c++\algorithms\Algorithms.h (1398, 2011-10-18)
unit02\c++\algorithms\BreadthFirstSearch.h (3209, 2011-10-18)
unit02\c++\algorithms\Path.h (1617, 2011-10-18)
unit02\c++\example.cpp (1516, 2011-10-18)
unit02\clojure (0, 2011-10-18)
unit02\clojure\unit02 (0, 2011-10-18)
unit02\clojure\unit02\project.clj (329, 2011-10-18)
unit02\clojure\unit02\src (0, 2011-10-18)
unit02\clojure\unit02\src\unit02 (0, 2011-10-18)
unit02\clojure\unit02\src\unit02\graphs.clj (2976, 2011-10-18)
unit02\clojure\unit02\src\unit02\trees.clj (2669, 2011-10-18)
unit02\clojure\unit02\src\unit02\viz.clj (3479, 2011-10-18)
unit02\clojure\unit02\test (0, 2011-10-18)
unit02\clojure\unit02\test\unit02 (0, 2011-10-18)
unit02\clojure\unit02\test\unit02\test (0, 2011-10-18)
unit02\clojure\unit02\test\unit02\test\graphs.clj (1603, 2011-10-18)
unit02\clojure\unit02\test\unit02\test\trees.clj (6303, 2011-10-18)
unit02\js (0, 2011-10-18)
unit02\js\search.js (1616, 2011-10-18)
unit02\js\structures.js (1635, 2011-10-18)
unit02\js\test (0, 2011-10-18)
unit02\js\test\searchtest.html (43, 2011-10-18)
unit02\python (0, 2011-10-18)
unit02\python\u02 (0, 2011-10-18)
unit02\python\u02\__init__.py (0, 2011-10-18)
unit02\python\u02\graph.py (83, 2011-10-18)
unit02\python\u02\search.py (2575, 2011-10-18)
unit02\python\u02\test (0, 2011-10-18)
unit02\python\u02\test\__init__.py (0, 2011-10-18)
... ...

Stanford AI Class Algorithms ---------------------------- This is the unofficial code chrestomathy repository for the [Stanford Online Introduction to Artificial Intelligence][1] course based on Stanford CS221. The course focuses on machine learning, probabilistic reasoning, robotics, and natural language processing. Implementations of any algorithms learned in the course can be developed in any language and put into this repository. All code submitted to this repository will be available freely, and licensed under the [MIT License][2]. [1]: http://www.ai-class.com/ [2]: http://www.opensource.org/licenses/mit-license.php Current available languages ----------------------------- * Clojure * JavaScript * Python How to use ----------- * The repository will be divided into separate directories for each unit in the class ('unit1', 'unit2', etc). * Each unit will be divided into more directories for each language. ('unit1/python', 'unit1/js', 'unit2/python'). * For each unit and language, try to write the algorithms with as few external libraries as possible and keep the code commented. * Unit tests for code, or even better, visualizers, are very appreciated! (but not necessary) * To contribute, fork the repository and add your code following the directory structure. * Send a pull request as soon as you're done, and your code will be merged as soon as possible. New to Git? ----------- Check out any one of GitHub's [awesome guides][2]. [2]:https://github.com/blog/120-new-to-git License ------- All code is released under the [MIT License][4]. [4]:http://www.opensource.org/licenses/mit-license.php

近期下载者

相关文件


收藏者