5.1: Doodle Classifier: Introduction - Intelligence and Learning

  Рет қаралды 62,184

The Coding Train

The Coding Train

Күн бұрын

Пікірлер
@jacksonabernathy1683
@jacksonabernathy1683 6 жыл бұрын
Great vid man. Just discovered you recently, already my favorite channel on KZbin
@geoffwagner4935
@geoffwagner4935 Жыл бұрын
Woot! nice shot, just finished toy neural . well for what it is. obviously intend on spending much more time pulling it's pieces apart again later , really like most of this . who knew this was literally next on the playset
@aasimbaig01
@aasimbaig01 6 жыл бұрын
Omg cant wait for this series ... ♡♡♡
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
(They are now available unlisted if you click through the description!)
@Alty950
@Alty950 6 жыл бұрын
Yes! Can't wait to see more!
@XiSparks
@XiSparks 5 жыл бұрын
5:56 What a circle!! :O
@QuocNguyen-mh7ow
@QuocNguyen-mh7ow 4 жыл бұрын
Congrat you for 1M subcribers. Your videos are the best tutorial to learn Machine learning.
@grainfrizz
@grainfrizz 6 жыл бұрын
I'm sorry you had to re-upload, Dan. But I will still rewatch it no matter what.
@Kombo-Chapfika
@Kombo-Chapfika 6 жыл бұрын
Glad to be back!
@Alessandro-nq3tm
@Alessandro-nq3tm 6 жыл бұрын
Amazing, thank you Dan for your hard work
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
Thank you!
@SubjektDelta
@SubjektDelta 6 жыл бұрын
2:50 hahaha that "cello" above your head looks nice ;D
@Bopas2
@Bopas2 6 жыл бұрын
I hope to follow along and complete my own version of this project! Very excited! Are you planning to go over how actually extract google's data, I looked around and couldn't figure that out. Thanks!
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
Click through to the next video (it's in the description below)!
@Chris-Brown-
@Chris-Brown- 3 жыл бұрын
I think I found a oversight in your original neural network When the hidden layer uses the original weights to find the output_error used during the feedforward instead of the error adjusted weights it resolves quicker
@dappermink
@dappermink 6 жыл бұрын
So, I am trying to make a digit classifier since one week in Python (and yes I watched all of the 3blue1brown videos about it). I did all the structure, have the mnist data to train it, and everything is ready except the back propagation part (the most important one lol). I was so happy to see you are about to code a very similar neural network. But sadly I understood you will use a librairy which will hide us the most important part which I needed. Hopefully though, I'm not fully done watching your playlist about Neural Networks so maybe your videos on the topic will help me :) Anyway, keep filling KZbin with Educational masterpieces please
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
In that playlist I step through building the entire neural network library!
@dappermink
@dappermink 6 жыл бұрын
The Coding Train Perfect then, I will need it ^^
@НатальяСоколова-я1г
@НатальяСоколова-я1г 6 жыл бұрын
Could you please help me find that video about building the entire neural network library?
@dappermink
@dappermink 6 жыл бұрын
Позитроныч Of course! There you go: kzbin.info/aero/PLRqwX-V7Uu6Y7MdSCaIfsxc561QI0U0Tb This is a playlist, not a single video, also you may want to take a look at the Session 3 if you have troubles at understanding some stuff he uses
@vincentwhizin9282
@vincentwhizin9282 6 жыл бұрын
This series looks great, I’m super excited! Do you also have a series on the absolute basics for AI/Machine Learning in Python?
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
I don't unfortunately! But I hope to keep making AI/ML videos.
@technicalilm8999
@technicalilm8999 6 жыл бұрын
github.com/pengoox/Doodle_classifier in python
@nagesh007
@nagesh007 Жыл бұрын
Awesome
@kamilbolka
@kamilbolka 6 жыл бұрын
Great! I need to find some time to do fun things like this :D
@souravkar3211
@souravkar3211 6 жыл бұрын
thanks dan, this is really gonna help me in developing some new projects
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
so glad to hear!
@MrBHackerS
@MrBHackerS 6 жыл бұрын
What's the prior knowledge for this series ? Is there a link for previous videos series ?
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
Here are a collection of playlist that might help? kzbin.infoplaylists?shelf_id=16&view=50&sort=dd
@lflee
@lflee 6 жыл бұрын
Dan, who are your favorite philosophers?
@LorenzoLeonardini
@LorenzoLeonardini 6 жыл бұрын
I am trying to make a doodle classifier, but with only a class: cat. How can I train a NN to say "ok this is a cat at 70%" without having other classes to compare with?
@NunoLopes99
@NunoLopes99 6 жыл бұрын
13:00 has to become a meme!
@goonfx
@goonfx 6 жыл бұрын
can you make a tutorial for object detection & localization with TensorFlow.js pleaseeeee? :D
@azulamazigh2789
@azulamazigh2789 6 жыл бұрын
yes yes yes ... yeeeeeeeeeeeeeeeees
@patrickpoggi5448
@patrickpoggi5448 6 жыл бұрын
Hey, may anyone help me coding Java on Atom on a Mac, please? I've just downloaded the JDK so far...
@KanalMcLP
@KanalMcLP 6 жыл бұрын
Why do all your videos come out after i did the stuff by my self?
@badhusha2693
@badhusha2693 6 жыл бұрын
What kind of Neural Network is this, RNN or CNN , or any other thing??
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
This is just a plain vanilla neural network, I would like to do it with a CNN soon!
@shgidi
@shgidi 6 жыл бұрын
Is there a working demo?
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
See: github.com/CodingTrain/Toy-Neural-Network-JS/tree/master/examples/doodle_classification
@jadestrider2660
@jadestrider2660 6 жыл бұрын
didn't think the note about "missing data sets" and "algorithmic violence" was necessary in this context.
@georgecoghlan4663
@georgecoghlan4663 6 жыл бұрын
Just as I finish my course work on machine learning for image recognition. Typical.
@joshinils
@joshinils 6 жыл бұрын
Why the reupload?
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
There was an offensive word in the cello drawings I didn't notice. Apologies!
@rcookie5128
@rcookie5128 6 жыл бұрын
@Burger: if he did the whole job of removing & reuploading the video, it would be dumb to share it in the comments..
@Naej7
@Naej7 6 жыл бұрын
2:47
@rcookie5128
@rcookie5128 6 жыл бұрын
well like naej hinted, it's likely something that roughly shaped like a cello doodle..
@Naej7
@Naej7 6 жыл бұрын
ΜrCookie Not quite, someone started to draw, but got pissed off seeing a bad result, scraped the drawing and wrote an insult next to it
@mix_tutorial_gaming2985
@mix_tutorial_gaming2985 6 жыл бұрын
System.out.println(Photogram.parseMoment(2:35[2][3]))
@martlesmartlesmartles
@martlesmartlesmartles 6 жыл бұрын
reupload...?
@TheCodingTrain
@TheCodingTrain 6 жыл бұрын
Yes, apologies, there was an unfortunate issue with the first upload I had to correct.
@sainimohit23
@sainimohit23 6 жыл бұрын
I wish these were in python
@Ninjaznexx
@Ninjaznexx 6 жыл бұрын
ಠ_ಠ mfw "algorithmic violence" at 10:15
@jadestrider2660
@jadestrider2660 6 жыл бұрын
Ninjaznexx agreed; wtf.
@TheMcallist1
@TheMcallist1 4 жыл бұрын
13:00 hahaha
@isaacbaptista6207
@isaacbaptista6207 6 жыл бұрын
make a n original coding chanlage
@monkeyrobotsinc.9875
@monkeyrobotsinc.9875 10 ай бұрын
is it ethical? what kind of warning is that? youre giving me weird ideas. is that intended? can you gives us some examples? also, the missing data girl. is that for real? is she like an AI data miner or something? that looks too stupid to be real.
@hendrik3553
@hendrik3553 6 жыл бұрын
"draw animal migration" ..wut
Coding Challenge #99: Neural Network Color Predictor
37:45
The Coding Train
Рет қаралды 97 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 651 М.
Coding Challenge 181: Weighted Voronoi Stippling
28:59
The Coding Train
Рет қаралды 179 М.
How to Create a Neural Network (and Train it to Identify Doodles)
54:51
Sebastian Lague
Рет қаралды 1,9 МЛН
This is why Deep Learning is really weird.
2:06:38
Machine Learning Street Talk
Рет қаралды 408 М.
How I animate 3Blue1Brown | A Manim demo with Ben Sparks
53:41
3Blue1Brown
Рет қаралды 1,1 МЛН
Coding Challenge 171: Wave Function Collapse
1:18:37
The Coding Train
Рет қаралды 558 М.
Deep Learning Basics: Introduction and Overview
1:08:06
Lex Fridman
Рет қаралды 2,3 МЛН
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 350 М.
Coding Challenge 180: Falling Sand
23:00
The Coding Train
Рет қаралды 1 МЛН
Coding Challenge 183: Paper Marbling Algorithm
32:10
The Coding Train
Рет қаралды 80 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 651 М.