https://github.com/tusharmakkar08/machine_learning
Coding for learning machine learning
https://github.com/tusharmakkar08/machine_learning
Last synced: 8 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T15:12:47.000Z (over 11 years ago)
- Last Synced: 2025-01-26T00:23:48.144Z (10 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 3
- 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)`