项目作者: akashsethi24

项目描述 :
Apache Spark中所有机器学习算法的示例
高级语言: Scala
项目地址: git://github.com/akashsethi24/Machine-Learning.git
创建时间: 2016-06-28T09:39:07Z
项目社区:https://github.com/akashsethi24/Machine-Learning

开源协议:

下载


Machine-Learning

This Project Contains Example of 2 Machine Learning Algorithms.

  1. ALS [Alternative Least Squares] Algorithm using Apache Spark ans Scala.
  2. Naive Bayes Algorithm using Apache Spark ans Scala.

ALS [Alternative Least Squares] Algorithm

  1. 1. ALS Algorithm Example includes the implementation of Movie Recommendation Engine.
  2. We are using the MovieLens Dataset to Recommend movie.
  3. User will be Asked for rating 15 movies on the Scale of 0 - 10.
  4. If User have not seen the movie he can give 0 as Score.
  5. Output will be the 50 movie Recommended to User.
  6. 2. ALS Algorithm Example includes the implementation of Music Recommendation Engine.
  7. We are using the Last.FM Dataset to Recommend Music.
  8. Before running the Process Please Download the Dataset from `http://www-etud.iro.umontreal.ca/~bergstrj/audioscrobbler_data.html`.
  9. Replace the File in `src/main/resources` file with Downloaded one.
  10. Then run the process

Naive Bayes Algorithm

  1. Naive Bayes Algorithm Example includes the Implementation of Tennis Match Prediction.
  2. We are using sample data to train the Algorithm.
  3. On the Basis of trained data we can give input TO Predict weather match will eb Played or Not.
  4. The output will be percentage of Possiblity.

Recently Added Example for Classification

We are using Scala version 2.11.8 and Apache Spark version 2.1.0.