From 85e52f9dbc886de35e9fce0307ba991d7796f8b7 Mon Sep 17 00:00:00 2001 From: mayuriphad Date: Thu, 3 Sep 2026 11:07:03 +0530 Subject: [PATCH] docs: fix spelling errors in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82f16ba..90b63d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ machine_learning ================ -This repo contains a collection of IPython notebooks detailing various machine learning algorithims. In general, the mathematics follows that presented by Dr. Andrew Ng's Machine Learning course taught at Stanford University (materials available from [ITunes U] (http://www.apple.com/education/itunes-u/), Stanford Machine Learning), Dr. Tom Mitchell's course at Carnegie Mellon (materials avialable [here](http://www.cs.cmu.edu/~tom/10701_sp11/)), and Christopher M. Bishop's "Pattern Recognition And Machine Learning". Unless otherwise noted, the Python code is orginal and any errors or ommissions should be attribued to me and not the aforemention authors. +This repo contains a collection of IPython notebooks detailing various machine learning algorithms. In general, the mathematics follows that presented by Dr. Andrew Ng's Machine Learning course taught at Stanford University (materials available from [ITunes U] (http://www.apple.com/education/itunes-u/), Stanford Machine Learning), Dr. Tom Mitchell's course at Carnegie Mellon (materials available [here](http://www.cs.cmu.edu/~tom/10701_sp11/)), and Christopher M. Bishop's "Pattern Recognition And Machine Learning". Unless otherwise noted, the Python code is original and any errors or omissions should be attributed to me and not the aforementioned authors. Each ipynb provides a list of the pertinent reading material. It is suggested that the material be read in the order provided.