9

Question:
I am planning to learn machine learning and deep learning. I am quite comfortable programming in c++ and python, what would you recommend would be a nice starting point with more attention towards practical stuff.

Comments
  • 0
  • 0
    With Python, you're probably going to heavily use scikit-learn. Luckily the API is very intuitive and there's a lot of ressources (about the code and the logic behind). For NN, start with Keras then dive into Tensorflow or Theano.
  • 0
    Start with the basics. Data mining book by Ian a. Witten is a good starting point. There is much more to data mining than just algorithms
  • 0
    Calculus.
  • 0
    @theScientist thanks for the recommendation, will surely check it out
  • 0
    @bdhobare Thanks a lot for the link. That was really helpful.
  • 1
    @Ashkin ya i was told I'll need that for ML so i already brushed up my calculus. Thanks for the reply though
  • 0
    @Gnonpi thanks for the reply, will surely check it out
Add Comment