π The Coding Train: Live Stream #133: Neuroevolution Flappy Bird Continued
YouTube
Live Stream #133: Neuroevolution Flappy Bird Continued
In this live stream, I make some improvements to the neuroevolution flappy bird challenge (https://github.com/CodingTrain/Rainbow-Topics/issues/937). I also ...
π The Coding Train: Coding Challenge #100.4: Neuroevolution Flappy Bird - Part 4
YouTube
Coding Challenge #100: Neuroevolution Flappy Bird - Part 4
In this challenge, I use my JavaScript neural network library and a genetic algorithm to train an agent to play Flappy Bird. Code: https://thecodingtrain.com/challenges/100-neuroevolution-flappy-bird
p5.js Web Editor Sketches:
πΉοΈ Neuroevolution Flappy Bird:β¦
p5.js Web Editor Sketches:
πΉοΈ Neuroevolution Flappy Bird:β¦
π The Coding Train: Coding Challenge #100.5: Neuroevolution Flappy Bird - Part 5
YouTube
Coding Challenge #100.5: Neuroevolution Flappy Bird - Part 5
Part 5! Here I add a feature for saving and loading a "bird brain" model. Part 1: https://youtu.be/c6y21FkaUqw Part 2: https://youtu.be/tRA6tqgJBc Part 3: ht...
π The Coding Train: 6.1: Introduction to TensorFlow.js - Intelligence and Learning
YouTube
6.1: Introduction to TensorFlow.js - Intelligence and Learning
TensorFlow.js is a WebGL accelerated, browser based JavaScript library for training and deploying ML models.
π₯ Next Video: https://youtu.be/D-XzAeVvMkg
π TensorFlow.js: https://js.tensorflow.org/
π What is a tensor?: https://js.tensorflow.org/tutorials/coreβ¦
π₯ Next Video: https://youtu.be/D-XzAeVvMkg
π TensorFlow.js: https://js.tensorflow.org/
π What is a tensor?: https://js.tensorflow.org/tutorials/coreβ¦
π The Coding Train: 6.2: TensorFlow.js: Tensors - Intelligence and Learning
YouTube
6.2: TensorFlow.js: Tensors - Intelligence and Learning
In this video I cover the foundation of the TensorFlow.js core API: tensors (tensor1d, tensor2d, tensor3d, generic tensor).
π₯ Next Video: https://youtu.be/KzWF_wzx9PU
π TensorFlow.js: https://js.tensorflow.org/
π What is a tensor?: https://js.tensorfloβ¦
π₯ Next Video: https://youtu.be/KzWF_wzx9PU
π TensorFlow.js: https://js.tensorflow.org/
π What is a tensor?: https://js.tensorfloβ¦
π The Coding Train: Guest Tutorial #11: Hardware + JavaScript with noopkat
YouTube
Guest Tutorial #11: Hardware + JavaScript with noopkat
The Coding Train is thrilled to welcome Suz Hinton (aka noopkat)! Suz shows how to get started with hardware using JavaScript, an Arduino Uno board, an OLED screen and the Johnny-Five library.
Suz Hinton is a web developer who also loves working with electronicsβ¦
Suz Hinton is a web developer who also loves working with electronicsβ¦
π The Coding Train: Coding Challenge #101: May the 4th Scrolling Text
YouTube
Coding Challenge #101: May the 4th Scrolling Text
Happy Star Wars day! May the fourth be with you! In this challenge I attempt to code the iconic text scrolling/title crawl in Processing (Java).
π»Challenge: https://thecodingtrain.com/CodingChallenges/101-may-the-4th.html
Links discussed in this challenge:β¦
π»Challenge: https://thecodingtrain.com/CodingChallenges/101-may-the-4th.html
Links discussed in this challenge:β¦
π The Coding Train: Live Stream #135: May 4th Challenge + TensorFlow.js Continued
YouTube
Live Stream #135: May 4th Challenge + TensorFlow.js Continued
In this live stream, I attempt a Star Wars themed coding challenge. I also continue tutorials about TensorFlow.js. Finally, I create a 2D water simulation in...
π 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β¦