Member since
07-29-2013
4
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9957 | 02-27-2018 04:59 PM |
06-20-2018
01:55 PM
As you mentioned correctly Apache Spark is offering MlLib (or ML) which it comes with a set of features for some basic NLP, most popular algorithms for clustering and classifications, etc. But that is not all! You can use many libraries which are released to complete Spark in a domain of Machine Learning and Deep Learning. Basically, these libraries are using Spark APIs and Engine. You can have a look here (or other lists): https://github.com/awesome-spark/awesome-spark#machine-learning-extension
... View more