- 22 mar., 2017 2 validations
-
-
Angira Sharma a écrit
* Update test_agents.py pep8 changes, showed flake8 errors * Update test_agents.py * Update test_agents.py * Update test_agents.py * Update test_text.py added missing whitespace after comma * Update utils.py added space after comma * Update search.py added space after comma * Update probability.py added space after comma * Update learning.py added space after comma * Update planning.py added double_tennis_problem * Update rl.py In the pseudocode figure 21.8, the first 'if' starts with argument 's', which is the previous state, not s1(i.e, the current state). * Update search.py the 'uniform_cost_search' in notebook 'search-4e.ipynb' resembles more to the pseudocode in book. * Update search.py * Update search.py * Update search.py
-
ESHAN PANDEY a écrit
created a parameter size in the function leave_one_out(learner, dataset, size=None):
-
- 18 mar., 2017 6 validations
-
-
Rishabh Agarwal a écrit
-
Antonis Maronikolakis a écrit
* Update learning.py * Added remove_examples function
-
Antonis Maronikolakis a écrit
In learning.py, I added the Hamming Distance metric.
-
Antonis Maronikolakis a écrit
-
VladKha a écrit
* Update some comments * Cleanup and remove some duplicate initialization * Fix some comments quotation and little bugs: raising Exception instead of raising Failure, random.randrange(a,b) instead of random(a, b) * Fix some comments quotation and remove explicit inheritance from object * Fix 'r' in front of the ```parse_csv``` comments * Fix quotation in comments * Fix quotation in comments and fix bug in 'KB_AgentProgram'
-
sofmonk a écrit
* Update utils.py in pseudo code the sequence of arguments is " WEIGHTED-SAMPLE-WITH-REPLACEMENT(N, S, W)" same must follow in function "particle_filtering" in the file probability.py * Update learning.py weight_sample_with_replacement sequence of args * Update probability.py weighted_sample_with_replacement sequence of args * Update search.py
-
- 07 mar., 2017 3 validations
-
-
Antonis Maronikolakis a écrit
* Update Comments on learning.py + PluralityLearner - Fixed some capitalization, spelling and quotation mistakes in comments - In the PluralityLearner function, the nested function "predict" always returns the same output for a dataset, without taking into account the input ("example"). I defaulted the input as an empty list, so that we don't have to create (or find) a dummy example when we want to simply find the most popular class. * Update learning.py * Update learning.py * Update learning.py * Made Requested Changes
-
C.G.Vedant a écrit
* changed mean boolean error * Update learning.py
-
Peter Norvig a écrit
-
- 06 mar., 2017 1 validation
-
-
Peter Norvig a écrit
Stop using statistics.mode, because it throws an error when there are ties.
-
- 04 mar., 2017 1 validation
-
-
Sampad Kumar Saha a écrit
* Modern string formatting in csp.py. * Modern string formatting in games.py. * Modern string formatting in learning.py. * Modern string formatting in nlp.py. * Modern string formatting in probability.py. * Modern string formatting in search.py. * Replaced {0\!r} by {} if %s. * Corrected a typo.
-
- 03 mar., 2017 2 validations
-
-
Vidur Satija a écrit
Syntax error. Used the function len instead of count.
-
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
-
- 01 mar., 2017 1 validation
-
-
Rishabh Agarwal a écrit
-
- 15 juil., 2016 4 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
-
- 20 juin, 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 18 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 17 avr., 2016 5 validations
-
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
Darius Bacon a écrit
-
- 13 avr., 2016 2 validations
-
-
Tarun Kumar Vangani a écrit
* Replaced mean with standard lib function introduced in 3.4 * #TODO Replaced every with all * Proper names for variables introduced in 2to3 conversion.
-
Surya Teja Cheedella a écrit
* modifies Fig. to Figure all over the repository * fixed a small type in logic.py
-
- 10 avr., 2016 1 validation
-
-
Surya Teja Cheedella a écrit
* removes obsolete Fig dictionary from utils.py * modified rl notebook according to the new Figure conventions * removes 'import Fig' and changed the names of Figures * fixes a small error (by me) in executing the cells in rl notebook
-
- 09 avr., 2016 2 validations
-
-
Tarun Kumar Vangani a écrit
* Used isclose from utils to maintain compatibilty for 3.4 * Removed redundant distancesquared function * Removed duplicate definition of clip in grid.py and used import from instead. * Fixed spelling typo
-
Tarun Kumar Vangani a écrit
* Made Log Usage Consistent in text.py * Added Explicit Imports from utils
-
- 05 avr., 2016 1 validation
-
-
Peter Norvig a écrit
-
- 30 mar., 2016 1 validation
-
-
SnShine a écrit
-
- 16 mar., 2016 3 validations
-
-
Sidharth Sindhra a écrit
-
SnShine a écrit
-
SnShine a écrit
-
- 13 mar., 2016 2 validations
-
-
Sidharth Sindhra a écrit
-
Sidharth Sindhra a écrit
-
- 12 mar., 2016 1 validation
-
-
Sidharth Sindhra a écrit
-