Ayshine / wiki

ContinualAI Wiki: a collaborative wiki on Continual/Lifelong Machine Learning

Home Page:http://wiki.continualai.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContinualAI Wiki: a collaborative wiki on Continual/Lifelong Machine Learning

The aim of the project is to create an open-source, collaborative wiki to provide a starting point for researchers, developers and AI enthusiasts who share an interest in Continual Learning and are willing to learn more or contribute to this field. Join us now and help us improving it and keeping it up to date! :D


How to contribute

  1. Star the project :-)

  2. Join our community on Slack: https://continualai.herokuapp.com/

  3. Fork the repo on GitHub and clone it locally

  4. Enter the folder:

    cd website-wiki

  5. If you don't have sphinx installed run:

    pip install sphinx
    pip install sphinx_rtd_theme

  6. Make your changes to the *.rst files

  7. Build the html with the command:

    make html

  8. open you browser and check if everything is correct:

    firefox _build/html/index.html

  9. Make a Pull Request (with only the *.rst files), Travid CI will take care of the build! :D


About ContinualAI

ContinualAI is an open research community on the topic of Continual Learning and AI! :-) We are a community of CL researchers and enthusiasts! Join us today on slack! :D

About

ContinualAI Wiki: a collaborative wiki on Continual/Lifelong Machine Learning

http://wiki.continualai.org

License:MIT License


Languages

Language:Python 90.3%Language:Makefile 9.7%