π The Coding Train: How to Make a Processing (Java) Library Part 1
YouTube
How to Make a Processing (Java) Library Part 1
Have you ever wanted to learn more about Java programming, how open source works, or how to build your own Processing library? This is the series for you!
π₯PART TWO: https://youtu.be/U0TGZCEWn8g
π Processing Libraries: https://processing.org/reference/libraries/β¦
π₯PART TWO: https://youtu.be/U0TGZCEWn8g
π Processing Libraries: https://processing.org/reference/libraries/β¦
π The Coding Train: How to Make a Processing (Java) Library Part 2
YouTube
How to Make a Processing (Java) Library Part 2
Welcome to PART TWO of learning how to make a processing library in Java. In the previous part, I set up the development environment and the project build process. In this part, I'll begin to write the code for the library itself.
π₯ PART ONE: https://yoβ¦
π₯ PART ONE: https://yoβ¦
π The Coding Train: Coding Challenge #149: Tic Tac Toe
YouTube
Coding Challenge 149: Tic Tac Toe
This is a beginner-friendly challenge where I attempt to code a basic version of the game Tic-Tac-Toe using JavaScript and the p5.js library. Code: https://thecodingtrain.com/challenges/149-tic-tac-toe
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.orgβ¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.orgβ¦
π The Coding Train: How to add your contribution to The Coding Train website
YouTube
How to add your contribution to The Coding Train website
You all are a part of the Coding Train community and we would love to see your contributions! This quick tutorial will show you how to share your work on The...
π The Coding Train: Classifying Poses with ml5.js
YouTube
Classifying Poses with ml5.js
Try Dashlane here: https://dashlane.com/codingtrain. Get 10% off now with code: "codingtrain".
In this live stream, I'll take a look at PoseNet in ml5.js and train a "pose classifier". But first I will set up my development environment on a new laptop!
β¦
In this live stream, I'll take a look at PoseNet in ml5.js and train a "pose classifier". But first I will set up my development environment on a new laptop!
β¦
π The Coding Train: Classifying Poses with ml5.js Part 2
YouTube
Classifying Poses with ml5.js Part 2
To learn more about Brilliant, go to https://brilliant.org/CodingTrain and sign up for free. The first 200 people that go to that link will get 20% off the annual Premium subscription.
This is part 2 follow-up from yesterday! I'll take a look at PoseNetβ¦
This is part 2 follow-up from yesterday! I'll take a look at PoseNetβ¦
π The Coding Train: Live Stream Archive: ITP Winter Show 2019
YouTube
Live Stream Archive: ITP Winter Show 2019
ITP and IMA Winter Show 2019: An exhibition of recent creative interactive projects by the students of ITP and IMA. https://itp.nyu.edu/shows/winter2019/
List of projects:
4:36 - Punch Punch Revolution by Atharva Patil
6:15 - Generative Photography (Silverβ¦
List of projects:
4:36 - Punch Punch Revolution by Atharva Patil
6:15 - Generative Photography (Silverβ¦
π The Coding Train: Processing Foundation Holiday Telethon
YouTube
Processing Foundation Holiday Telethon
π https://donorbox.org/supportpf2019-fundraising-campaign
πhttps://medium.com/processing-foundation/supportp5-this-giving-season-6dea3f70ffa3
The Coding Train relies heavily on open source software toolkits for the arts, especially Processing and p5.js fromβ¦
πhttps://medium.com/processing-foundation/supportp5-this-giving-season-6dea3f70ffa3
The Coding Train relies heavily on open source software toolkits for the arts, especially Processing and p5.js fromβ¦
π The Coding Train: Coding Challenge #155: Kaleidoscope Snowflake Design
YouTube
Coding Challenge #155: Kaleidoscope Snowflake Design
Happy holidays! #SupportP5! This video shows an attempt to make a snowflake from a "kaleidoscope painting" effect. Code: https://thecodingtrain.com/challenges/155-kaleidoscope-snowflake
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/JbWCVPX5aβ¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/JbWCVPX5aβ¦
π The Coding Train: ITP/IMA Winter Show 2019
YouTube
ITP/IMA Winter Show 2019
A two day exhibition of recent creative interactive projects by the students of ITP and IMA.
The Winter Show features projects from the Interactive Telecommunications Program (ITP) graduate students and the works from new undergraduates from the Interactiveβ¦
The Winter Show features projects from the Interactive Telecommunications Program (ITP) graduate students and the works from new undergraduates from the Interactiveβ¦
π The Coding Train: ml5.js Pose Estimation with PoseNet
YouTube
ml5.js Pose Estimation with PoseNet
In this video I cover pose estimation: finding the keypoints of person's pose and skeleton using the pre-trained machine learning model PoseNet (in JavaScript with p5.js and ml5.js). #machinelearning #ml5js #p5js
π»Code: https://thecodingtrain.com/Courses/ml5β¦
π»Code: https://thecodingtrain.com/Courses/ml5β¦
π The Coding Train: Happy 2020!
YouTube
Happy 2020!
Try Dashlane here: https://dashlane.com/codingtrain. Get 10% off now with code: "codingtrain". (A list of things I'm thinking about working on today! π)
Discord: https://discord.gg/hPuGy2g
+ Discussion of new Discord
+ Annoucement regarding stickers / rewardsβ¦
Discord: https://discord.gg/hPuGy2g
+ Discussion of new Discord
+ Annoucement regarding stickers / rewardsβ¦
π The Coding Train: ml5.js: Pose Classification with PoseNet and ml5.neuralNetwork()
YouTube
ml5.js: Pose Classification with PoseNet and ml5.neuralNetwork()
This tutorial combines PoseNet and ml5.neuralNetwork(). I use the output of the pre-trained model (the "pose" itself) as the inputs to an ml5.js neural network classifier. Code: https://thecodingtrain.com/tracks/ml5js-beginners-guide/ml5/7-bodypose/2-poseβ¦
π The Coding Train: Convolutional Neural Networks with ml5.js
YouTube
Convolutional Neural Networks with ml5.js
To learn more about Brilliant, go to https://brilliant.org/CodingTrain and sign up for free. The first 200 people that go to that link will get 20% off the annual Premium subscription.
Investigating CNNs with ml5.js!
Discord: https://discord.gg/hPuGy2gβ¦
Investigating CNNs with ml5.js!
Discord: https://discord.gg/hPuGy2gβ¦
π The Coding Train: ml5.js: Pose Regression with PoseNet and ml5.neuralNetwork()
YouTube
ml5.js: Pose Regression with PoseNet and ml5.neuralNetwork()
This tutorial builds on the previous video combining PoseNet and ml5.neuralNetwork(). Once again, the output of the pre-trained model (the "pose" itself) is the input to an ml5.js neural network. However, this time the final output is a regression (3 continuousβ¦
π The Coding Train: Convolutional Neural Networks with ml5.js
YouTube
Convolutional Neural Networks with ml5.js
Start listening with a 30-day Audible trial. Choose 1 audiobook and 2 Audible Originals absolutely free. Visit https://audible.com/codingtrain or text codingtrain to 500-500.
Investigating CNNs with ml5.js!
Discord: https://discord.gg/hPuGy2g
π» https:β¦
Investigating CNNs with ml5.js!
Discord: https://discord.gg/hPuGy2g
π» https:β¦
π The Coding Train: ml5.js: Train a Neural Network with Pixels as Input
YouTube
ml5.js: Train a Neural Network with Pixels as Input
This tutorial builds on ml5.neuralNetwork() videos examining raw pixels as inputs to a neural network. This sets the stage for a discussion on convolutional neural networks. Code: https://thecodingtrain.com/tracks/ml5js-beginners-guide/ml5/8-convolutionalβ¦
π The Coding Train: Nature of Code Reboot: Vectors!
YouTube
Nature of Code Reboot: Vectors!
Try Dashlane here: https://dashlane.com/codingtrain. Get 10% off now with code: "codingtrain".
Rebooting The Nature of Code!
Discord: https://discord.gg/hPuGy2g
π» https://thecodingtrain.com/CodingChallenges/
π» https://editor.p5js.org/codingtrain/sketches/β¦
Rebooting The Nature of Code!
Discord: https://discord.gg/hPuGy2g
π» https://thecodingtrain.com/CodingChallenges/
π» https://editor.p5js.org/codingtrain/sketches/β¦
π The Coding Train: Coding in the Cabana 3: Hilbert Curve
YouTube
Coding the Hilbert Curve
Coding in the Cabana is a series where I attempt challenges from my garden cabana in Brooklyn, NY. In this episode, I animate the path of the classic "space filling curve" known as the Hilbert Curve. Code: https://thecodingtrain.com/challenges/c3-hilbertβ¦
π The Coding Train: Nature of Code Continued: Forces!
YouTube
Nature of Code Continued: Forces!
To learn more about Brilliant, go to https://brilliant.org/CodingTrain and sign up for free. The first 200 people that go to that link will get 20% off the annual Premium subscription.
Rebooting The Nature of Code!
Discord: https://discord.gg/hPuGy2g
π»β¦
Rebooting The Nature of Code!
Discord: https://discord.gg/hPuGy2g
π»β¦
π The Coding Train: Nature of Code Continued: Chapter 2, Forces!
YouTube
Nature of Code Continued: Chapter 2, Forces!
To learn more about Brilliant, go to https://brilliant.org/CodingTrain and sign up for free. The first 200 people that go to that link will get 20% off the annual Premium subscription.
Rebooting The Nature of Code!
Discord: https://discord.gg/hPuGy2g
π»β¦
Rebooting The Nature of Code!
Discord: https://discord.gg/hPuGy2g
π»β¦