All Projects → TheAlgorithms → Jupyter

TheAlgorithms / Jupyter

Licence: mit

Projects that are alternatives of or similar to Jupyter

Algorithms
🍣 Implementations of fundamental algorithms and data structures. Happy Hacktoberfest!
Stars: ✭ 41 (-71.72%)
Mutual labels:  hacktoberfest, algorithms, data-structures, jupyter-notebook
Data Structures Using Python
This is my repository for Data Structures using Python
Stars: ✭ 546 (+276.55%)
Mutual labels:  hacktoberfest, algorithms, data-structures, jupyter-notebook
Coding Ninjas Data Structures And Algorithms In Python
Solved problems and assignments of DSA course taught by Coding Ninjas team
Stars: ✭ 70 (-51.72%)
Mutual labels:  algorithms, data-structures, jupyter-notebook
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-50.34%)
Mutual labels:  algorithms, data-structures, jupyter-notebook
19 udacity dsa
Data Structures & Algorithms Nanodegree Program from Udacity
Stars: ✭ 140 (-3.45%)
Mutual labels:  algorithms, data-structures, jupyter-notebook
Java
Repository for Java codes and algos.Star the repo too.
Stars: ✭ 53 (-63.45%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Ensae teaching cs
Teaching materials in python at the @ENSAE
Stars: ✭ 69 (-52.41%)
Mutual labels:  algorithms, jupyter-notebook, data-science
Haskell
Stars: ✭ 91 (-37.24%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Yabox
Yet another black-box optimization library for Python
Stars: ✭ 103 (-28.97%)
Mutual labels:  algorithms, jupyter-notebook, data-science
Code With Love
Open source programming algorithms
Stars: ✭ 107 (-26.21%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+29481.38%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Numerical Linear Algebra
Free online textbook of Jupyter notebooks for fast.ai Computational Linear Algebra course
Stars: ✭ 8,263 (+5598.62%)
Mutual labels:  algorithms, jupyter-notebook, data-science
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (-66.9%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
Stars: ✭ 141 (-2.76%)
Mutual labels:  hacktoberfest, algorithms, data-science
Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (+614.48%)
Mutual labels:  hacktoberfest, algorithms, jupyter-notebook
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+8104.83%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Scriptsdump
The biggest dump of scripts ever!
Stars: ✭ 114 (-21.38%)
Mutual labels:  hacktoberfest, algorithms, jupyter-notebook
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (+566.21%)
Mutual labels:  hacktoberfest, algorithms, data-structures
Innovative Hacktober
Make a pull request. Let's hack the ocktober in an innovative way.
Stars: ✭ 34 (-76.55%)
Mutual labels:  hacktoberfest, algorithms, jupyter-notebook
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: ✭ 95 (-34.48%)
Mutual labels:  hacktoberfest, algorithms, data-structures

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].