aimacode / aima-julia

Julia implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
126 stars 50 forks source link

Start contribution #11

Closed prakamya-mishra closed 6 years ago

prakamya-mishra commented 6 years ago

I want to start contributing to this repository so please guide me how to do so.

mikhail-j commented 6 years ago

You can look into the CONTRIBUTING.md file.

Currently, none of the IJulia notebooks are not implemented yet.

To setup your environment for Jupyter notebooks, please install the IJulia package.

For reference, you can look at the following Jupyter notebooks (IPython aima-python notebooks and existing IJulia notebooks).

mikhail-j commented 6 years ago

@prakamya-mishra Sorry, I forgot to tag you.