Teachable Machine 3: Sound Classifiication

  Рет қаралды 65,223

The Coding Train

The Coding Train

Күн бұрын

Пікірлер
@aditya95sriram
@aditya95sriram 5 жыл бұрын
I can't believe how easy and accessible all of this has become.
@RaysOfPivot
@RaysOfPivot 5 жыл бұрын
It's so powerful for so few images too! And it's only going to get easier and more powerful as the years pass!
@realcygnus
@realcygnus 5 жыл бұрын
True that !
@JohnDoe-zc4mu
@JohnDoe-zc4mu 5 жыл бұрын
It's still a small dataset and pretty common stuff. But I agree that cloud providers are making AI at scale very simple!
@realcygnus
@realcygnus 5 жыл бұрын
@@JohnDoe-zc4mu I was thinking more in terms of like the evolution of the entire "software stack", so to speak. Just "accessing the audio / video" for instance, in the old days, say the early 90'sish, such things took much more effort/code. You be there hours dig'n through a VERY poorly documented telephone book sized Win32 API. If you got lucky, a colleague might know some useful info or you'd find a specific book. Nor would it be so platform independent. Later, sights like stackexchange became priceless instantly. Of course the relatively recent successes of AI/ML is nothing to shake a stick at either.
@slackerengi2401
@slackerengi2401 5 жыл бұрын
Information age my man You can learn nearly anything online
@TobiasTrofast
@TobiasTrofast 5 жыл бұрын
Oh Daniel, the people on my commute bus are probably wondering why I laugh loudly, but I feel sorry for them not knowing about your extraordinary tutorials. Thanks a thousand times !
@abhaykashyapa
@abhaykashyapa 3 жыл бұрын
I tried it with my flute and recognise the notes! and it worked! This helped me a lot! These Small things bring a lot of happiness!!
@TheCodingTrain
@TheCodingTrain 3 жыл бұрын
amazing to hear!
@DarshanSenTheComposer
@DarshanSenTheComposer 5 жыл бұрын
It's so satisfying to watch these machine learning tutorials. You explain everything so well. Great way to build an intuition. Keep up the great work! :)
@timsecond
@timsecond 4 жыл бұрын
This is the most passionate programming channel I've ever found!! 😄😄
@Amr-Ibrahim-AI
@Amr-Ibrahim-AI 5 жыл бұрын
This was lovely. I love how you are unlocking a lot of imagination here. Thanks Dan!
@cyrilleb.6985
@cyrilleb.6985 5 жыл бұрын
Been watching your videos for a couple years already, keep it up 🚂 Also love to look through the descriptions for sneak peaks :)
@sinom
@sinom 5 жыл бұрын
Teachable machine is really cool with how amazingly simple it is.
@sonik382
@sonik382 5 жыл бұрын
Thank you Dan, this is fantastic! Your channel deserves much more subs for sure!
@UserUnknown07
@UserUnknown07 5 жыл бұрын
I actually saw the Google's video on this today, and wanted to know more about it and guess what I saw 🤩 . . . Loved the "Don't switch the tabs!" song... 🤩
@anushaupadhyay7619
@anushaupadhyay7619 2 жыл бұрын
Great work !! Keep posting creative videos like these. Btw u got a new subscriber
@raphaelmorgan2307
@raphaelmorgan2307 4 жыл бұрын
i love that it sometimes thinks ur voice is the ukulele ig your voice is musical
@yuangchengyuancheng4460
@yuangchengyuancheng4460 4 жыл бұрын
The best education video ever.
@geoffwagner4935
@geoffwagner4935 Жыл бұрын
I hav to admit, i didn't even expect a tuned Ukulele, i'm slightly convinced he actually knows wut he is doing with a Ukulele
@swatilekha_roy
@swatilekha_roy 3 жыл бұрын
Amazing work, Dan!! I was wondering if it's possible to have two models working simultaneously or not! For instance, a pose model to detect poses while speech and an audio model to detect fumbling sounds?
@nicholasdejong7112
@nicholasdejong7112 5 жыл бұрын
You are on FIRE!
@g4yktzgjx6
@g4yktzgjx6 5 жыл бұрын
There is a certain kind of approximation going on when it has to classify the sound. You spamming the E-sound will create very identical samples. But maybe if you let the E sound play out for instance wait 1, 2, 3, 4, 5 seconds before playing E again will create more different samples and I believe that will help the classifier to better understand the different stages of an E-sound.
@TheCodingTrain
@TheCodingTrain 5 жыл бұрын
Oh, interesting point, thank you!
@dittilio
@dittilio 5 жыл бұрын
@@TheCodingTrain similar to above, I get the impression that the fundamental frequency may be too heavily dominating the classifier. Perhaps if the chord (or note) was played, and THEN recording starts so it learns only the decay (harmony) rather than the attack, it may have better delineation. The other option of course is to train the other way around, and combine passive background and the decaying chords you want to train, so it may weight the C-E-G attack more heavily. If I'm wrong I'd love to know, I don't code (yet) so I'm probably missing a lot of basic things.
@geoffwagner4935
@geoffwagner4935 Жыл бұрын
this is all outrageous. and it's all json, you can train it, and put it in one box. nuthing here , really "has" to be cdn . even teachable machine is just making a json for us here
@sainath66666
@sainath66666 5 жыл бұрын
Can this be used to login a user into the website using his voice? How safe can this be?
@IceMetalPunk
@IceMetalPunk 5 жыл бұрын
It can, but it shouldn't be. It's not at all secure to do it that way.
@marcustulliuscicero9512
@marcustulliuscicero9512 5 жыл бұрын
That'd be pretty cool, something where you could record a phrase as your password and speak it to unlock.
@nayaart6373
@nayaart6373 5 жыл бұрын
very good video.... i learned alot from it .. thank you so much for your time. i have a question: what if i want to merge the sound and the video... like when there is a train picture and train voice it will give 100% its a train, but actually what i really want is a face recognition and to give info if this is an angry person, or maybe asking for help?! so mixing the video with voice that can give more accuracy ! please answer me
@datdemlomikstik4443
@datdemlomikstik4443 5 жыл бұрын
You would need 2 models - one for image and one for audio. Then you could run them both at the same time, and combine the results (labels or confidence scores) in your own code.
@nikhilvaid6295
@nikhilvaid6295 4 жыл бұрын
i had an error of sampling rate it says "Mismatch in sampling rate: Expected: 44100; Actual: 48000 " how to resolve it ??
@neeharikaroyal9293
@neeharikaroyal9293 5 жыл бұрын
Superb 👌I am enjoying learning 🙂
@axu6207
@axu6207 5 жыл бұрын
Thank you for sharing this amazing resource! 🌈🌈
@jasonzhang4584
@jasonzhang4584 5 жыл бұрын
Great inspiration, Thank you Dan!
@abevriens
@abevriens 5 жыл бұрын
Black dot illusion at 2:54!
@yoogyeongshin1031
@yoogyeongshin1031 3 жыл бұрын
Sorry for commenting on past videos, I have some questions. Can Teachable Machine learn language differences? For example, is it possible to distinguish between Korean and English? It's my first time using this program, so I don't know how to use it. I wonder what to use for background noise if possible.(Sorry for my bad English)
@ZenZed
@ZenZed 4 жыл бұрын
I tried to import this to keras but I have this error : Unable to open file (file signature not found)
@swatilekha_roy
@swatilekha_roy 3 жыл бұрын
Amazing tutorial!!!!
@hikushii3233
@hikushii3233 5 жыл бұрын
what do you think about challenge to code minesweper but in 3D
@yoniziv
@yoniziv 4 жыл бұрын
Thank you so much Love the coding train!
@شرطةمكافحةالحكاكين
@شرطةمكافحةالحكاكين 5 жыл бұрын
Man you know icant speak english ispeak arabic but i understand you ilove you man❤❤❤
@gnrockyou
@gnrockyou 5 жыл бұрын
So where do I start looking up for doing a song classificator? I would love to build an interaction of the songs I play on the piano with a sketch in p5.js.
@learnelectronicswithdevans5422
@learnelectronicswithdevans5422 4 жыл бұрын
I am not seen TensorFlow lite option for speech audio, How can I run this model on mobile or RaspberryPi
@petaca39
@petaca39 3 жыл бұрын
hello good explanation a query can generate a PWA (progressive web application), using ml5 and p5.js. If it is possible to do it, you would have a link with information on how to achieve it, it would be enough with this same example of the video but in PWA format.
@slobodannesic9175
@slobodannesic9175 5 жыл бұрын
Could this identify different type of vehicles?
@vivisaens3487
@vivisaens3487 4 жыл бұрын
Thanks for sharing this video! I have a question, I'm trainig with classical music, I created 3 classes (Liszt, Beethoven, Chopin) Each class contains 100 audio sample I clicked training 2 times and then, after "model trained" appeared , I started to play chopin. But percentages related to each class are constantly in movement, the first higher percentage was related to Liszt and then Chopin, but which one I have to consider? I have to choose just one value? Thank you In advance
@TheCodingTrain
@TheCodingTrain 4 жыл бұрын
Our Coding Train Discord is a great place to get help with coding questions ! discord.gg/hPuGy2g - The Coding Train Team
@vivisaens3487
@vivisaens3487 4 жыл бұрын
@@TheCodingTrain thanks so much!!! I'll try it ^^
@RustuYucel
@RustuYucel 5 жыл бұрын
Wondering if this can be used to voice recognition? Any help on this?
@JohnAmose
@JohnAmose 4 жыл бұрын
Can prerecorded audio be used ?
@charlotteloke4825
@charlotteloke4825 3 жыл бұрын
Hi, why after inserting the let emoji = "" .... (part) my screen can't display anything?
@francisjosephlarita2818
@francisjosephlarita2818 3 жыл бұрын
Is it possible to transfer the program into the arduino?
@mamupelu565
@mamupelu565 5 жыл бұрын
Can I use this to scan a paper then make it recognize words there?
@hamzahassan8024
@hamzahassan8024 5 жыл бұрын
I love thw tutorials
@4541047
@4541047 5 жыл бұрын
Do you think it will be accurate enough with distinguish other people voices??? I'd like to try it with my different friends voice model training
@TheCodingTrain
@TheCodingTrain 5 жыл бұрын
Give it a try!
@mordiaky
@mordiaky 5 жыл бұрын
Oh man, you need to teach it brian waves like up down left right just by your thoughts. Now all you need is some device to record your brain waves.
@jimbarchuk
@jimbarchuk 5 жыл бұрын
Google DIY EEG.
@threeMetreJim
@threeMetreJim 5 жыл бұрын
Isn't that what TESLA is doing?
@Sposhal
@Sposhal 4 жыл бұрын
hi sir, how to use the model in android studio?
@aminelouguit2008
@aminelouguit2008 5 жыл бұрын
why we can not use a zip file instide of mic ?
4 жыл бұрын
can i use teacheble machine for my own project/product?
@TheCodingTrain
@TheCodingTrain 4 жыл бұрын
Yes, absolutely!
@akshaybhagwat2270
@akshaybhagwat2270 4 жыл бұрын
I am doing image train project on teachable machine.... I have added 3 class like class-A , Class-B and Class-C....if no any img can show from A,B,C but they show results for that unknown img in A,B,C.... How to train model if nothing then show nothing...I have added class for nothing also but they show A,B,C class results
@zingnolan
@zingnolan Жыл бұрын
Love you always
@anlpereira
@anlpereira 4 жыл бұрын
Hi, do you have this code in Python? Thanks
@kawaiifreak97
@kawaiifreak97 5 жыл бұрын
someone please sample "dont switch the tabs" 5:54
@clipi_
@clipi_ 5 жыл бұрын
Yay!!
@kunion2512
@kunion2512 5 жыл бұрын
you are humor ! i like it
@z4zuse
@z4zuse 5 жыл бұрын
A more accurate background sound would have been you talking :)
@chitaozinhodoextrativismo4108
@chitaozinhodoextrativismo4108 5 жыл бұрын
Hello shifftman. I challenge you to replicate the marangoni effect in JavaScript
@maheshm4292
@maheshm4292 5 жыл бұрын
Sir, how can I use this in just JavaScript??? With out p5.js???
@TheCodingTrain
@TheCodingTrain 5 жыл бұрын
Yes! Take a look at the plain JavaScript tab in the code snippets at Teachable Machine.
@maheshm4292
@maheshm4292 5 жыл бұрын
@@TheCodingTrain alright sir.
@TioMuhamadNur
@TioMuhamadNur 5 жыл бұрын
What’s software name did you use? Actually, i’m beginner
@TheCodingTrain
@TheCodingTrain 5 жыл бұрын
I am using editor.p5js.org/ and teachablemachine.withgoogle.com/ and ml5js.org/ for this project!
@bo3oof
@bo3oof 4 жыл бұрын
thank you
@rfyorfyo5022
@rfyorfyo5022 4 жыл бұрын
isn't a python version for this?
@enivaldobonelli
@enivaldobonelli 5 жыл бұрын
Great!
@michellenikeetha7453
@michellenikeetha7453 3 жыл бұрын
who has any more ideas for more projects to do using this teachable machine: audio?
@Ninjacowxtpj
@Ninjacowxtpj 4 жыл бұрын
ILY
@secretmystery8305
@secretmystery8305 5 жыл бұрын
Nice
@prachetass
@prachetass 5 жыл бұрын
Request : Please do bubble shooter or match 3 game
@isaacchen3857
@isaacchen3857 5 жыл бұрын
Cool idea! I wonder what sort of data structure would be best to keep track of the bubbles?
@prachetass
@prachetass 5 жыл бұрын
@@isaacchen3857 i started writing the code and i am stuck ..may be i messed something up and now can't keep track ...if you are interested I will send the link... It's not all my code and no helpful comments are der,. :P
@isaacchen3857
@isaacchen3857 5 жыл бұрын
@@prachetass sorry for the late response. If you're still working on it, I'd love to help.
@prachetass
@prachetass 5 жыл бұрын
I am new to coding ...the code looks bad ....here it is editor.p5js.org/prachetas/sketches/vuZJWRqSW
@isaacchen3857
@isaacchen3857 5 жыл бұрын
@@prachetass That's awesome! I'm at uni right now and finals are coming up, but I'll take a look when I get the chance. Have a great day :)
@장성숙-l9z
@장성숙-l9z 4 жыл бұрын
great wow
@ilayws4448
@ilayws4448 5 жыл бұрын
I used it to check if my eyes are more similar to my mother's or my father's :D
@SpaceCoding
@SpaceCoding 5 жыл бұрын
Meoooww
@JazzieGames
@JazzieGames 5 жыл бұрын
WHY Unlisted ?
@geraldbustos
@geraldbustos 5 жыл бұрын
Unlisted
@iminni3459
@iminni3459 5 жыл бұрын
I will be public today or tomorrow probably, it's so that the videos don't all come out at the same time.
@prachetass
@prachetass 5 жыл бұрын
Here: editor.p5js.org/prachetas/sketches/zI_nc0C1d
@spyrosmiltiadous5229
@spyrosmiltiadous5229 5 жыл бұрын
MEOOWWWW
@davidpanic
@davidpanic 5 жыл бұрын
meow
@threeMetreJim
@threeMetreJim 5 жыл бұрын
So you make a great model for something, and Google then has it too, to make money from your work. Everybody and his dog knows Google, so you'd have no chance, and probably face some sort of infringement claim too. Questionable ethics, for sure.
Teachable Machine 1: Image Classification
20:02
The Coding Train
Рет қаралды 198 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Coding Challenge 180: Falling Sand
23:00
The Coding Train
Рет қаралды 1 МЛН
Teachable Machine 2: Snake Game
7:59
The Coding Train
Рет қаралды 101 М.
ml5.js: Object Detection with COCO-SSD
15:32
The Coding Train
Рет қаралды 94 М.
ml5.js: Feature Extractor Classification
21:04
The Coding Train
Рет қаралды 44 М.
ml5.js: Pose Classification with PoseNet and ml5.neuralNetwork()
26:34
The Coding Train
Рет қаралды 73 М.
Collisions Without a Physics Library! (Coding Challenge 184)
31:05
The Coding Train
Рет қаралды 129 М.
Coding Challenge 158: Shape Classifier Neural Network with ml5.js
36:03
The Coding Train
Рет қаралды 139 М.
Image Classification with ml5.js
31:50
The Coding Train
Рет қаралды 25 М.
ml5.js: Transfer Learning with Feature Extractor
12:14
The Coding Train
Рет қаралды 43 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН