- 18 mar., 2017 17 validations
-
-
articuno12 a écrit
-
Antonis Maronikolakis a écrit
* Rearranged Tests - test_ngram_models to the top - added test_viterbi-segmentation - removed test_unigram_text_model * "test_ngram_models" to "test_text_models"
-
Kaivalya Rawal a écrit
* Improved BlindDog example * Added 2D GUI IPython capability * Demonstrated 2D Environment with GUI * allowing import without ipythonblocks installed
-
Kaivalya Rawal a écrit
* added tests for Direction * fixed Direction arithmetic error
-
Antonis Maronikolakis a écrit
* Delete fig_5_2.svg * add fig_5_2.png * Update games.ipynb
-
Antonis Maronikolakis a écrit
* Update text.ipynb * Update text.ipynb
-
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'
-
Edward Gonsalves a écrit
-
Antonis Maronikolakis a écrit
* Update agents.py * Update test_grid.py * Update grid.py
-
Antonis Maronikolakis a écrit
-
Kaivalya Rawal a écrit
-
lucasmoura a écrit
-
Kaivalya Rawal a écrit
-
C.G.Vedant a écrit
-
Aditya Harsh a écrit
-
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
-
Kaivalya Rawal a écrit
-
- 07 mar., 2017 11 validations
-
-
Antonis Maronikolakis a écrit
* Added Plurality Learner Plot Image * Update learning.ipynb
-
Peter Norvig a écrit
-
lucasmoura a écrit
Add tests to the following methods from CSP class * result * goal_test * support_prunning * suppose * prune * choices * infer_assignement * restore * conflicted_vars
-
lucasmoura a écrit
* Add flake8 config file * Fix flake8 for test files
-
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
-
articuno12 a écrit
-
C.G.Vedant a écrit
* changed mean boolean error * Update learning.py
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
Kaivalya Rawal a écrit
* fix bold look on github's ipython view * standardise docstrings
-
- 06 mar., 2017 1 validation
-
-
Peter Norvig a écrit
Stop using statistics.mode, because it throws an error when there are ties.
-
- 05 mar., 2017 8 validations
-
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
Zulfikar a écrit
-
lucasmoura a écrit
* Add tests to CSP class Add test for the following methods on CSP class: * assign * unassigns * nconflits * actions * Refactor some asserts in test_csp.py Some asserts were being done in the following way: assert (X is not None) == True Now, they are handled in the following way: assert X
-
lucasmoura a écrit
-
Antonis Maronikolakis a écrit
* Delete knn_plot.png * Add files via upload
-
Antonis Maronikolakis a écrit
- Added tests for PluralityLearner, NaiveBayes and kNN algorithms - Replace parse_csv with non-trivial input
-
- 04 mar., 2017 2 validations
-
-
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.
-
Chinmaya Pancholi a écrit
-
- 03 mar., 2017 1 validation
-
-
Pranjal Bhansali a écrit
-