-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keras lecture first build #196
Conversation
✅ Deploy Preview for incomparable-parfait-2417f8 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jstac this is a really neat lecture.
I only have minor fixes / comments (see suggestions)
The loss figures look very similar upon casual inspection, however the y-axis scales are very different, perhaps you could have the same y-axis and plot the Epoch (x-axis) to 500 or so. Just a thought.
lectures/keras.md
Outdated
The first implements linear regression. | ||
|
||
This is achieved by constructing a neural network with just one layer, that maps | ||
to a single dimension (since the prediction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jstac this parentheses is incomplete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mmcky , that was meant to be "(since the prediction is real-valued)"
@jstac I merged the trivial comments. Not sure what you intended to be in the parenthesis to complete. If you |
Thanks @mmcky , please make that small change above completing the sentence, make any improvements you like to the figures (or skip if you're busy) and then make it live. |
thanks @jstac I will make that change and make this live. |
No description provided.