Informative, Useful, and Interesting crash course to start learning and scratching the surface of Machine Learning using .Net. I am excited to apply all this knowledge practically 😊
Pure gold! If you’re passionate about this, a corresponding book should be your next read. "From Bytes to Consciousness: A Comprehensive Guide to Artificial Intelligence" by Stuart Mills
@@TraversyMedia instagram.com/philipplackner_official here is one Kotlin developer which is really talented guy. Also he is making UA-cam tutorials. I think it would be cool, Sir.
@@fullstack_journey Fireship is working on a NGINX in 100 seconds video for the channel. I will talk to him about some Flutter stuff as well with a larger project
Thank you for the video and really easy way to explain. I am new to data science, so I have a lot of basic questions. In this video you covered generating a model. At the end the end of the video you show a zip file. So once the model is built, how to use it? Could you please make a follow up video, it will very helpful?
I’m surprised how Jon can have that few subscribers on his own channel. We have c# in production and where doing a lot using pandas, tf etc. Actually I didn’t know before how straightforward it is in c#.
Think they updated the ocean proximity or something. Copy and pasted code, got System.ArgumentOutOfRangeException: 'Schema mismatch for input column 'OceanProximity': expected scalar or vector of String, got Single (Parameter 'inputSchema')' on pipeline.Fit(). Edit: nevermind, I had the OceanProximity property a float instead of a string.
That screenshot was from ML.NET's main site near the bottom - dotnet.microsoft.com/apps/machinelearning-ai/ml-dotnet. However, more details is in a paper they did last year - arxiv.org/pdf/1905.05715.pdf
ML would be definitely a topic of interest. But I don't feel myself educated on the subject after this video. No offence. And I haven't really learned c#, although it's not crucial for understanding.. How about making a solid, structured playlist starting with algorithms, general principles and then we talk about ways of implementation and syntax? Just suggesting.
Hey Jon! Thanks for the great tutorial. I have a question or rather a follow up. I followed your example but not as a console app but as dll and then created console app referencing to the dll. However, when i instantiated the class from library I'm getting exception of missing native dlls. Trying to reference the missing dlls in the console app i'm getting reference can't be added.
C shaprp (c#) is like writing typescript interfaces in code, its like typescript in javasrcipt, microsoft just copy typescript from its programming language😶
I see this a lot and while I understand, I ran out of stuff to do, so I am working on learning more and creating my own platform and new courses. Once I launch some of that stuff, I will continue youtube tutorials. But I just ask people to please refrain from saying stuff like this. All it does is make me feel guilty for wanting to do other things. I try and find the best content I can for you guys. When you say things like this, I would imagine it doesn't make the creator of the video feel that great. I also have 800 videos on the channel and 12 Udemy courses. I am sure there is something for everyone that they have not watched.
Just wanted to ask if there is gonna be a Vue.js Front to back Udemy course? I've seen you've made a React and an Angular Udemy course, so it would fit in, would be super happy if that course got made :).
To deploy these models, check out the ML.NET documentation here, docs.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/serve-model-web-api-ml-net
Hi, I am new to Machine Learning. I finished watching your videos and it feels that machine learning is a new method to replace if -else condition. Is this a good reference?
All funnny and games until he got to code. I code in .NET frameworks and C# since 11+ years and this guy is terrible at explaining. He just put onscreen boilerplate code took from somewhere else and if you're really lucky the most explanation you get is "I put this here because we don't need that", "This variable does this" leaving out all the context around. Bsically you'll be ably only to rteplicate what he does with the same files and it will still be unclear to you on some of the passages. It's not ML.NET introduction, it's a sample took from somewhere, probably MSDN and splatted here Geez, do TikToks, not training videos and courses
Holy crap machine learning finally from my favourite UA-cam channel!!!
He did last year I think did do some ML with Javascript
The day has come. A .Net tutorial on Brad's channel.
where brad
ML had my curiosity but now it has my attention
This channel is expanding in so many directions at godspeed. It's so so so friggin amazing !!!!!
Thanks, Brad for hosting Jon, I really needed a starting point for ML
HAPPY TEACHERS DAY 💕
Sir Brad Traversy , My Love, The only mentor who stalk us and know what is inside our hearts 💕😍
Informative, Useful, and Interesting crash course to start learning and scratching the surface of Machine Learning using .Net. I am excited to apply all this knowledge practically 😊
Wow, I loved it, actually, I love every single video Traversy Media has. Love you sir and get well soon!!
WoW, I was just waiting for this and finally, it's here. thanks a lot.
It’s been out for quite sometime
amazing this does the same stuff I do in python, I'm very tempted to switch
I wouldn't have found this if it wasn't for Traversy Media... good stuff!
You should have used the ocean proximity feature in the model. Just change the column data to a 1 or a 0.
Wow... Great tutorial... This channel has turned into a great school of learning.... together we can!!
How did you watched it in 2 minutes 😂
Pure gold! If you’re passionate about this, a corresponding book should be your next read. "From Bytes to Consciousness: A Comprehensive Guide to Artificial Intelligence" by Stuart Mills
Well done and explained. .Net makes everything a bit easier
Thanks, might* give this a try in F#.
I love you Brad .Thanks man .You are awesome .Waiting for your course !
Cool .Net Feature.
Thanks for sharing
The timestamps automatically got you a subscribe ♥️
Mobile development would be cool to see here man. Such as Kotlin or react native.
I am looking for someone to create some mobile stuff
@@TraversyMedia collaboration with Fireship or Markus ng for flutter would be awesome
@@TraversyMedia instagram.com/philipplackner_official here is one Kotlin developer which is really talented guy. Also he is making UA-cam tutorials. I think it would be cool, Sir.
@@fullstack_journey Fireship is working on a NGINX in 100 seconds video for the channel. I will talk to him about some Flutter stuff as well with a larger project
@@eren1514 I'll check them out, thanks
Please make videos on Tensorflow, PyTorch & Keras
After freecodecamp this is my favorite channel
Please upload more machine learning tutorials.....detailed....ML/DL/AI, tensorflow also tutorials on pandas,numy,scipy,matplotlib
question from a beginner , if you have say , thousands of columns do you have to add all of them manually ?
Thank you for the video and really easy way to explain. I am new to data science, so I have a lot of basic questions. In this video you covered generating a model. At the end the end of the video you show a zip file. So once the model is built, how to use it? Could you please make a follow up video, it will very helpful?
Thank you for these video 😊 I think it will be very helpful for me.
UA-cam coders = GOD
I’m surprised how Jon can have that few subscribers on his own channel. We have c# in production and where doing a lot using pandas, tf etc. Actually I didn’t know before how straightforward it is in c#.
Hey, I really enjoyed this video, and thank you for sharing it!
is it possible to do this through the CLI?
edit: It can be done! Tried it myself
Great new content man, refreshing!
Something like this will be also very useful if it's possible making in JS
great tutorial. Thanks
Think they updated the ocean proximity or something. Copy and pasted code, got
System.ArgumentOutOfRangeException: 'Schema mismatch for input column 'OceanProximity': expected scalar or vector of String, got Single (Parameter 'inputSchema')'
on pipeline.Fit().
Edit: nevermind, I had the OceanProximity property a float instead of a string.
Happy teachers day Traversy media :-)
This is just WOW!
Great video. Thank you=
Great video!
Thanks for the continuously amazing content Brad!
Great content
I change the fraction for the test-train split but why does it always have 100 rows in the test data?
Where did you take that performance benchmark of ML.NET, scikit-learn and h2o? Can you share a code behind it?
That screenshot was from ML.NET's main site near the bottom - dotnet.microsoft.com/apps/machinelearning-ai/ml-dotnet. However, more details is in a paper they did last year - arxiv.org/pdf/1905.05715.pdf
ML would be definitely a topic of interest. But I don't feel myself educated on the subject after this video. No offence. And I haven't really learned c#, although it's not crucial for understanding..
How about making a solid, structured playlist starting with algorithms, general principles and then we talk about ways of implementation and syntax?
Just suggesting.
Thanks Sir Brad😊
Thank Jon for this one :)
Hey Jon! Thanks for the great tutorial. I have a question or rather a follow up. I followed your example but not as a console app but as dll and then created console app referencing to the dll. However, when i instantiated the class from library I'm getting exception of missing native dlls. Trying to reference the missing dlls in the console app i'm getting reference can't be added.
Pls post more ML Videos.
Hi Brad, can you make a video on Dynamic Multilevel Navigation or Mega Menu using PHP and Mysqli..
FINALLY, LUV IT
very interesting!
This looks interesting.
C shaprp (c#) is like writing typescript interfaces in code, its like typescript in javasrcipt,
microsoft just copy typescript from its programming language😶
Microsoft came up with both C# and Typescript. C# came well before Typescript.
The part where he auto-generated the HousingData class from the CSV file, how do you do that?
thanks
Why cant I just build the model right away like you do on 18:40
?
BRAD you Rock !!
Any coupons in the near future for your udemy courses !! thank you and keep shining my friend !
Thanks!
Does it do GAN yet?
C# is ❤️
Why don't you create a full course in Udemy ?
why you guys are reluctant to do some Java-based tutorials ?? @Traversy Media
Miss you Brad 😢❤️
@Aniketh Idlur I hope not :(
@Aniketh Idlur He learned alot of Technologies to help us learn which destroyed his mind 😂 He didn't he is just taking break ❤️
I see this a lot and while I understand, I ran out of stuff to do, so I am working on learning more and creating my own platform and new courses. Once I launch some of that stuff, I will continue youtube tutorials. But I just ask people to please refrain from saying stuff like this. All it does is make me feel guilty for wanting to do other things. I try and find the best content I can for you guys. When you say things like this, I would imagine it doesn't make the creator of the video feel that great. I also have 800 videos on the channel and 12 Udemy courses. I am sure there is something for everyone that they have not watched.
@@TraversyMedia No worries We love you ❤️ and we are waiting for your platform It was just my feelings that I expressed.
Just wanted to ask if there is gonna be a Vue.js Front to back Udemy course? I've seen you've made a React and an Angular Udemy course, so it would fit in, would be super happy if that course got made :).
9:25 is a WHAT package?
"Nuget package"
Could we get a java HTTP crash course ?
more videos about it pleasee
To deploy these models, check out the ML.NET documentation here, docs.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/serve-model-web-api-ml-net
when new videos will arrive about ml.net
could you put Arabic in you captains language there are a lot of Arabic audience who will love learn from your Innovative courses
Nice good
254 represented
tunakucheki
I love your high quality contents but just want to ask you.......are you trying to compete with Freecodecamp?
Hi, I am new to Machine Learning. I finished watching your videos and it feels that machine learning is a new method to replace if -else condition. Is this a good reference?
Hi
Thanks, but more flutter please.
i just got deeply disgruntled with this tutorial, my data is simpler than this example and this split.TrainSet.Schema got completely ruined
teach us how to hack NASA with jquery
All funnny and games until he got to code. I code in .NET frameworks and C# since 11+ years and this guy is terrible at explaining. He just put onscreen boilerplate code took from somewhere else and if you're really lucky the most explanation you get is "I put this here because we don't need that", "This variable does this" leaving out all the context around.
Bsically you'll be ably only to rteplicate what he does with the same files and it will still be unclear to you on some of the passages.
It's not ML.NET introduction, it's a sample took from somewhere, probably MSDN and splatted here
Geez, do TikToks, not training videos and courses
69.699 dam his vid is down right sexual
Mumbling. Arghhh!