π 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β¦
π The Coding Train: 6.6: TensorFlow.js: Layers API Part 2 - Intelligence and Learning
YouTube
6.6: TensorFlow.js: Layers API Part 2 - Intelligence and Learning
In part 2 of the TensorFlow.js Layers API ("tf.layers"), I train a model to predict an output. (Note the data here is made up and meaningless.)
π TensorFlow.js: https://js.tensorflow.org/
π ml5: https://ml5js.org
π₯ My Neural Networks playlist: https://β¦
π TensorFlow.js: https://js.tensorflow.org/
π ml5: https://ml5js.org
π₯ My Neural Networks playlist: https://β¦
π The Coding Train: Coding Challenge #106: XOR Problem with TensorFlow.js
YouTube
Coding Challenge #106: XOR Problem with TensorFlow.js
In this coding challenge, I visualize solving XOR once again, this time with the TensorFlow.js library.
π»Challenge: https://thecodingtrain.com/CodingChallenges/106-xor-tfjs.html
Links discussed in this challenge:
π TensorFlow.js: https://js.tensorflow.org/β¦
π»Challenge: https://thecodingtrain.com/CodingChallenges/106-xor-tfjs.html
Links discussed in this challenge:
π TensorFlow.js: https://js.tensorflow.org/β¦
π The Coding Train: Live Stream #142: Sandpile and Barnsley Fern Coding Challenges
YouTube
Live Stream #142: Sandpile and Barnsley Fern Coding Challenges
In this live stream I attempt two coding challenges and start a new project: color classifier with TensorFlow.js. 25:42 - Sandpile Coding Challenge 1:20:37 -...
π The Coding Train: Coding Challenge #107: Sandpiles
YouTube
Coding Challenge #107: Sandpiles
In this coding challenge, inspired by Numberphile I visualize "sandpiles" with Processing (Java). Code: https://thecodingtrain.com/challenges/107-sandpiles
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/47dTVFxuB
π₯ Previous video:β¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/47dTVFxuB
π₯ Previous video:β¦