This is a very basic intro to machine learning and neural networks using Brain.js which is a machine learning library for JavaScript.
Code: Feel free to add examples
Article 1:
Article 2: Trump vs Kardashian
💖 Become a Patron: Show support & get perks!
Website & Udemy Courses
Follow Traversy Media:
Nguồn:https://madisonrep.org/
I'm having problem in installing brain.js, it says "gyp ERR find VS" and "gyp ERR! find VS msvs_version not set from command line or npm config" and other errors like this
I installed Visual Studio 2019 but the problem stays, what other things do I need to do, how to set all this up
kindly help
thank you very much but brain.js is not working for me any help???
This video actually shows a flaw in either the function or methodology you're using. The correct result of "1 1 0" should be 0 because it's XOR. 1 ^ 1 ^ 0 is the same as (1 ^ 1) ^ 0 or 0 ^ 0 which is 0. The program returns ~1 incorrectly. It should be in the training set because it has no reference for when to expect 0 when there's a 1 in the far left column; I guarantee it has a strong association.
@Traversy Media I love your vibe man, great video!!
Do you need to create a private environment in cmd before doing this or can you get straight into VS code and start doing all of this stuff?
Machine learning with typescript will be awersome there no videos on youtube related.
does brain. js do transfer learning?
how can someone be so intelligent 🙂
Thanks a lot man!
it is just showing percentage how we no its for 1 or 0 ?
I'm using windows, I'm new to this what do I need to install to try out this project out?
is this video for absolute beginner
I watched loads of "beginner" tutorials on neural nets with .is but this feels like the first that actually explains the .js code and what it's doing. Thanks.
i have trained same data as yours but it gives me software as category….id don't know why??
Would love to see more ml videos from you
Cool Brad! Now do some Skynet tutorial. Want program my own terminator !
Thanks
Don't be a Dick 😁😝😂
Excellent, thanks for the heads up and great tutorial, cheers
This is a multilayered feed forward network… I am not into machine learning but… backpropagation is the method of learning! Refreshed my memory! Awesome content as always!
Very nice one!
But this is 9 months old
Please do some videos on Tensorflow.js and more ML videos in general.
New Traversy video, new things to learn :D.
BrainJS is not a machine learning algorithm. It is just a directory using JSON. At no point can BrainJS 'Learn' anything as with other ML frameworks.
when I run index.js, it gives me an error message : cannot find module and I'm running this from vcode as well . Do I need to run it from an IDE?
Thank you Sir for this class on Machine Learning and can you please create a video for beginners to learn the Machine Learning.
thx so much – very helpful
Very interesting examples… Thankyou
You said that "Python is the king of machine learning" then why are you using JS (brain.js) not python?
Very nice video. I really appreciated that you made the effort to introduce us brain.js
Sir Is it possible for you to update us on Async Training …..
Like this if you are also waiting for async Training from the Master
Can you do a complete machine learning course in JavaScript only according to the existing resources available in JS?
It is helpful if you do course ML in JavaScript, there are lots of courses available in python for ML.
nice!
Please try to make a series of this. Thanks Brad
Does the program have to learn everything again every time it's run? Or the learned patterns (or whatever) can be saved and accessed later?
my vscode terminal is not working properly
Hey ,I am on it brain.js but can you fix this problem which I am facing
Even on GitHub I have posted an issue #340
https://10pm.ca/using-a-usb-flash-drive-as-ram-in-linux-mintubuntu
just don't be a dick…lol…i totally felt it exactly what and in what sense he meant by it…:D
is it dump value ?
but my npm is not working.
p.s can you tell me how to insall npm on visual studio?
thanks in advance.
Thank you very much for this video, it helped me to get started with ML. Of course, this code needs to be run with webworkers in a browser, or forked in Node.