Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusharmakkar08/machine_learning
Coding for learning machine learning
https://github.com/tusharmakkar08/machine_learning
Last synced: 25 days ago
JSON representation
Coding for learning machine learning
- Host: GitHub
- URL: https://github.com/tusharmakkar08/machine_learning
- Owner: tusharmakkar08
- Created: 2014-03-30T15:08:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T15:12:47.000Z (over 10 years ago)
- Last Synced: 2023-04-01T12:52:13.927Z (over 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Machine_Learning
================Coding for learning machine learning
clt.py
------1. General central limit theorem from random number selection
2. Gauss histogram
3. Central limit theorem shown by taking one flat samples and one exponential samples .You can run it in linux by typing
` python clt.py`
and in windows just install python ide from https://www.python.org/downloads/windows/ and open it and press run .
fft.m
-----Fourier transfor graphs in Matlab for
`3*sin(t) + cos(2*t) - 2*sin(3*t) + 0.2*cos(10*t) - sin(2*t)`