https://github.com/sakshamsharma/selflearningaca
My ACA Project on Self-learning
https://github.com/sakshamsharma/selflearningaca
Last synced: 2 months ago
JSON representation
My ACA Project on Self-learning
- Host: GitHub
- URL: https://github.com/sakshamsharma/selflearningaca
- Owner: sakshamsharma
- Created: 2015-02-22T17:33:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T07:07:33.000Z (over 8 years ago)
- Last Synced: 2025-01-15T12:24:05.459Z (4 months ago)
- Language: Python
- Size: 2.71 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SelfLearningACA
My ACA Project on Self-learningScript 'leastsquare' analyses data files in Data folder and classifies them, and returns the number of points wrongly classified.
Of the 20000 points in the data files, around 600-700 points are wrongly classfied at gaussian noise 100, and around 70-80 at gaussian noise 80, which was as expected.Gen2PtData.py takes an integer input and gives a gaussian data around 2 points in the plance.
GenFxnData.py is intended to give points around a function with gaussian noise.