GokulKrishna M Posted June 13, 2020 Share Posted June 13, 2020 (edited) I am Bsc Computer Science student who is thinking of having post graduation in Msc artificial intelligence. So if I am going forward in that career ,which will be the programming languages that will be mandatory? Edited June 13, 2020 by GokulKrishna M Link to comment Share on other sites More sharing options...
Strange Posted June 13, 2020 Share Posted June 13, 2020 The most popular machine learning frameworks seem to be TensorFlow and PyTorch. These are both based on Python. Link to comment Share on other sites More sharing options...
joigus Posted June 13, 2020 Share Posted June 13, 2020 https://en.wikipedia.org/wiki/Lisp_(programming_language) There may be newer/better more mandatory things. It's been a while for me. From Strange's reply I guess my answer is pretty outdated. Link to comment Share on other sites More sharing options...
Zene Desch Posted July 29, 2020 Share Posted July 29, 2020 On 6/13/2020 at 12:31 AM, GokulKrishna M said: I am Bsc Computer Science student who is thinking of having post graduation in Msc artificial intelligence. So if I am going forward in that career ,which will be the programming languages that will be mandatory? In my experience alot of machine learning is developed in Python(PyTorch) or Java. it may also be helpful to learn the C languages as well. If you happen to be focusing in any particular side of Machine Learning , I recommend looking at the website http://airesources.org/ . It is a huge database of machine learning and AI resources that includes data and code from various Machine Learning projects. It clearly organizes different types of Machine Learning and if you are focusing on a specific type, you can gather which language is used most often. Link to comment Share on other sites More sharing options...
Prometheus Posted July 30, 2020 Share Posted July 30, 2020 On 6/13/2020 at 10:28 AM, Strange said: The most popular machine learning frameworks seem to be TensorFlow and PyTorch. These are both based on Python. Recently tried both these frameworks: Tensorflow is nothing like Python, it's like another language embedded in Python. Pytorch has much more 'Python-like' syntax, if you're familiar with numpy, Pytorch will be simple. However, the community support for Pytorch is currently paltry compared to Tensorflow. Either way, Python is a good start. I don't think the language matters as much as learning the fundamental concepts of ML though. Link to comment Share on other sites More sharing options...
Strange Posted July 30, 2020 Share Posted July 30, 2020 There is a great series of lectures by Andrew Ng at Stanford University: https://www.youtube.com/playlist?list=PLLssT5z_DsK-h9vYZkQkYNWcItqhlRJLN He starts from pretty much nothing and quickly builds up to a pretty good level of detail of most aspects of ML. Also available on Coursera, if you want a more structured approach with tests of your understanding, etc: https://www.coursera.org/learn/machine-learning/home/welcome 1 Link to comment Share on other sites More sharing options...
molbol2000 Posted October 17, 2020 Share Posted October 17, 2020 Usually lisp recomended, and in times when this area was alive, only lisp was used for design other DSL for concrete problems. But old lisps was differ, they was simpler and very dynamic Link to comment Share on other sites More sharing options...
thuvienthuthuatvn Posted April 16, 2021 Share Posted April 16, 2021 You can use languages including LISP, Python, C ++, Prolog or Java for AI programming Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now