Skip to content

Commit cbc1cd2

Browse files
committed
typo
1 parent fae611b commit cbc1cd2

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

.ipynb_checkpoints/Supervised Learning - Naive Bayes-checkpoint.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Naive Bayes Classifiers\n",
88
"\n",
9-
"In this lecture we will learn how to use Naive Bayes Classifier to perform a Multi Class CLassification on a data set we are already familiar with: the Iris Data Set. This Lecture will consist of 7 main parts:\n",
9+
"In this lecture we will learn how to use Naive Bayes Classifier to perform a Multi Class Classification on a data set we are already familiar with: the Iris Data Set. This Lecture will consist of 7 main parts:\n",
1010
"\n",
1111
" Part 1: Note on Notation and Math Terms\n",
1212
" Part 2: Bayes' Theorem\n",
@@ -25,7 +25,7 @@
2525
"source": [
2626
"#### Part 1: Note on Notation and Math Terms\n",
2727
"\n",
28-
"There are a few more advanced notations and amthematical terms used during the exaplanation of naive Bayes Classification.\n",
28+
"There are a few more advanced notations and amthematical terms used during the explanation of naive Bayes Classification.\n",
2929
"You should be familiar with the following:\n",
3030
"\n",
3131
"[Product of Sequence](http://en.wikipedia.org/wiki/Product_%28mathematics%29#Product_of_sequences)\n",
@@ -389,7 +389,12 @@
389389
"2.) [Naive Bayes with NLTK](http://slendermeans.org/ml4h-ch3.html)\n",
390390
"\n",
391391
"3.) [Wikipedia on Naive Bayes](http://en.wikipedia.org/wiki/Naive_Bayes_classifier)\n",
392-
"\n"
392+
"\n",
393+
"4.) [Andrew Ng's Class Notes](http://cs229.stanford.edu/notes/cs229-notes2.pdf)\n",
394+
"\n",
395+
"5.) [Andrew Ng's Video Lecture on Naive Bayes](https://www.youtube.com/watch?v=z5UQyCESW64)\n",
396+
"\n",
397+
"6.) [UC Berkeley Lecture by Pieter Abbeel](https://www.youtube.com/watch?v=DNvwfNEiKvw)"
393398
]
394399
},
395400
{

Supervised Learning - Naive Bayes.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Naive Bayes Classifiers\n",
88
"\n",
9-
"In this lecture we will learn how to use Naive Bayes Classifier to perform a Multi Class CLassification on a data set we are already familiar with: the Iris Data Set. This Lecture will consist of 7 main parts:\n",
9+
"In this lecture we will learn how to use Naive Bayes Classifier to perform a Multi Class Classification on a data set we are already familiar with: the Iris Data Set. This Lecture will consist of 7 main parts:\n",
1010
"\n",
1111
" Part 1: Note on Notation and Math Terms\n",
1212
" Part 2: Bayes' Theorem\n",
@@ -25,7 +25,7 @@
2525
"source": [
2626
"#### Part 1: Note on Notation and Math Terms\n",
2727
"\n",
28-
"There are a few more advanced notations and amthematical terms used during the exaplanation of naive Bayes Classification.\n",
28+
"There are a few more advanced notations and amthematical terms used during the explanation of naive Bayes Classification.\n",
2929
"You should be familiar with the following:\n",
3030
"\n",
3131
"[Product of Sequence](http://en.wikipedia.org/wiki/Product_%28mathematics%29#Product_of_sequences)\n",
@@ -389,7 +389,12 @@
389389
"2.) [Naive Bayes with NLTK](http://slendermeans.org/ml4h-ch3.html)\n",
390390
"\n",
391391
"3.) [Wikipedia on Naive Bayes](http://en.wikipedia.org/wiki/Naive_Bayes_classifier)\n",
392-
"\n"
392+
"\n",
393+
"4.) [Andrew Ng's Class Notes](http://cs229.stanford.edu/notes/cs229-notes2.pdf)\n",
394+
"\n",
395+
"5.) [Andrew Ng's Video Lecture on Naive Bayes](https://www.youtube.com/watch?v=z5UQyCESW64)\n",
396+
"\n",
397+
"6.) [UC Berkeley Lecture by Pieter Abbeel](https://www.youtube.com/watch?v=DNvwfNEiKvw)"
393398
]
394399
},
395400
{

0 commit comments

Comments
 (0)