Skip to content

Conversation

TD-Lemon1900
Copy link

In this experiment, a three-layer neural network was built based on the logistic regression principle, and 70% of the 570 samples were used for training and 30% for testing
Lr.py is an integrated training and testing program. Data.csv is a data file that runs lr.py directly and prints the required information by itself
The final test results are:
The average loss is 0.32, and the accuracy is 0.94

Experiment 1 of machine learning course
In this experiment, a three-layer neural network was built based on the logistic regression principle, and 70% of the 570 samples were used for training and 30% for testing
Lr.py is an integrated training and testing program. Data.csv is a data file that runs lr.py directly and prints the required information by itself
The final test results are:
The average loss is 0.32, and the accuracy is 0.94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant