🆕 The Coding Train: Coding Challenge #121: Logo Interpreter
YouTube
Coding Challenge #121.1: Logo Interpreter
In this coding challenge, I attempt to make a Logo interpreter and draw "turtle graphics" in JavaScript.
#turtlegraphics #logo #logointerpreter
💻Code: https://thecodingtrain.com/CodingChallenges/121-logo-interpreter.html
🎥 Part 2: https://youtu.be/aOqEm101fms…
#turtlegraphics #logo #logointerpreter
💻Code: https://thecodingtrain.com/CodingChallenges/121-logo-interpreter.html
🎥 Part 2: https://youtu.be/aOqEm101fms…
🆕 The Coding Train: ml5.js: Save/Load Model
YouTube
ml5.js: Save/Load Model
In this video, I discuss how to save and load an image classification model (trained using the "feature extractor") in ml5.js. #machinelearning #ml5 #p5js #imageclassification
💻Code: https://thecodingtrain.com/Courses/ml5-beginners-guide/4.1-ml5-save-load…
💻Code: https://thecodingtrain.com/Courses/ml5-beginners-guide/4.1-ml5-save-load…
🆕 The Coding Train: Coding Challenge #122: Quick, Draw!
YouTube
Coding Challenge #122: Quick, Draw!
In this multi-part coding challenge, I take a closer look at the Quick, Draw! dataset and create a simple node API to "replay" drawings of rainbows and cats using p5.js. Code: https://thecodingtrain.com/challenges/122-quick-draw
🕹️ p5.js Web Editor Sketch:…
🕹️ p5.js Web Editor Sketch:…
🆕 The Coding Train: Chaos Game Challenge from Thinkercon and Quick, Draw API