Skip to content

Commit 8a43d95

Browse files
committed
*
1 parent ac535d3 commit 8a43d95

File tree

1 file changed

+12
-0
lines changed
  • content/building-a-linear-regression-from-scratch-with-python-and-mathematics/en

1 file changed

+12
-0
lines changed

content/building-a-linear-regression-from-scratch-with-python-and-mathematics/en/index.mdx

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<SmoothRender>
22

3+
A couple of months ago, I wrote about [building a neural network from scratch with only Python and Mathematics](https://www.iamtk.co/building-a-neural-network-from-scratch-with-mathematics-and-python). Because I'm learning basic machine learning algorithms again, I decided to do a similar project and build a linear regression from scratch with Python and Mathematics.
4+
5+
Here are the topics of this article:
6+
7+
- How to represent the model
8+
- The cost function: minimizing to optimize predictions
9+
- Gradient descent: parameters optimization
10+
- Vectorization: speed up the process
11+
- Multiple variable linear regression
12+
13+
Let's start.
14+
315
## Resources
416

517
- [Machine Learning Research](https://github.com/imteekay/machine-learning-research)

0 commit comments

Comments
 (0)