Skip to content

Commit

Permalink
Added Recommendation Engine from scratch and updated Readme (#65)
Browse files Browse the repository at this point in the history
* Updated with an Example and Definations:

* Example Scikit

* Updated

* Done with Code of Decidion Tree

* Done with Code of Decidion Tree

* Another done

* Done with another

* Done with another

* Done with another

* Done with Decision Tree with Readme

* Update README.md

Added Readme file

* Added Recommendation Engines from Scratch & Updated Readme

* New Initialized

* Dataset added

* Added Readme
  • Loading branch information
kparitosh21 authored and aribis369 committed Jan 3, 2018
1 parent ee5e8a2 commit 4026931
Show file tree
Hide file tree
Showing 6 changed files with 15,473 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,16 @@ Recurrent Neural Networks allow information to persist, solving one major drawba
LSTMs are designed specially to avoid the long-term dependency problem.
Remembering information for long periods of time is fortunately their default behavior, and not something they struggle to learn.
A stock preditor using LSTM is implemented here.


### 17.Decision Tree Classifiers
Understanding and Implementation of Decision Tree from Scratch with different types of examples.
Examples like Rain Predictor Decision Tree and Effective ways to visualize data .
Go to the folder and Enjoy Learnig :
- https://github.com/Lightning-Bug/ML-Starter-Pack/tree/master/Decision%20Tree%20Classifier

### 18.Recommendation Engines
Ever wondered, “what algorithm **Google** uses to maximize its target ads revenue?”. What about the Giant e-commerce websites like **Amazon** which advocates you through options such as ‘people who bought this also bought this’?
The answer is Recommendation Engines.
Go to the folder and Explore them from Scratch :
- https://github.com/Lightning-Bug/ML-Starter-Pack/tree/master/Recommedation%20Engines
Loading

0 comments on commit 4026931

Please sign in to comment.