From 7b3a532b86787ae5f0c13bceabad24c428b48b98 Mon Sep 17 00:00:00 2001 From: Nikesh Bajaj Date: Thu, 11 Apr 2019 17:11:16 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 02cb845..d26140a 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ W,b =clf.getWeight() ### Code and examples are [here](https://github.com/Nikeshbajaj/DeepLearning_from_scratch) #### Full detail of implementation and use of code is describe [here](https://github.com/Nikeshbajaj/DeepLearning_from_scratch) - [](https://github.com/Nikeshbajaj/DeepLearning_from_scratch/blob/master/AllExamples.ipynb) -          [](https://github.com/Nikeshbajaj/DeepLearning_from_scratch/raw/master/AllExamples.ipynb) +[](https://nbviewer.jupyter.org/github/nikeshbajaj/DeepLearning_from_scratch/blob/master/AllExamples.ipynb) +           +[](https://raw.githubusercontent.com/nikeshbajaj/DeepLearning_from_scratch/master/AllExamples.ipynb) @@ -160,8 +161,8 @@ Classifier based on Bayes rule: Notebook include example of Iris data, Breast Cancer and Digit classification (MNIST) ### Notebook -[](https://github.com/Nikeshbajaj/Machine_Learning_From_Scratch/blob/master/Probabilistic/NaiveBayes_example.ipynb) -          [](https://github.com/Nikeshbajaj/Machine_Learning_From_Scratch/raw/master/Probabilistic/NaiveBayes_example.ipynb) +[](https://nbviewer.jupyter.org/github/Nikeshbajaj/Machine_Learning_From_Scratch/blob/master/Probabilistic/NaiveBayes_example.ipynb) +          [](https://raw.githubusercontent.com/Nikeshbajaj/Machine_Learning_From_Scratch/master/Probabilistic/NaiveBayes_example.ipynb)           [](https://github.com/Nikeshbajaj/Machine_Learning_From_Scratch/blob/master/Probabilistic/probabilistic.py)Class file ### Download (right click and 'save link as'): @@ -217,10 +218,10 @@ clf.VizPx() ### Classification and Regression Tree #### Requirement: All you need for this is Numpy and matplotlib** (Of course Python >=3.0) -### See the examples in [Jupyter-Notebook](https://github.com/Nikeshbajaj/Machine_Learning_From_Scratch/blob/master/Trees/Example-Classification_and_Regression_V2.0.ipynb) or [Repository](https://github.com/Nikeshbajaj/Machine_Learning_From_Scratch/tree/master/Trees) for more details +### See the examples in [Jupyter-Notebook](https://nbviewer.jupyter.org/github/Nikeshbajaj/Machine_Learning_From_Scratch/blob/master/Trees/Example-Classification_and_Regression_V2.0.ipynb) or [Repository](https://github.com/Nikeshbajaj/Machine_Learning_From_Scratch/tree/master/Trees) for more details ### Notebook -[](https://github.com/Nikeshbajaj/Machine_Learning_From_Scratch/blob/master/Trees/Example-Classification_and_Regression_V2.0.ipynb) +[](https://nbviewer.jupyter.org/github/Nikeshbajaj/Machine_Learning_From_Scratch/blob/master/Trees/Example-Classification_and_Regression_V2.0.ipynb)           [](https://github.com/Nikeshbajaj/Machine_Learning_From_Scratch/raw/master/Trees/Example-Classification_and_Regression_V2.0.ipynb) ### Download (right click and 'save link as'):