- 04 mar., 2018 1 validation
-
-
Nouman Ahmed a écrit
-
- 02 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
* Added section on Hill Climbing * Added images * Updated README.md
-
- 01 mar., 2018 1 validation
-
-
Aman Deep Singh a écrit
* Added pathfinding example * Added images
-
- 27 fév., 2018 1 validation
-
-
Aman Deep Singh a écrit
* Added mdp_apps notebook * Added images * LaTeX formatting errors fixed
-
- 23 fév., 2018 2 validations
-
-
Apurv Bajaj a écrit
* Modified table for TableDrivenVacuumAgent * Add learing agent * Add image for learning agent
-
Aman Deep Singh a écrit
* Added Policy Iteration section * Removed ambiguous test * Capitalized header * Added images * Added section for sequential decision problems
-
- 12 fév., 2018 1 validation
-
-
Apurv Bajaj a écrit
* Added vacuum_world.ipynb * Add psource for environment
-
- 26 jan., 2018 1 validation
-
-
Sagar Gupta a écrit
Add features like selecting cities to be part of tsp, controlling temperature and speed of animation.
-
- 30 juil., 2017 1 validation
-
-
Anthony Marakis a écrit
* fix small bug in knowledge.py If hypotheses was empty, it would fail. * add knowledge.ipynb * fix dollar signs * add image
-
- 24 juil., 2017 1 validation
-
-
Anthony Marakis a écrit
* Update nlp.py * Update test_nlp.py * Add files via upload * Update nlp.ipynb * add generate_random
-
- 09 juil., 2017 1 validation
-
-
C.G.Vedant a écrit
* Added decisiontreelearner to notebook * Added RandomForest
-
- 22 juin, 2017 1 validation
-
-
Anthony Marakis a écrit
* Update learning.ipynb * Delete multilayer_perceptron.png * Add files via upload
-
- 05 juin, 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update learning.ipynb * Add files via upload
-
- 24 mai, 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update learning.ipynb * Delete perceptron.png * Add new Perceptron image * Update Perceptron Implementation
-
- 17 avr., 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Update search.ipynb * Delete comparision.PNG * Delete mutation.png * Delete Crossover.png * Add images * Update search.ipynb
-
- 14 avr., 2017 1 validation
-
-
ESHAN PANDEY a écrit
* Update learning.py converted method sample(self) to propety and removed the call in the statement return self.sampler * Update search.py minor code formatting. * Implmented GA Implemented Genetic Algoritm in search.py and search.ipynb * implemented Genetic Algorithm in search.py and made modifications according to flake8. Demonstrated the working of GA iin search.ipynb. * implemented Genetic Algorithm in search.py and made modifications according to flake8. Demonstrated the working of GA iin search.ipynb. * Updated GA in search.ipynb Removed the image links and included the images used in the image folder. Reduced the file size from 2.4 MB to 183 KB. For every 21 print statements that we previously had, now we have 2, only printing the fittest individual in each generation. The instructions has been made to get the detailed output. * Delete aima-python.iml * Delete misc.xml * Delete modules.xml * Delete workspace.xml * Update learning.py * Update search.py * Add files via upload
-
- 22 mar., 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Add Perceptron Section * Add Perceptron Image
-
- 18 mar., 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Delete fig_5_2.svg * add fig_5_2.png * Update games.ipynb
-
- 07 mar., 2017 2 validations
-
-
Antonis Maronikolakis a écrit
* Added Plurality Learner Plot Image * Update learning.ipynb
-
C.G.Vedant a écrit
-
- 05 mar., 2017 1 validation
-
-
Antonis Maronikolakis a écrit
* Delete knn_plot.png * Add files via upload
-
- 16 juil., 2016 1 validation
-
-
Surya Teja Cheedella a écrit
-
- 15 juil., 2016 1 validation
-
-
Surya Teja Cheedella a écrit
this classifier of learning module is not optimized to run on this huge MNIST data
-
- 13 juil., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 01 juil., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
-
- 19 avr., 2016 1 validation
-
-
Tarun Kumar Vangani a écrit
* Intro and representation of MDPs in code * Added Image for MDP
-
- 31 mar., 2016 1 validation
-
-
Tarun Kumar a écrit
-
- 20 mar., 2016 2 validations
- 13 mar., 2016 1 validation
-
-
Chirag Vartak a écrit
-
- 10 mar., 2016 1 validation
-
-
MircoT a écrit
-
- 06 mar., 2016 1 validation
-
-
MircoT a écrit
-
- 13 juil., 2007 2 validations
-
-
spottedMetal a écrit
for more uniform initialization of Agents. Improved GUI with commands to list objects and agents. Fixed GUI speed control (delay slider), narrowed the range and increased the resolution. Added three new image files and image credits file. Better image for dirt
-
spottedMetal a écrit
1. Unquoted Tk graphics section and created a main window for the GUI. Refactored code for graphical user interface, splitting EnvFrame into EnvGUI (main Tk window), EnvToolbar, and EnvCanvas. 2. Disabled binding of Mouse-1 and Mouse-2, which don't do anything useful. 3. Implemented the add-object pop-up menu. Defined object_classes for each kind of environment. 4. Added images for ReflexVacuumAgent and Dirt, and a get_image method. get_image caches images in a dictionary to prevent them from being garbage-collected and avoid repeated reading of the same files. Created image files for reflex vacuum agent and dirt. B. Changes to XYEnvironment: 1. Implemented find_at method. 2. Implemented move_to method including bumping. C. Other changes -- to support bumping, defined the Obstacle class, and made Wall a subclass of Obstacle. A bump occurs when an agent tries to move to a cell occupied by any kind of Obstacle.
-