All Projects → akashsethi24 → Machine-Learning

akashsethi24 / Machine-Learning

Licence: other
Examples of all Machine Learning Algorithm in Apache Spark

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Machine-Learning

Recommenders
Best Practices on Recommendation Systems
Stars: ✭ 11,818 (+78686.67%)
Mutual labels:  recommendation-system, recommendation-engine, recommendation
recommender system with Python
recommender system tutorial with Python
Stars: ✭ 106 (+606.67%)
Mutual labels:  recommendation-system, recommendation-engine
MachineLearning
Machine learning for beginner(Data Science enthusiast)
Stars: ✭ 104 (+593.33%)
Mutual labels:  recommendation-system, recommendation-engine
raptor
A lightweight product recommendation system (Item Based Collaborative Filtering) developed in Haskell.
Stars: ✭ 34 (+126.67%)
Mutual labels:  recommendation-system, recommendation-engine
netflix-style-recommender
A simple movie recommendation engine
Stars: ✭ 65 (+333.33%)
Mutual labels:  recommendation-engine, recommendation
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+3266.67%)
Mutual labels:  recommendation-system, recommendation
Deep-Learning-Model-for-Hybrid-Recommendation-Engine
A Hybrid recommendation engine built on deep learning architecture, which has the potential to combine content-based and collaborative filtering recommendation mechanisms using a deep learning supervisor
Stars: ✭ 19 (+26.67%)
Mutual labels:  recommendation-system, recommendation-engine
retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (+113.33%)
Mutual labels:  recommendation-system, recommendation-engine
Recdb Postgresql
RecDB is a recommendation engine built entirely inside PostgreSQL
Stars: ✭ 297 (+1880%)
Mutual labels:  recommendation-system, recommendation-engine
Cornac
A Comparative Framework for Multimodal Recommender Systems
Stars: ✭ 308 (+1953.33%)
Mutual labels:  recommendation-system, recommendation-engine
Movie Recommender System
Basic Movie Recommendation Web Application using user-item collaborative filtering.
Stars: ✭ 85 (+466.67%)
Mutual labels:  recommendation-system, recommendation-engine
Movie Recommendation Engine
Movie Recommender based on the MovieLens Dataset (ml-100k) using item-item collaborative filtering.
Stars: ✭ 21 (+40%)
Mutual labels:  recommendation-engine, recommendation
WSDM2022-PTUPCDR
This is the official implementation of our paper Personalized Transfer of User Preferences for Cross-domain Recommendation (PTUPCDR), which has been accepted by WSDM2022.
Stars: ✭ 65 (+333.33%)
Mutual labels:  recommendation-system, recommendation
recommender
NReco Recommender is a .NET port of Apache Mahout CF java engine (standalone, non-Hadoop version)
Stars: ✭ 35 (+133.33%)
Mutual labels:  recommendation-system, recommendation-engine
Chameleon recsys
Source code of CHAMELEON - A Deep Learning Meta-Architecture for News Recommender Systems
Stars: ✭ 202 (+1246.67%)
Mutual labels:  recommendation-system, recommendation-engine
laracombee
📊 A Recombee integration for Laravel
Stars: ✭ 91 (+506.67%)
Mutual labels:  recommendation-system, recommendation-engine
bayes
naive bayes in php
Stars: ✭ 61 (+306.67%)
Mutual labels:  naive-bayes-algorithm
Answerable
Recommendation system for Stack Overflow unanswered questions
Stars: ✭ 13 (-13.33%)
Mutual labels:  recommendation-system
LR-GCCF
Revisiting Graph based Collaborative Filtering: A Linear Residual Graph Convolutional Network Approach, AAAI2020
Stars: ✭ 99 (+560%)
Mutual labels:  recommendation
Movie-Recommendation-Chatbot
Movie Recommendation Chatbot provides information about a movie like plot, genre, revenue, budget, imdb rating, imdb links, etc. The model was trained with Kaggle’s movies metadata dataset. To give a recommendation of similar movies, Cosine Similarity and TFID vectorizer were used. Slack API was used to provide a Front End for the chatbot. IBM W…
Stars: ✭ 33 (+120%)
Mutual labels:  recommendation-engine

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

Naive Bayes Algorithm

Naive Bayes Algorithm Example includes the Implementation of Tennis Match Prediction.

  We are using sample data to train the Algorithm.
  On the Basis of trained data we can give input TO Predict weather match will eb Played or Not.
  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].