All Projects → leandromineti → Ml Feynman Experience

leandromineti / Ml Feynman Experience

Licence: mit
A collection of analytics methods implemented with Python on Google Colab

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ml Feynman Experience

Pyhf
pure-Python HistFactory implementation with tensors and autodiff
Stars: ✭ 171 (-21.2%)
Mutual labels:  statistics, numpy, scipy
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+75.58%)
Mutual labels:  statistics, numpy, scipy
Algorithmic-Trading
I have been deeply interested in algorithmic trading and systematic trading algorithms. This Repository contains the code of what I have learnt on the way. It starts form some basic simple statistics and will lead up to complex machine learning algorithms.
Stars: ✭ 47 (-78.34%)
Mutual labels:  statistics, numpy, scipy
Teaching Monolith
Data science teaching materials
Stars: ✭ 126 (-41.94%)
Mutual labels:  statistics, numpy
Credit Risk Modelling
Credit Risk analysis by using Python and ML
Stars: ✭ 91 (-58.06%)
Mutual labels:  numpy, scipy
Numba Scipy
numba_scipy extends Numba to make it aware of SciPy
Stars: ✭ 98 (-54.84%)
Mutual labels:  numpy, scipy
Dask
Parallel computing with task scheduling
Stars: ✭ 9,309 (+4189.86%)
Mutual labels:  numpy, scipy
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (-34.56%)
Mutual labels:  numpy, scipy
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (-37.33%)
Mutual labels:  numpy, scipy
Piecewise linear fit py
fit piecewise linear data for a specified number of line segments
Stars: ✭ 141 (-35.02%)
Mutual labels:  numpy, scipy
Micropython Ulab
a numpy-like fast vector module for micropython, circuitpython, and their derivatives
Stars: ✭ 166 (-23.5%)
Mutual labels:  numpy, scipy
Psi4numpy
Combining Psi4 and Numpy for education and development.
Stars: ✭ 170 (-21.66%)
Mutual labels:  numpy, scipy
Cheatsheets Ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
Stars: ✭ 14,095 (+6395.39%)
Mutual labels:  numpy, scipy
Ghpythonremote
A two-way connector to use regular Python from IronPython in Rhino/Grasshopper, and vice-versa.
Stars: ✭ 85 (-60.83%)
Mutual labels:  numpy, scipy
Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (+571.43%)
Mutual labels:  numpy, scipy
Docker Alpine Python Machinelearning
Small Docker image with Python Machine Learning tools (~180MB) https://hub.docker.com/r/frolvlad/alpine-python-machinelearning/
Stars: ✭ 76 (-64.98%)
Mutual labels:  numpy, scipy
Nptdms
NumPy based Python module for reading TDMS files produced by LabView
Stars: ✭ 138 (-36.41%)
Mutual labels:  numpy, scipy
Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (-11.52%)
Mutual labels:  numpy, scipy
Ncar Python Tutorial
Numerical & Scientific Computing with Python Tutorial
Stars: ✭ 50 (-76.96%)
Mutual labels:  numpy, scipy
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-75.58%)
Mutual labels:  statistics, numpy

Machine Learning Feynman Experience

drawing

"What I cannot create, I do not understand" - Feynman.

This is a collection of concepts I tried to implement using only Python, NumPy and SciPy on Google Colaboratory. If you want to play with the code, feel free to copy the notebook and have fun.

Notebooks

Work in progress

To do

  • [ ] Principal component analysis
  • [ ] Linear discriminant analysis
  • [ ] Central limit theorem
  • [ ] Single parameter bayesian inference
  • [ ] Decision tree
  • [ ] Random Forest
  • [ ] Support vector machine
  • [ ] Perceptron
  • [ ] Gradient boosting machine
  • [ ] Autoregressive models

Contributions

If you spot a mistake or omission, please feel free to create a new issue.

References

  • Casella, G., & Berger, R. L. (2002). Statistical inference (Vol. 2). Pacific Grove, CA: Duxbury.
  • Costa, M. A. (2019). Tópicos em ciência dos dados: Introdução aos modelos paramétricos e seus aplicações utilizando o R. Bonecker.
  • DeGroot, M. H., & Schervish, M. J. (2012). Probability and statistics. Pearson Education.
  • Hastie, T., Tibshirani, R., & Friedman, J. H. (2009). The elements of statistical learning: data mining, inference, and prediction (2nd ed). New York, NY: Springer.
  • Cover image: Dr. Richard Feynman during the Special Lecture: the Motion of Planets Around the Sun. Public Domain. Created: 13 March 1964.
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].