Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (9 months ago)
- Last Synced: 2024-10-29T21:05:58.680Z (3 months ago)
- Topics: algorithms, data-science, data-structures, deep-learning, hacktoberfest, machine-learning, neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 15.9 MB
- Stars: 797
- Watchers: 27
- Forks: 306
- 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
![Repo size](https://img.shields.io/github/repo-size/TheAlgorithms/Jupyter)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Jupyter)
![Number of issues](https://img.shields.io/github/issues/TheAlgorithms/Jupyter?color=green)
![Number of PRs](https://img.shields.io/github/issues-pr/TheAlgorithms/Jupyter?color=green)
![Latest commit](https://img.shields.io/github/last-commit/TheAlgorithms/Jupyter)
![All contributors](https://img.shields.io/github/contributors/TheAlgorithms/Jupyter)
[![Binder](https://mybinder.org/badge_logo.svg)](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.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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)