Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed URLs for some notebooks.
  • Loading branch information
pavanpej authored Nov 21, 2018
1 parent b8163f0 commit 6832199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Working programs are:
- [FIND-S](https://github.com/pavanpej/ML-Lab/blob/master/pgm1.ipynb)
- [Candidate Elimination](https://github.com/pavanpej/ML-Lab/blob/master/candidatelimination.ipynb)
- [ID3](https://github.com/pavanpej/ML-Lab/blob/master/labpgm3.ipynb)
- [Backprop](https://github.com/pavanpej/ML-Lab/blob/master/labpgm4.ipynb)
- [Backprop](https://github.com/pavanpej/ML-Lab/blob/master/annBackprop.ipynb)
- [Naive Bayesian Classifier (for dataset)](https://github.com/pavanpej/ML-Lab/blob/master/Prog5.ipynb)
- [Naive Bayesian Classifier (for documents)](https://github.com/pavanpej/ML-Lab/blob/master/Prog6.ipynb)
- [Bayesian Network (using Heart Disease data set)](https://github.com/pavanpej/ML-Lab/blob/master/Prog7.ipynb)
- [Naive Bayesian Classifier (for documents)](https://github.com/pavanpej/ML-Lab/blob/master/Prog6-NaiveBayesianDoc.ipynb)
- [Bayesian Network (using Heart Disease data set)](https://github.com/pavanpej/ML-Lab/blob/master/Prog7-Bayesian.ipynb)
- [K-Means Clustering (EM Algorithm)](https://github.com/pavanpej/ML-Lab/blob/master/Prog8-kmeans.ipynb)
- [K-Nearest Neighbors (Iris data set)](https://github.com/pavanpej/ML-Lab/blob/master/lab9.py)
- [Locally Weighted Regression](https://github.com/pavanpej/ML-Lab/blob/master/Prog10.ipynb)
Expand Down

0 comments on commit 6832199

Please sign in to comment.