5.3: Doodle Classifier: Prepping Data in p5.js - Intelligence and Learning

  Рет қаралды 23,109

The Coding Train

The Coding Train

Күн бұрын

Пікірлер: 30
@gabechevalier1567
@gabechevalier1567 6 жыл бұрын
I'm so glad that the unlisted videos are in the description!
@santiagocalvo
@santiagocalvo 3 жыл бұрын
best youtube channel ever, by far
@kjetilv
@kjetilv 6 жыл бұрын
With those people in the hall it's just like a coding olympics with all the fans going wild for the excitement;)
@FinnT730
@FinnT730 6 жыл бұрын
You have an good fan-base in the building!
@arjunsinhnakum2049
@arjunsinhnakum2049 3 жыл бұрын
thank you for your efforts u put into these videos! I tried to clone your Github code and did npm install, but "npm start" is not loading the page inface it's showing me errors - how are you running this webpage?
@PrasadMadhale
@PrasadMadhale 6 жыл бұрын
The loadBytes() which has now been added to the p5js doesn't work. I guess the loadBytes() needs the data to come through http or https source instead of local directory. Even the loadBinary.js file doesn't work (i tried renaming the function in prototype to avoid conflict with the default implementation). Any work around?
@jaesikjeon9612
@jaesikjeon9612 6 жыл бұрын
You need to open your index.html file on your "local server" , not just on your browser.
@Cheffak
@Cheffak 6 жыл бұрын
How can you get from ARGB only one value ?
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
For example I am taking the RGBA color (100, 100, 100, 255) and thinking of it as 100 only. (Assuming no transparency and R = G = B.
@Cheffak
@Cheffak 6 жыл бұрын
Thank you! :)
@becksjr.2710
@becksjr.2710 6 жыл бұрын
Hey, i wanted to ask you something about let blablabla;. Is it creating an unspcified data type with the name blablabla or what is it doing?
@msclrhd
@msclrhd 6 жыл бұрын
Variables -- such as those defined through let -- are dynamically typed in JavaScript. This means that they update their type when they are assigned a value to match the value being assigned. If they are not given a value, they have the 'undefined' type. If you assign an object to a variable (e.g. the empty object {}) you can assign custom properties to it (like Daniel did with 'category.training' and 'category.testing' in the video) making your own data type. Recent versions of JavaScript also let you create custom classes to define your own types in a way that is more familiar from other programming languages.
@Dhakshith1189
@Dhakshith1189 6 жыл бұрын
Where Is The loadBytes Function?
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
Someday it should be part of p5, but for now: github.com/CodingTrain/Toy-Neural-Network-JS/blob/master/examples/doodle_classification/loadbinary.js
@kalyansreekar3384
@kalyansreekar3384 6 жыл бұрын
i'm getting an error saying "'node"' is not recognized as an internal or external command, operable program or batch file." please help me.
@caonguyenvan4626
@caonguyenvan4626 6 жыл бұрын
Can you tell me how to get 1000 pictures instead of a million pictures 25 000, I've tried to download .bin files but it's too large. Please help me !! thank you !
@dananderson8459
@dananderson8459 5 жыл бұрын
He covers this in the previous video 5.2 doodle classifier.
@adsonprogrammer
@adsonprogrammer 5 жыл бұрын
I getting an error called CORS policy. It's driving me very crazy. Is anybody here with the same problem as me and can help me out?
@jessuh_
@jessuh_ 5 жыл бұрын
Same problem here :(
@jessuh_
@jessuh_ 5 жыл бұрын
I solved the problem by hosting these files on a local server.
@confusedcoder.3777
@confusedcoder.3777 4 жыл бұрын
you can fix it by running your code on a local server kzbin.info/www/bejne/i3Srq5-Lnql3Z5I
@princekesarwani5110
@princekesarwani5110 Жыл бұрын
I am unable to execute binary file in browser using ps5
@gummansgubbe6225
@gummansgubbe6225 6 жыл бұрын
784 b *1000 = 784 Kb. Isn't that how it works in the real world? And in the computer world it is 784 b*1024 = 784 Kb?
@akgrs83
@akgrs83 6 жыл бұрын
1 kilobyte = 1000 bytes, 1 kibibyte = 1024 bytes, see en.wikipedia.org/wiki/Kilobyte for further information.
@Betacak3
@Betacak3 6 жыл бұрын
Every other operating system (at least Linux distributions and Windows) will show you a file size of about 766K because it uses 1024. So yeah, good catch.
@augustomazzei2766
@augustomazzei2766 6 жыл бұрын
you are great :,)
@cunningham.s_law
@cunningham.s_law 6 жыл бұрын
higher order functions pls
@bonumonu5534
@bonumonu5534 6 жыл бұрын
I'm here just to say that i love you. Thx for kicking my lazy noob ass. ughh if i'll watch your videos will i get a job? i need to find one/// anyway u r funny man. never stop this!
@ernestomercado8176
@ernestomercado8176 4 жыл бұрын
did you get a job?
@JurajPecháč
@JurajPecháč 6 жыл бұрын
New book: Learn JavaScript with p5.js Coding for Visual Learners Authors: Arslan, Engin
5.4: Doodle Classifier: Training - Intelligence and Learning
21:08
The Coding Train
Рет қаралды 21 М.
Coding Challenge 171: Wave Function Collapse
1:18:37
The Coding Train
Рет қаралды 558 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 86 МЛН
5.6: Doodle Classifier: Classifying User Data - Intelligence and Learning
26:54
Coding Challenge #99: Neural Network Color Predictor
37:45
The Coding Train
Рет қаралды 97 М.
Coding Challenge 181: Weighted Voronoi Stippling
28:59
The Coding Train
Рет қаралды 179 М.
Coding Challenge 180: Falling Sand
23:00
The Coding Train
Рет қаралды 1 МЛН
Diffusion models from scratch in PyTorch
30:54
DeepFindr
Рет қаралды 264 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
What P vs NP is actually about
17:58
Polylog
Рет қаралды 140 М.
Why Does Diffusion Work Better than Auto-Regression?
20:18
Algorithmic Simplicity
Рет қаралды 398 М.
Coding Challenge #92: XOR Problem
25:01
The Coding Train
Рет қаралды 111 М.