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

https://github.com/ayoubzulfiqar/notebook

A Python Notebook - A Practical & Experimental Implemention of Things
https://github.com/ayoubzulfiqar/notebook

algorithms data-structures ipynb machine-learning machine-learning-algorithms machinelearning math mathematics numpy pandas polars python sympy

Last synced: 5 days ago
JSON representation

A Python Notebook - A Practical & Experimental Implemention of Things

Awesome Lists containing this project

README

          

# Notebook

## Mathematics

- [LinearAlgebra](LinearAlgebra/LinearAlgebra.md)
- [Calculus](Calculus/Calculus.md)
- [Statistics&Probability](StatisticsAndProbability/StatisticAndPrbability.md)

## Machine Learning

- [CoreConcepts](MachineLearning\CoreConcepts)
- [DataProcessing](MachineLearning\CoreConcepts\data_processing.ipynb)
- [SupervisedLearning](MachineLearning/CoreConcepts/supervised_learning.ipynb)
- [UnsupervisedLearning](MachineLearning/CoreConcepts/unsupervised_learning.ipynb)
- [EnsembleMethods](MachineLearning/CoreConcepts/ensemble_methods.ipynb)
# DataStructure & Algorithms
- [DataStructure](DSA/DataStructure)