Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

add Linear Regression training #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nahoando
Copy link
Contributor

@nahoando nahoando commented May 10, 2021

close #10

取り組んだトレーニングの概要

線形回帰のプログラムをPythonで実装

獲得を目指したスキル

  • Pythonの拡張モジュールのnumpyの使い方を理解する。
  • 数式を正しく実装する。
  • 実装したプログラムを理解する
  • 結果を正しく描画する

Action list

  • 数式の実装
  • 結果の描画

感想

Python自体に慣れてないので思った以上に理解と実装に時間がかかりました。

@nahoando
Copy link
Contributor Author

実装結果です。
スクリーンショット 2021-05-10 18 20 32

Copy link
Member

@tanacchi tanacchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

バッチグーです!
式変形もできるようになると尚良しです.

あと,Action List の部分も,チェックを入れてもらえるとありがたいです.
Approve します.

Copy link
Contributor

@kz-halfmoon kz-halfmoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

良さそうですね!Approveします.

今の入力データはsin関数を使ったようなデータになってますが,指数関数とか高次関数とか変えてみて,単回帰の限界を実感したり,極端にデータ数が少ない場合にはどんなフィッティングが起こるかとか色々観察すると理解が捗ります.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

numpyテクニックドリル@廣田
3 participants