TheAlgorithms / Jupyter

The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter

Gitpod ready-to-code
Binder

Clone git repository

    $ git clone "https://github.com/TheAlgorithms/Jupyter.git"

You can run and edit the algorithms or contribute to them using Gitpod.io, a free online development environment, with a single click.

Open in Gitpod

Contributing New Algorithms

  • Make your pull requests to be specific and focused. Instead of contributing "several algorithms" all at once contribute them all one by one separately (i.e. one pull request for "Logistic Regression", another one for "K-Means" and so on).

  • Every new algorithm must have:

    • Source code with comments and readable namings
    • Math being explained in README.md along with the code
    • Jupyter demo notebook with example of how this new algorithm may be applied

If you're adding new datasets they need to be saved in the /data folder. CSV files are preferable. The size of the file should not be greater than 30Mb.

Contributing

Before removing any bug, or adding new algorithm please do the following: Check Contribution Guidelines Before Contribution and also please read CODE OF CONDUCT.

License

Licensed under the MIT License

About

The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%