arrow_upward
Machine Learning for beginners
#1
A few years ago I made a neural network from scratch in javascript since I didn't know how to use a preexisting framework (I made a simple racing AI game btw). Now I want to get back on machine learning and I'd like suggestions for a neural net framework for beginners. The most famous at the time as Tensorflow JS, but I don't know if there are better options that came up since then. Any suggestions? What would you use to create a 2D racing cars AI?



#2
Pytorch is by far the best environment to get started.



[+] 1 user Likes mianonna's post
#3
Thanks for the post



#4
this is good to know



#5
Yeah I second pytorch, especially considering you're making a game.



#6
Bumping for more recommendations.



#7
check out fast AI

RE: Machine Learning for beginners.

Registered Members Only

You need to be a registered member to see more on RE: Machine Learning for beginners.
Login or Sign up to get access to a huge variety of top quality leaks.



#8
PyTorch and Keras would be my suggestions



#9
I'd suggest python in general. There are many packages available for ML. E.g. sklearn contains many simple algorithms like SVMs. And also there is pythorch and tensorflow.



#10
For a developing platerform, Anaconda will give you all you need