Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yzernik/aima-scala
https://github.com/yzernik/aima-scala
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yzernik/aima-scala
- Owner: yzernik
- License: gpl-3.0
- Created: 2013-06-24T07:39:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-01-21T22:45:30.000Z (almost 12 years ago)
- Last Synced: 2023-03-24T19:14:10.937Z (over 1 year ago)
- Language: Scala
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
#aima-scala
Scala implementation of algorithms from [Norvig][nor] and [Russel's][rus]
[Artificial Intelligence - A Modern Approach 3rd Edition][aima]Most implementations are untested, stay tuned as more of the codebase is covered with tests.
Otherwise, this repository exists as a resource for learning the concepts behind the algorithms
in AIMA 3ed.## Who Are You?
My name is Alex DiCarlo and I am a Scala and AI enthusiast. Check me out here on [github][asdgit] or
on [Google+][asdgoog] (where you can find further links to my other interests).## Questions/Comments?
If you have any questions or comments, feel free to send me an [email][asdemail] or
send me a message on [Google+][asdgoog]## License
All code is Copyright 2012, 2013 Alex DiCarlo. UDJ is licensed under the [GPLv3][gpl].[nor]:http://www.norvig.com/
[rus]:http://www.cs.berkeley.edu/~russell/
[aima]:http://aima.cs.berkeley.edu/
[asdgit]:https://github.com/dicarlo2
[asdgoog]:https://plus.google.com/u/0/115255988672142129293/about
[asdemail]:[email protected]
[gpl]:https://github.com/dicarlo2/aima-scala/blob/master/COPYING.txt