Skip to content

Contains self implemented code for linear regression and neural networks

Notifications You must be signed in to change notification settings

Rutvik-Trivedi/ML_Basic-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML_Basic-


This repository is a trial repository for my first machine learning program with python. The file ML1.py prints out the confidence of the system after getting trained by the linear regression algorithm.

Along with it, there is also a small self implemented LinearRegression library without the use of Scikit-Learn named as LinearRegression.py.

Moreover, a self implemented neural network class is also added called Network.py It has been updated multiple times to get a satisfactory result. A data loader python program is also included which can load the data from the data folder (data folder not uploaded due to huge size).


About

Contains self implemented code for linear regression and neural networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages