Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 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 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)