Skip to content

Linear Regression, Perceptron using C++. Repository for machine learning.

License

Notifications You must be signed in to change notification settings

ruoyxue/Cpp-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

C++ machine learning

1 Linear Regression :

Use documents : LinearRegression.hpp, VectorOperations.hpp, Dataset.hpp, test.cpp

Record :

In order to compare the fitting function with the target, we don't use feature scaling, so it shows more importance to optimize the range of x and learning rate.

Finished on: 2021.10.6

Latest updated: 2021.10.13

2 Perceptron :

Use documents : Perceptron.hpp, VectorOperations.hpp, Dataset.hpp, test.cpp

Record :

Use original form of perceptron

Finished on : 2021.10.13

Latest updated: 2021.10.13

About

Linear Regression, Perceptron using C++. Repository for machine learning.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages