https://github.com/thealgorithms/jupyter
The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
https://github.com/thealgorithms/jupyter
algorithms data-science data-structures deep-learning hacktoberfest machine-learning neural-network
Last synced: about 1 month ago
JSON representation
The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
- Host: GitHub
- URL: https://github.com/thealgorithms/jupyter
- Owner: TheAlgorithms
- License: mit
- Created: 2019-10-08T08:54:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T05:35:40.000Z (about 1 year ago)
- Last Synced: 2025-05-16T03:05:21.794Z (about 1 month ago)
- Topics: algorithms, data-science, data-structures, deep-learning, hacktoberfest, machine-learning, neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 15.9 MB
- Stars: 838
- Watchers: 27
- Forks: 316
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## The Algorithms - Jupyter

[](https://gitpod.io/#https://github.com/TheAlgorithms/Jupyter)




[](https://mybinder.org/v2/gh/TheAlgorithms/Jupyter/master)## Getting started
You can run and edit the algorithms or contribute to them using [Gitpod.io](https://www.gitpod.io/), a free online development environment, with a single click.
[](http://gitpod.io/#https://github.com/TheAlgorithms/Jupyter)
## 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 an example of how this new algorithm may be appliedIf 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 algorithms please read our **[Contribution Guidelines](Contributing.md)** and our **[Code of Conduct](CODE_OF_CONDUCT.md)**.
## License
All the code is licensed under the [MIT License](LICENSE.md)