I Built a Neural Network in C# From Scratch. Here’s What I Learned…

  Рет қаралды 21,094

Milan Jovanović

Milan Jovanović

Күн бұрын

Пікірлер: 66
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Get the source code for this video for FREE → the-dotnet-weekly.ck.page/neuralnet Want to master Clean Architecture? Go here: bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: bit.ly/3SXlzSt
@tonystoynev7969
@tonystoynev7969 2 ай бұрын
Please create more videos on machine learning and AI topics! I love the way you explain this very complex concepts
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Will do!
@devangkhatri4772
@devangkhatri4772 12 күн бұрын
FOR A BEGINNER THIS IS JUST PURE GOLD>>>>>> THANK YOu so much milan!
@MilanJovanovicTech
@MilanJovanovicTech 12 күн бұрын
You're welcome :)
@eddypartey1075
@eddypartey1075 22 күн бұрын
This is just gold. Thanks a lot, Milan, you are awesome❤
@MilanJovanovicTech
@MilanJovanovicTech 22 күн бұрын
You're welcome 😊
@anthonyportilla2445
@anthonyportilla2445 2 ай бұрын
Amazing topic by the way currently I am studying a master's related to Artificial intelligence and this topic complements my knowledge because They mostly use Python for neural network algorithms but with c#, it is absolutely awesome.
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
It's cool if you want to brute force the learning. I learned way more than I ever would've using an ML library. The sad part is it doesn't convert to practical ML knowledge that you can scale. But I'll have to try adapting this neural net for some other vision problem, might be fun.
@abdelrahmanismail6177
@abdelrahmanismail6177 2 ай бұрын
Cool 🤩 this is perfect explanation for a very complicated topic I am going to explore the network core code and it will be great if you do more on this
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Glad it was helpful!
@petropzqi
@petropzqi 2 ай бұрын
This inspired me to go back to an old project of mine, an ANN using c# and DDD.
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Awesome! 😁
@MrPatrik775
@MrPatrik775 2 ай бұрын
Nice ! I am interested to learn more about the accuracy. Many clients who need such projects are asking a specific accuracy for recognition. Unless we have a large training data set it is hard to talk about accuracy. Some projects which need letter and numbers recognitions are license plate recognition projects. There we have also image scanning and image enhancements, segmentation and other image processing algorithms. Anyway good video. I would like to see from you more projects like this one in the future. Great job !
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Thanks, I'll see if I can make more videos about this. I think an interesting one to explore is creating an expanded data set from the existing data set.
@alexmadnix
@alexmadnix 2 ай бұрын
Neural network algorithms are a very interesting topic for me as I work at a company that works on license plate recognition.
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
How do you recognize license plates? A proprietary solution?
@charliebrownsabstractmind
@charliebrownsabstractmind 2 ай бұрын
Absolutely love this. Clearly explained, demo gods were pleased because nothing broke ;-) Excellent Milan!
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Thanks a lot! :)
@mideamos
@mideamos 2 ай бұрын
Hi Milan love and easily understand ur video please Am hoping u can do more on neural network for building web app for recognizing license plate number and using ocr to convert to text
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
I'll come up with something
@MutalibGozalov
@MutalibGozalov 2 ай бұрын
Awesome, keep it up
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Thanks, will do!
@danielhinson3576
@danielhinson3576 2 ай бұрын
Very interesting, can we get some more on this topic
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
I'll see what I can make next
@cuIo_
@cuIo_ 2 ай бұрын
excellent video bro
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Glad you enjoyed it
@genadyshmunik6041
@genadyshmunik6041 2 ай бұрын
Will buy a video course but with a concrete real life examples
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
I doubt I'll make one for neural networks 😅 The Modular Monolith course is pretty "real life" IMO
@genadyshmunik6041
@genadyshmunik6041 2 ай бұрын
@@MilanJovanovicTech I have your on clean architecture, like few months that I’m unable to start it.
@mathszoke
@mathszoke 2 ай бұрын
Hi Milian, how are you? I was watching another video of yours and saw that your Dockerfile has a docker icon in visual studio 2022... How do you do that?
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
No idea, doesn't that just work?
@matthewrossee
@matthewrossee 2 ай бұрын
How do you handle many to many relationships in using ef core with DDD?
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
What does it have to do with neural networks? 😅
@rikudouensof
@rikudouensof 2 ай бұрын
Thanks for the video
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
You bet
@VintunaSayami
@VintunaSayami 2 ай бұрын
we love to see more videos
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Noted!
@jodainemoore8300
@jodainemoore8300 2 ай бұрын
good quality content as usual
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Thank you!
@sunzhang-d9v
@sunzhang-d9v 2 ай бұрын
I also learned computer vision 7 years ago, based on python, but now I have forgotten about it 🤣😂
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Python makes it much easer with some ML library
@sunzhang-d9v
@sunzhang-d9v 2 ай бұрын
@@MilanJovanovicTech yeah
@alexsandrotabosa4461
@alexsandrotabosa4461 2 ай бұрын
I'd like to know what your theme is and what colors you have in VisualStudio.
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
It's ReSharper syntax highlighting
@alexsandrotabosa4461
@alexsandrotabosa4461 2 ай бұрын
@@MilanJovanovicTech Thank you
@mhsn27mhsn10
@mhsn27mhsn10 2 ай бұрын
nice Milan
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Thanks!
@chuannguyen1686
@chuannguyen1686 2 ай бұрын
You're in another level, What you wrote in the note, I understand nothing
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Just some fancy math, pretty typical for university studies here in Serbia 😅
@pramod.kulkarni9607
@pramod.kulkarni9607 2 ай бұрын
Can this video be more detailed please that People how are new like me will better understand
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
This is as bare-bones as I could make it
@mhsn27mhsn10
@mhsn27mhsn10 2 ай бұрын
if can make video for build custom compiler for simple project like custom database query or insert , thank you
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Noted
@2100moussa
@2100moussa 2 ай бұрын
You are the BEST
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Thanks, just happy to share my experience 😁
@cccyberfamilydk
@cccyberfamilydk 2 ай бұрын
more
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Noted!
@garikipativenkatakirankuma1780
@garikipativenkatakirankuma1780 2 ай бұрын
I really ❤❤
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Thank you!
@jukkaai
@jukkaai 2 ай бұрын
Odlican Rad
@MilanJovanovicTech
@MilanJovanovicTech 2 ай бұрын
Hvala puno!
But what is a neural network? | Chapter 1, Deep learning
18:40
3Blue1Brown
Рет қаралды 17 МЛН
A Step-by-Step Guide for the Cache-Aside Pattern + Stampede Protection
19:29
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 41 МЛН
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 275 #shorts
00:29
НИКИТА ПОДСТАВИЛ ДЖОНИ 😡
01:00
HOOOTDOGS
Рет қаралды 3 МЛН
10.2: Neural Networks: Perceptron Part 1 - The Nature of Code
44:39
The Coding Train
Рет қаралды 502 М.
Build a machine learning library from scratch using only C++ | Part 1
11:16
Magnus Carlsen Plays With INSANE Accuracy In 1 Minute Chess
4:53
Take Take Take
Рет қаралды 28 М.
Coding EKF SLAM in Python from scratch
1:53:21
Jacob Higgins
Рет қаралды 2,2 М.
What are Convolutional Neural Networks (CNNs)?
6:21
IBM Technology
Рет қаралды 349 М.
It’s Perfect. It’s Unusable. - Snapdragon for a Month Challenge Conclusion
18:08
I Built a Neural Network from Scratch
9:15
Green Code
Рет қаралды 380 М.
Functional Programming With C# Using Railway-Oriented Programming
19:15
Milan Jovanović
Рет қаралды 25 М.