Prashant Chaubey (iprashantgit)

iprashantgit

Geek Repo

0

followers

0

following

Company:Western Union

Location:Pune, MH

Github PK Tool:Github PK Tool

Prashant Chaubey's starred repositories

TopReviewedWebsite

Hadoop project to read xml file using MapReduce, Pig, Hive, Sqoop, MySQL

Language:JavaStargazers:6Issues:0Issues:0

SoftwareEngr-MapReduce

MapReduce Usage and Implementation for Software Engineering 2017 Final Project

Language:JavaStargazers:1Issues:0Issues:0

crystalball

A Naive Bayes Text Classifier implemented in Apache Hadoop MapReduce.

Language:JavaStargazers:4Issues:0Issues:0

Twitter-sentiment-analysis

Python coded sentiment analysis using machine learning and imported code to Hadoop MapReduce.

Language:PythonLicense:MITStargazers:4Issues:0Issues:0

MapReduce-Project

A thorough analysis of an inspection result of over 448,000 restaurants in New York City. Used MapReduce

Language:JavaStargazers:1Issues:0Issues:0

handson-ml

⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:25111Issues:0Issues:0

svm_mnist_digit_classification

MNIST digit classification with scikit-learn and Support Vector Machine (SVM) algorithm.

Language:PythonStargazers:272Issues:0Issues:0

multiclassSVM

Experiments on creating an SVM that can perform multi-class classification

Language:MatlabStargazers:38Issues:0Issues:0

large-scale-ml

Implementation of standard Large Scale ML algorithms for Perceptrons, SVM and KNN Joins using MapReduce

Language:PythonStargazers:6Issues:0Issues:0

MapReduce-Machine-Learning

Map-Reduce implementation of some machine learning algorithms

Language:PythonStargazers:23Issues:0Issues:0

recsys-mapreduce-mrjob

Examples of Recommendations powered by MapReduce and mrjob

Language:PythonStargazers:56Issues:0Issues:0

SVM-mapreduce

A map reduce approach to SVM classification. http://r-es.org/Concursos+V+Jornadas

Language:RLicense:Apache-2.0Stargazers:6Issues:0Issues:0

SVM-iris

Creates an SVM over a distributed environment (Hadoop) on a binary/multi-class dataset

Language:PythonStargazers:3Issues:0Issues:0

Parallel_SVMs

The quantity of electronic data available for analysis has grown exponentially with the rapid development of the World Wide Web, the Internet of Things, and other digital technologies. As a result, data mining and machine learning algorithms face computational complexity issues when applied to real world datasets. Support Vector Machines (SVM) are powerful classifcation and regression tools but their computational requirements increase rapidly as the number of training examples increases. To address this problem, several parallel MapReduce based implementations of SVMs have been proposed. These implementation have in common that they decompose a large-scale multi-class problem to a number of relatively smaller subproblems by dividing the data into multiple partitions which can be processed in parallel; however, these approaches use different aggregation and combination strategies to form the final model.In this project, we implement three parallel SVM algorithms on the Hadoop implementation of MapReduce, using the LibSVM library for core SVM computations. We conduct a comprehensive investigation of the three algorithms in order to compare their generalization performance, accuracy, and training times.

Language:JavaStargazers:2Issues:0Issues:0

MachineLearningOnYelpDataset

Predict the degree of likeness for new yelp businesses using Machine Learning

Language:JavaStargazers:2Issues:0Issues:0

MLHadoop

This repository contains Machine-Learning MapReduce codes for Hadoop which are written from scratch (without using any package or library). E.g. Prediction (Linear and Logistic Regression), Clustering (K-Means), Classification (KNN) etc.

Language:JavaLicense:Apache-2.0Stargazers:57Issues:0Issues:0

MapReduce-Based-Deep-Learning

2013 Fall Cloud Computing Project for Nerve Cloud group: MapReduce-Based Deep Learning

Language:JavaStargazers:15Issues:0Issues:0