Ask HN: Best language for general AI programming?
1–10 of 23 posts
Re: Ask HN: Best language for general AI programming?
#2Re: Ask HN: Best language for general AI programming?
#3Python has sophisticated ML tools and Neural Net packages, I'm honestly not sure what they are called in Python land, but I see Python on the listings all the time for the top ML libraries. Clojure may also have really great frameworks available by now.
Python, of course, gives you access to a host of useful libraries for NLP (SpaCy[3], NLTK, Textacy), machine learning (Scikit-learn, PyTorch, Tensorflow), and more general data processing (Pandas) and visualization (Matplotlib, Seaborn).
[1]: https://github.com/aria42/flare/blob/master/README.md [2]: https://github.com/thinktopic/cortex [3]: https://spacy.io/index
Re: Ask HN: Best language for general AI programming?
#4Re: Ask HN: Best language for general AI programming?
#5- [0] https://www.robinwieruch.de/machine-learning-javascript-web-...
Re: Ask HN: Best language for general AI programming?
#6Re: Ask HN: Best language for general AI programming?
#7This article might help - https://en.wikipedia.org/wiki/List_of_programming_languages_...
Re: Ask HN: Best language for general AI programming?
#8PS. What you want to do is called Machine Learning, not AI
Re: Ask HN: Best language for general AI programming?
#9Re: Ask HN: Best language for general AI programming?
#10I highly recommend learning Keras before you dive into Tensorflow or PyTorch. Currently there are some excellent video tutorials available on http://safaribooksonline.com/ with some good examples available here: https://github.com/the-deep-learners/TensorFlow-LiveLessons