π The Coding Train: Coding Challenge #102: 2D Water Ripple
YouTube
Coding Challenge #102: 2D Water Ripple
In this coding challenge, I attempt to simulate 2D water ripples using Processing (Java). Code: https://thecodingtrain.com/challenges/102-2d-water-ripple
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/tYXtzNSl
π₯ Previous video:β¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/tYXtzNSl
π₯ Previous video:β¦
π The Coding Train: 6.3: TensorFlow.js: Variables & Operations - Intelligence and Learning
YouTube
6.3: TensorFlow.js: Variables & Operations - Intelligence and Learning
This video covers variables and tensor operations with TensorFlow.js π₯ Next Video: https://youtu.be/FbSlrm2GmC8 π TensorFlow.js: https://js.tensorflow.org/ π...
π The Coding Train: RE-UPLOAD 6.3: TensorFlow.js: Variables & Operations - Intelligence and Learning
YouTube
6.3: TensorFlow.js: Variables & Operations - Intelligence and Learning
This video covers variables and tensor operations with TensorFlow.js. This is a re-upload due to the missing explanation of "tf.variable"!
π₯ Next Video: https://youtu.be/FbSlrm2GmC8
π TensorFlow.js: https://js.tensorflow.org/
π ITP's ml5 library: https://ml5js.orgβ¦
π₯ Next Video: https://youtu.be/FbSlrm2GmC8
π TensorFlow.js: https://js.tensorflow.org/
π ITP's ml5 library: https://ml5js.orgβ¦
π The Coding Train: 6.4: TensorFlow.js: Memory Management - Intelligence and Learning
YouTube
6.4: TensorFlow.js: Memory Management - Intelligence and Learning
This video covers browser and GPU memory management as it relates to TensorFlow.js.
Next Video: https://youtu.be/F4WWukTWoXY
π TensorFlow.js: https://js.tensorflow.org/
π₯ My Arrow Function video: https://youtu.be/mrYMzpbFz18
π₯ My Neural Networks playlist:β¦
Next Video: https://youtu.be/F4WWukTWoXY
π TensorFlow.js: https://js.tensorflow.org/
π₯ My Arrow Function video: https://youtu.be/mrYMzpbFz18
π₯ My Neural Networks playlist:β¦
π The Coding Train: Coding Challenge #103: Fire Effect
YouTube
Coding Challenge #103: Fire Effect
In this coding challenge, I implement a pixel-based βfireβ algorithm using Processing (Java). Code: https://thecodingtrain.com/challenges/103-fire-effect
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/NaXdkoVI
π₯ Previous video:β¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/NaXdkoVI
π₯ Previous video:β¦
π The Coding Train: Live Stream Archive - ITP Spring Show 2018 (Better Audio)
YouTube
Live Stream Archive - ITP Spring Show 2018 (Better Audio)
Live stream archive from the ITP 2018 Spring Show. This version has been updated with microphone audio. The original live stream (with archived chat) can be ...
π The Coding Train: 16.11: Promises Part 1 - Topics of JavaScript/ES6
YouTube
16.11: Promises Part 1 - Topics of JavaScript/ES6
What is a JavaScript Promise?
π₯ Next Video: https://youtu.be/AwyoVjVXnLk
π Giphy API: https://developers.giphy.com/
π Wordnik API: https://developer.wordnik.com/
π Promise on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Globalβ¦
π₯ Next Video: https://youtu.be/AwyoVjVXnLk
π Giphy API: https://developers.giphy.com/
π Wordnik API: https://developer.wordnik.com/
π Promise on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Globalβ¦
π The Coding Train: 16.12: Promises Part 2 - Topics of JavaScript/ES6
YouTube
16.12: Promises Part 2 - Topics of JavaScript/ES6
How to make (keep?) your own (JavaScript) promises?
π₯ Next Video: https://youtu.be/XO77Fib9tSI
π Promise on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
π₯ setTimeout(): https://youtu.be/nGfTjA8qNDA
π₯ ES6β¦
π₯ Next Video: https://youtu.be/XO77Fib9tSI
π Promise on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
π₯ setTimeout(): https://youtu.be/nGfTjA8qNDA
π₯ ES6β¦
π The Coding Train: Coding Challenge #104: Linear Regression with TensorFlow.js
YouTube
Coding Challenge #104: Linear Regression with TensorFlow.js
In this challenge, I use the TensorFlow.js library to create an interactive demonstration of linear regression (with stochastic gradient descent!)
π»Challenge: https://thecodingtrain.com/CodingChallenges/104-linear-regression-tfjs.html
Links discussed inβ¦
π»Challenge: https://thecodingtrain.com/CodingChallenges/104-linear-regression-tfjs.html
Links discussed inβ¦
π The Coding Train: 16.13: async/await Part 1 - Topics of JavaScript/ES8
YouTube
16.13: async/await Part 1 - Topics of JavaScript/ES8
This video covers the new ES8 "asyncβ and βawaitβ keywords for writing asynchronous functions in JavaScript.
π₯ Next Video: https://youtu.be/chavThlNz3s
π async on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_functionβ¦
π₯ Next Video: https://youtu.be/chavThlNz3s
π async on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_functionβ¦
π The Coding Train: 16.14: async/await Part 2 - Topics of JavaScript/ES8
YouTube
16.14: async/await Part 2 - Topics of JavaScript/ES8
Exploring promises, async, await, and fetch() with the Giphy / Wordnik APIs.
π₯ Next Video: https://youtu.be/01RTj1MWec0
π Giphy API: https://developers.giphy.com/
π Wordnik API: https://developer.wordnik.com/
π async on MDN: https://developer.mozilla.org/enβ¦
π₯ Next Video: https://youtu.be/01RTj1MWec0
π Giphy API: https://developers.giphy.com/
π Wordnik API: https://developer.wordnik.com/
π async on MDN: https://developer.mozilla.org/enβ¦
π The Coding Train: 16.15: Promise.all() - Topics of JavaScript/ES6
YouTube
16.15: Promise.all() - Topics of JavaScript/ES6
In this video, I discuss handling arrays of asynchronous JavaScript promises with Promise.all() .
π₯ Next Video: https://youtu.be/BztW_u6HDbs
π Promise.all() on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allβ¦
π₯ Next Video: https://youtu.be/BztW_u6HDbs
π Promise.all() on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allβ¦
π The Coding Train: 16.16: try / catch with Promises - Topics of JavaScript/ES6
YouTube
16.16: try / catch with Promises - Topics of JavaScript/ES6
Using try / catch with ES6 Promises, async, and await.
π try...catch on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch
π Giphy API: https://developers.giphy.com/
π Wordnik API: https://developer.wordnik.com/β¦
π try...catch on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch
π Giphy API: https://developers.giphy.com/
π Wordnik API: https://developer.wordnik.com/β¦
π The Coding Train: Coding Challenge #105: Polynomial Regression with TensorFlow.js
YouTube
Coding Challenge #105: Polynomial Regression with TensorFlow.js
In this challenge, I expand the linear example into polynomial regression!
π»Challenge: https://thecodingtrain.com/CodingChallenges/105-polynomial-regression-tfjs.html
Links discussed in this challenge:
π TensorFlow.js: https://js.tensorflow.org/
π₯ Linearβ¦
π»Challenge: https://thecodingtrain.com/CodingChallenges/105-polynomial-regression-tfjs.html
Links discussed in this challenge:
π TensorFlow.js: https://js.tensorflow.org/
π₯ Linearβ¦
π The Coding Train: 6.5: TensorFlow.js: Layers API Part 1 - Intelligence and Learning
YouTube
6.5: TensorFlow.js: Layers API Part 1 - Intelligence and Learning
In this video, I cover the TensorFlow.js Layers API ("tf.layers").
π₯ Next Video: https://youtu.be/iUiOx2fBx18
π TensorFlow.js: https://js.tensorflow.org/
π Keras: https://keras.io/
π ml5: https://ml5js.org
π₯ My Neural Networks playlist: https://www.yβ¦
π₯ Next Video: https://youtu.be/iUiOx2fBx18
π TensorFlow.js: https://js.tensorflow.org/
π Keras: https://keras.io/
π ml5: https://ml5js.org
π₯ My Neural Networks playlist: https://www.yβ¦