+ 2
What are the best places to learn Artificial intelligence and machine learning?
Any online courses or website that teaches AI for beginners. And please mention the prerequisites also. Thank You
2 Respostas
+ 7
1.-
in machine learning the common language are:
learn R language
learn Python
2.- then Data science and Data analysis
you need search, arrange, filter and so on, huge amounts of data
here you are going to spend 80% of your time.
(matrix operations, pattern recognition, SQL, I/O)
you need solid knowledge of statistics (linear regression, logistic regression, polinomial regression, lasso regression etc)
basic optimization methods
basic linear algebra
basic matrix... vector operations
basic calculus
(In order to be able to interpreter the results of analysis and how you are going to arrange your data to be process), there are libraries to process but you need to know what is going on, and why you get those results.
libraries
and libraries for matrix, vector, correlations, data analysis
numpy
pandas
scipy
3.-
then Machine learning and deep learning etc
sci-learn
theano
tensorflow
you can introduce any data to tensorflow and you will get any results... but is really easy to get bias results even if you are really careful with your data.
YouTube channel ...sentdex... is amazing
and for python... thenewboston... channel
hope it helps you
0
Thank you AldoS ! helped me