Skip to content

Commit

Permalink
chapter 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jan 5, 2022
1 parent e0d3878 commit c7b3df7
Show file tree
Hide file tree
Showing 3 changed files with 2,678 additions and 0 deletions.
28 changes: 28 additions & 0 deletions ch08/README.md
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.**

Loading

0 comments on commit c7b3df7

Please sign in to comment.