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
- Host: GitHub
- URL: https://github.com/ayoubzulfiqar/notebook
- Owner: ayoubzulfiqar
- Created: 2025-01-14T09:26:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T10:57:16.000Z (8 months ago)
- Last Synced: 2025-02-12T11:47:46.357Z (8 months ago)
- Topics: algorithms, data-structures, ipynb, machine-learning, machine-learning-algorithms, machinelearning, math, mathematics, numpy, pandas, polars, python, sympy
- Language: Jupyter Notebook
- Homepage:
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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)