+ 29
What are the steps involved in becoming a successful AI( artificial intelligence) developer
10 Answers
+ 22
Depends on what kind of AI you would like, I'm assuming you're trying to get into the field of Machine Learning? Well, machine learning is basically a combination of calculus and probability, so it would be best if you gain some knowledge on those fields first so that you would have a solid foundation (Yes, AI is made from math, not magic). You can try searching on some courses and tutorials across the net for learning resources on ML after you've done that!
+ 5
Whoever saying that u must learn maths for being a ai developer, 1st of all u must know what is ai,ai is a technique of making a machine like human,such as google assistant and others which can listen to u and can do which u want. Many tools are used in AI, including versions of search and mathematical optimization, artificial neural networks, and methods based on statistics, probability and economics.
And languages u can use for it are:
C++, Python, Java, Lisp, R, Prolog, Kotlin
Python, Java, Kotlin have inbulid libraries for ai development but for C++ the libraries are available online, C++ is very effective in ai development because of its highest processing speed.
R is used for data science and computational analysis and LISP, unlike most AIÂ programming languages, is more efficient in solving specific as it adapts to the needs of the solutions a developer is writing. Prolog is a logic programming language associated with artificial intelligence and computational linguistics.
+ 5
ML IS DIFFRENT FROM AI.
machine learning is used when u want the machine to make experience from learning that what user want at the most of the time in his search or in its view.
+ 4
I don't know about coding it in c++, but the AI class offered at my university teaches it in Python and Common Lisp.
+ 4
first learn math like
Linear Algebra
Calculus
Probability
Optimization
then learn Python
machine learning
most important then problem solving algorithm
then excute in programme
and you are AI developer âșïžâșïž
+ 4
Learn neural networks
+ 4
Weston Chambers good luckđ
+ 1
not that I see
+ 1
Maybe here are some infos too.
https://www.sololearn.com/Discuss/1459748/?ref=app
+ 1
Now that I've taken the AI course, I'd say familiarize yourself with Keras through Python for Neural Networks. There are tutorials online. Common Lisp is a fun language outside of all the parenthesis. It can be VERY useful. You just need to make sure you're good with recursion before using it. Heuristics can help make the program make a choice. Machine Learning is difficult, but it seems like it will be increasingly useful in the days to come.