Coding Challenge #105: Polynomial Regression with TensorFlow.js
In this challenge, I expand the linear example into polynomial regression! Code: https://thecodingtrain.com/challenges/105-polynomial-regression-with-tensorflowjs
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/UdXRZxF7e
π₯ Previous video: https://youtu.be/dLp10CFIvxI?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Next video: https://youtu.be/N3ZnNa01BPM?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π» TensorFlow.js: https://js.tensorflow.org/
Videos:
π TensorFlow.js playlist: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YIeVA3dNxbR9PYj4wV31oQ
π Intelligence and Learning playlist: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YJ3XfHhT2Mm4Y5I99nrIKX
π΄ Coding Train Live 140: https://youtu.be/WVZ653QYjvQ?t=1405s
Related Coding Challenges:
π #99 Neural Network Color Predictor: https://youtu.be/KtPpoMThKUs
π #104 Linear Regression with TensorFlow.js: https://youtu.be/dLp10CFIvxI
π #106 XOR Problem with TensorFlow.js: https://youtu.be/N3ZnNa01BPM
Timestamps:
0:00 Introduction
3:25 Find a, b, and c
5:04 Change predict function
6:47 Draw a curve
11:55 Optimizers
13:00 mouseDragged()
20:00 Overfitting
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
π Website: http://thecodingtrain.com/
πΎ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
π© Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
π‘ GitHub: https://github.com/CodingTrain
π¬ Discord: https://thecodingtrain.com/discord
π Membership: http://youtube.com/thecodingtrain/join
π Store: https://standard.tv/codingtrain
ποΈ Twitter: https://twitter.com/thecodingtrain
πΈ Instagram: https://www.instagram.com/the.coding.train/
π₯ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
π p5.js: https://p5js.org
π p5.js Web Editor: https://editor.p5js.org/
π Processing: https://processing.org
π Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#stochasticgradientdescent #polynomialregression #javascript #tensorflowjs