Skip to content

Commit 53173df

Browse files
authored
Update README.md
1 parent c0a2c8a commit 53173df

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
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)

0 commit comments

Comments
 (0)