Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Linear regression model C++
no vote
The program is completed in C + +, the introduction content of machine learning, linear regression has good effect in prediction, classification and so on. The program includes training data and test data. The parameters of the model can be trained by using the training data, and finally the test data can be brought in.
majiawei
2018-03-26
0
1
BP neural network optimization
no vote
In theory, three-layer BP neural network can fit any function. This file uses C + + to create a simple BP neural network, which is divided into three layers: input layer, intermediate layer and output layer. The coefficient is adjusted by gradient descent method.
majiawei
2018-03-23
0
1
No more~