isLouisHsu / isLouisHsu/isLouisHsu.github.io

Linear Regression | LOUIS' BLOG

Open
#21 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

f456ead5e7af15723e4aea4d8a6ac039 Gitalk
Dominant language
HTML
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

https://louishsu.xyz/2018/10/18/Linear-Regression/

引言线性回归可以说是机器学习最基础的算法 模型\hat{y}^{(i)} = w^Tx^{(i)}其中 x^{(i)}=[x_0^{(i)}, x_1^{(i)}, ..., x_n^{(i)}]^T, x_0^{(i)}=1这里$x_0^{(i)}=1$表示偏置$b$,即$b=w_0$ \hat{y}^{(i)} = w^Tx^{(i)} + b 注:对于非线性的数据,可构造高次特征。 损失函

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue links to the Linear Regression article and includes a partial Chinese draft, but it does not state what should change. First inspect the linked article and the repository's blog-post structure to identify the intended task. No completion criteria or specific file are provided, so the work is not currently startable.

Written by the indexing model from the issue text.

Assessment

Domain
documentation, machine-learning
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.