File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- # Algorithms-for-Big-Data
2
- Algorithms for Big Data.
1
+ # Algorithms for Big Data
2
+ This repository consists of implementations of various algorithms used for processing big data. <br >
3
+ The algorithms used are: <br >
4
+ 1 . Simple and Multiple Linear Regression using Gradient Descent (batch data)
5
+ 2 . Simple and Multiple Linear Regression using Gradient Descent (stream data)
6
+ 3 . Simple and Multiple Linear Regression using Normal Equation Methods (batch data)
7
+ 4 . Incremental Mathematical Stream Regression and Approximate Stream Regression
8
+ 5 . Collaborative Filtering (Stochastic Gradient Descent for Matrix Factorization)
9
+ 6 . Collaborative Filtering (Distributed Stochastic Gradient Descent for Matrix
10
+ Factorization)
11
+ 7 . Collaborative Filtering (Streaming Distributed Stochastic Gradient Descent for Matrix
12
+ Factorization)
13
+ 8 . k-means and k-medoids (batch data)
14
+ 9 . Stream Algorithm
15
+ 10 . Clustream Algorithm
16
+ 11 . ID3 and CART (batch data)
You can’t perform that action at this time.
0 commit comments