- 12 avr., 2017 9 validations
-
-
C.G.Vedant a écrit
* Fixed normalize() * Update test for normalize()
-
C.G.Vedant a écrit
-
Angira Sharma a écrit
added test for count() and mode()
-
C.G.Vedant a écrit
-
lucasmoura a écrit
-
Antonis Maronikolakis a écrit
-
C.G.Vedant a écrit
* Adds hashable dict type * Implemented permutation decoder * added test for permutation decode * Optimized permutationdecoder * relaxed tests * uses isinstance
-
Antonis Maronikolakis a écrit
* Update test_learning.py * Update learning.py * set max_score to -1 (for now) * Update learning.py * Make find_max more pythonic
-
C.G.Vedant a écrit
-
- 07 avr., 2017 1 validation
-
-
lucasmoura a écrit
-
- 06 avr., 2017 7 validations
-
-
Luke Schoen a écrit
-
Antonis Maronikolakis a écrit
* Update learning.py * Add Euclidean Distance * Update learning.ipynb * minor fix in notebook * minor spacing in learning.py * Added Euclidean Test
-
C.G.Vedant a écrit
* change string format * Fixed string format
-
Christopher Chen a écrit
-
C.G.Vedant a écrit
* Adds hashable dict type * Implemented permutation decoder * added test for permutation decode * Optimized permutationdecoder * relaxed tests
-
Antonis Maronikolakis a écrit
-
C.G.Vedant a écrit
* Added ShiftDecoder to notebook * replaced code with psource * fix spelling mistakes
-
- 25 mar., 2017 11 validations
-
-
lucasmoura a écrit
* Exclude test files from flake8 check * Fix flake8 for main files * Add flake8 check to build
-
Antonis Maronikolakis a écrit
* Implement Topological Sort - Implemented topological_sort - Added auxiliary function build_topological - Updated call to topological_sort * Use defaultdict to build visited * Added test * Update csp.py Skip first item of iteration
-
Antonis Maronikolakis a écrit
* Update games.ipynb * Update intro.ipynb * Update csp.ipynb
-
Antonis Maronikolakis a écrit
* Bugfixing * Test for "exclude" * Update test_learning.py * update_values
-
lucasmoura a écrit
-
Angira Sharma a écrit
* Update utils.py in pseudo code the sequence of arguments is " WEIGHTED-SAMPLE-WITH-REPLACEMENT(N, S, W)" * 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 * Update planning.py added double_tennis_problem from chapter 11 , figure 11.10 * Update utils.py added missing space after comma * Update learning.py added missing space after comma * Update probability.py added missing space after comma * Update search.py added missing space after comma * Update planning.py * Update planning.py * Update planning.py * Update planning.py * Update planning.py * Update planning.py * 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 * Update README.md * Update README.md * Update README.md * Update planning.py * Update planning.py added spaces after comma * Update planning.py * Update test_planning.py added double_tennis_problem test * Update test_planning.py * Update logic.py added fol_fc_ask from fig 9.3 * Update logic.py * Update test_planning.py
-
Antonis Maronikolakis a écrit
-
lucasmoura a écrit
* Add NgramCharModel to text.py * Update text.py * Update
-
lucasmoura a écrit
* Fix NgramTextModel bug * Add new tests for NgramTextModel
-
Antonis Maronikolakis a écrit
* Bug fixing * Spacing
-
lucasmoura a écrit
-
- 22 mar., 2017 10 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
-
Antonis Maronikolakis a écrit
Add DecisionTreeLearner, NeuralNetLearner and PerceptronLearner tests
-
Kaivalya Rawal a écrit
* move play_game into games class * display current state before prompting for action * fixed player swap bug * display available moves to human players * make tests pass
-
Kaivalya Rawal a écrit
* updated games.ipynb with refactored games.py * fixed typos in games.ipynb
-
Antonis Maronikolakis a écrit
* Add Perceptron Section * Add Perceptron Image
-
articuno12 a écrit
* Added testcase for agents.py * spacing around commas was wrong
-
articuno12 a écrit
-
ESHAN PANDEY a écrit
created a parameter size in the function leave_one_out(learner, dataset, size=None):
-
ESHAN PANDEY a écrit
minor error fixes.
-
Kaivalya Rawal a écrit
* added documentation, standardised docstring quotes * made search.py pep8 compatible using flake8 * fixed bug in OnlineDFSAgent
-
- 21 mar., 2017 1 validation
-
-
C.G.Vedant a écrit
-
- 18 mar., 2017 1 validation
-
-
Rishabh Agarwal a écrit
-