Proposed Dataset for Lesson 84. Creating a Straight Line Dataset to See if Our Model is Learning Anything #1081
ChrisLeeSG
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, I wish you thank you for putting together this course. I've always wanted to learn neural network and realizing my dream through this course.
84. Creating a Straight Line Dataset to See if Our Model is Learning Anything
Idea / Proposal
Use a linear classification dataset so that we can truly test if our model is capable of performing binary classification.
Benefit
Using this dataset, we don't have to make any changes to our model, loss function and optimizer when we are testing if our model can learn anything.
How
Create a straight line and classify randomly generated points above the line as 1.0 and points below the line as 0.0.
My Code
Result
Using this dataset to train and test our model, proves that it can perform a binary classification on this dataset.
Beta Was this translation helpful? Give feedback.
All reactions