Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6a95c97

Browse files
authored
Create Linear Classifiers in Python.txt
1 parent 6350810 commit 6a95c97

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Linear Classifiers in Python
2+
3+
Course Description
4+
In this course you'll learn all about using linear classifiers, specifically logistic regression and support vector machines, with scikit-learn. Once you've learned how to apply these methods, you'll dive into the ideas behind them and find out what really makes them tick. At the end of this course you'll know how to train, test, and tune these linear classifiers in Python. You'll also have a conceptual foundation for understanding many other machine learning algorithms.
5+
6+
--------------------------------------------------------------------------------------------------------------------------------------------------------
7+
8+
Applying logistic regression and SVM
9+
FREE
10+
100%
11+
In this chapter you will learn the basics of applying logistic regression and support vector machines (SVMs) to classification problems. You'll use the scikit-learn library to fit classification models to real data.
12+
13+
--------------------------------------------------------------------------------------------------------------------------------------------------------
14+
15+
16+
Loss functions
17+
0%
18+
In this chapter you will discover the conceptual framework behind logistic regression and SVMs. This will let you delve deeper into the inner workings of these models.
19+
20+
--------------------------------------------------------------------------------------------------------------------------------------------------------
21+
22+
Logistic regression
23+
0%
24+
In this chapter you will delve into the details of logistic regression. You'll learn all about regularization and how to interpret model output.
25+
26+
--------------------------------------------------------------------------------------------------------------------------------------------------------
27+
28+
4
29+
Support Vector Machines
30+
0%
31+
In this chapter you will learn all about the details of support vector machines. You'll learn about tuning hyperparameters for these models and using kernels to fit non-linear decision boundaries.
32+
33+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /