GSoC Ideas List: aimacode

The aimacode project has applied for the Google Summer of Code. We're looking for a few student interns to help write code. We expect the following skills for all projects (individual project ideas list additional skills):

Project Ideas

(1) Exercises Website

Unlike the previous editions, the upcoming 4th edition of Artificial Intelligence: A Modern Approach will not have exercises in the book; they will be online only. We need help in launching a website for the exercises, and in developing some new exercises and answers. Last year we got a good start on the project; this year we need to finish the interface, refine the mechanism for showing answers and hints, test it, and do performance load measurements to make sure it will hold up under load. Skills: testing, user interface design. Possible mentors: Nalin Chhibber

(2) Java Algorithms

Finish implementing all the pseudocode algorithms in the book in Java. A majority of the algorithms from the 3rd edition are done, but there are some new ones in the upcoming 4th edition, as described in the aima-pseudocode project. Make sure the code follows the pseudocode well, and also shows good style. Also, provide examples of usage, documentation, and thorough test cases. Skills: Java programming, documentation. Possible mentors: Peter Norvig

(3) Python Algorithms

Finish implementing all the pseudocode algorithms in the book in Python. Almost all of the algorithms from the 3rd edition are done, but there are some new ones in the upcoming 4th edition, as described in the aima-pseudocode project. Make sure the code follows the pseudocode well, and also shows good style. Also, provide examples of usage, documentation, and thorough test cases. Skills: Python programming, documentation. Possible mentors: Pierre de Lacaze

(4) Example Notebooks

Using Jupyter/IPython or similar mechanisms, develop example worked projects that demonstrate the use of the algorithms from (2) and (3) above to solve interesting problems. Examples could include game playing, natural language processing, machine learning, and other topics, depending on your interest. Skills: Python programming, writing clearly. Possible mentors: Pierre de Lacaze

(5) Container Notebooks

Continuing the theme from (4) above, but demonstrating how to load an existing third-party open source framework, such as TensorFlow, Theano, Caffe, Keras, Torch, Stanford CoreNLP, NLTK, Sci-kit Learn, or Spark. Create a container (Docker or Kubernetes) that has all the dependencies, and a notebook and documentation that shows how to use it to solve an interesting real-world problem or set of problems. Skills: familiarity with containers, attention to detail, good at explanations. Possible mentors: Peter Norvig

(6) Javascript Gridworld

We have code for agents learning, searching, and acting in a grid layout. We need better visualizations of that it Javascript. Make it possible for students to examine existing problems and see what is going on through a simulation of the world, and visualization of various key metrics. Make it easy to define a new world, or to define a new agent function and run it within the world. Skills: User interface design, Javascript programming. Possible mentors: Sam Goto

GSoC Application Process

If you'd like to help, you can apply to GSoC.

See: