You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue lists the work done throughout the GSoC 2019 and highlights the work that can be done in the future.
Work done:
Added notebooks for the Classical searches and the Non-classical searches explaining the various search methods given in the book and demonstrating how the code can be extended to solve various search-related problems. These notebooks can be viewed here and here.
Added a notebook for the Adversarial Search illustrating the use cases of the adversarial package of the code repository.
Added a notebook for Constraint Satisfaction Problems.
Explored various deep learning libraries for java (ND4J and DL4J) and wrote a tutorial for the same in the form of a notebook.
Wrote a notebook for the Deep learning chapter to demonstrate the techniques mentioned in the book. Used DL4J and Tensorflow for java for the same.
Implemented the First Order Inductive Learner and tested the same on the family tree given the textbook. The implementation can be viewed here.
Implemented the Monte Carlo Tree Search algorithm and tested it on the game of Tic-Tac-Toe. The implementation can be viewed here.
Added testing suite for testing the algorithms of the adversarial package.
Wrote a notebook for the Reinforcement Learning chapter illustrating the various uses of reinforcement package of the code repository.
I've included detailed progress of my GSoC and the overall experience with aimacode in my blog posts. Please give them a read.
This issue lists the work done throughout the GSoC 2019 and highlights the work that can be done in the future.
Work done:
I've included detailed progress of my GSoC and the overall experience with aimacode in my blog posts. Please give them a read.
Link to my PRs till date: here
Future possibilities:
The text was updated successfully, but these errors were encountered: