Neural Network Regression Model with Keras | Keras #3
Hello World HD
Link to GitHub - https://github.com/antaloaalonso/Regression-Model-YT-Video
Link to NN structure video - https://www.youtube.com/watch?v=EF7LBSCfW7c
In this video, I use both a linear and nonlinear regression model to predict the number of views on a youtube video based on that videos likes, dislikes, and subscribers (I actually made a web crawler to get these statistics). The models are Neural Networks, and I implement them with the Keras API and the Tensorflow backend. In the video I talk about things like what regression is, how to set things up in Jupyter Notebook, train-test-split, validation split, scaling/ normalizing data and when it is good to do so, batch size, Stochastic Gradient Descent (SGD), Adam, epochs, iterations, learning rates, r2 (r^2) score, and more. Hope you enjoy the video! ... https://www.youtube.com/watch?v=WskWc15bcy4
40329173 Bytes