forked from rasbt/machine-learning-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
2,678 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Chapter 8: Applying Machine Learning to Sentiment Analysis | ||
|
||
### Chapter Outline | ||
|
||
- Artificial neurons – a brief glimpse into the early history of machine learning | ||
- The formal definition of an artificial neuron | ||
- The perceptron learning rule | ||
|
||
- Implementing a perceptron learning algorithm in Python | ||
- An object-oriented perceptron API | ||
- Training a perceptron model on the Iris dataset | ||
|
||
- Adaptive linear neurons and the convergence of learning | ||
- Minimizing cost functions with gradient descent | ||
- Implementing an Adaptive Linear Neuron in Python | ||
- Improving gradient descent through feature scaling | ||
- Large scale machine learning and stochastic gradient descent | ||
|
||
- Topic modeling with Latent Dirichlet Allocation | ||
- Decomposing text documents with LDA | ||
- LDA with scikit-learn | ||
|
||
- Summary | ||
|
||
|
||
|
||
**Please refer to the [README.md](../ch01/README.md) file in [`../ch01`](../ch01) for more information about running the code examples.** | ||
|
Oops, something went wrong.