- 03 mar., 2017 7 validations
-
-
Pranjal Bhansali a écrit
-
Vladimir a écrit
-
Vidur Satija a écrit
Syntax error. Used the function len instead of count.
-
Manpreet Kaur a écrit
-
Jacob Kalakal Joseph a écrit
-
Antonis Maronikolakis a écrit
* Update search.py Commenting issues fixed (spacing and punctuation was off sometimes). * Update agents.py * Update canvas.py Grammar * Update grid.py * Update learning.py Added period * Update logic.py Fix quoting * Update mdp.py Fixed quoting * Update nlp.py Capitalization and punctuation fixes * Update planning.py * Update probability.py * Update rl.py 'th' to 'the' * Update search.py * Update text.py * Update utils.py * Update utils.py * Update utils.py * Update learning.py Typo * Update utils.py
-
Agnishom Chattopadhyay a écrit
-
- 02 mar., 2017 5 validations
-
-
Yagnesh a écrit
Seems like a typo, results in error: TypeError: 'int' object is not iterable. Fixing it: for i in len(population) -> for i in range(len(population))
-
Sampad Kumar Saha a écrit
* Corrected the bad bold formatting. * Changed Python version locally. * Reverted back the local environment changes.
-
Tarun Kumar Vangani a écrit
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
- 01 mar., 2017 1 validation
-
-
Rishabh Agarwal a écrit
-
- 23 jan., 2017 1 validation
-
-
Senthil Kumaran a écrit
-
- 16 jan., 2017 1 validation
-
-
Jonathon Belotti a écrit
-
- 27 sept., 2016 1 validation
-
-
opensourceware a écrit
* Added implementation of the cake problem * Added test for three_block_tower and fixed a bug in three_block_tower code
-
- 22 sept., 2016 1 validation
-
-
Rahul Patel a écrit
In the precondition positive list, I am not sure whether b!=x is the best way to represent the condition. IsNot(b, x) can be used instead.
-
- 14 sept., 2016 1 validation
-
-
Rahul Patel a écrit
Added test for spare_tire problem of planning module.
-
- 07 sept., 2016 3 validations
-
-
Jonathon Belotti a écrit
* Implementing HITS algorithm * Moving HITS work to nlp.py and test_nlp.py
-
opensourceware a écrit
* Minor docstring changes * Added Spare Tire Problem * Fixed a bug in substitute method of class Action * Fixed minor typo in comment
-
Tarun Kumar Vangani a écrit
-
- 29 août, 2016 1 validation
-
-
Surya Teja Cheedella a écrit
-
- 25 août, 2016 1 validation
-
-
Rahul Patel a écrit
The link to "Pseudocode algorithm (pdf)" was pointing to https://github.com/aimacode/pseudocode/blob/master/algorithms.pdf, which was causing the 404 error. The name of the file algorithms.pdf was changed to aima3e-algorithms.pdf by @ctjoreilly in commit 80286be. Edited the link to reflect that change and point to a valid URL.
-
- 11 août, 2016 1 validation
-
-
Surya Teja Cheedella a écrit
-
- 06 août, 2016 2 validations
-
-
Tarun Kumar Vangani a écrit
-
Tarun Kumar Vangani a écrit
-
- 02 août, 2016 2 validations
-
-
Surya Teja Cheedella a écrit
-
Surya Teja Cheedella a écrit
-
- 31 juil., 2016 2 validations
-
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
- 26 juil., 2016 1 validation
-
-
Peter Norvig a écrit
-
- 16 juil., 2016 3 validations
-
-
Surya Teja Cheedella a écrit
-
Surya Teja Cheedella a écrit
-
Surya Teja Cheedella a écrit
-
- 15 juil., 2016 5 validations
-
-
Surya Teja Cheedella a écrit
this classifier of learning module is not optimized to run on this huge MNIST data
-
Surya Teja Cheedella a écrit
-
Surya Teja Cheedella a écrit
having this flag drastically reduces time to load & sanity check large image datasets for practical ML tasks
-
Surya Teja Cheedella a écrit
-
Surya Teja Cheedella a écrit
-
- 13 juil., 2016 1 validation
-
-
Surya Teja Cheedella a écrit
-