ML/2022/omake
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* 機械学習I/II 2022年度 おまけ課題 [#j6abcb12]
#contents
** はじめに [#t6914dad]
- ここにはおまけ課題があります.おまけですので,やらなく...
- それぞれの課題について,やったひとは授業時間中に takata...
** おまけ01 Pythonの初歩(1) [#omake01]
''数値と変数,for文,if文''
- [[omake01.ipynb>https://github.com/takatakamanbou/ML/bl...
- &color(red){''この課題は次のおまけ02とあわせてチェック...
- 期限: 「機械学習I」第4回まで.
** おまけ02 Pythonの初歩(2) [#omake02]
''文字列,リスト,ディクショナリ''
//&color(red){''工事中''};
- [[omake02.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習I」第4回まで.
** おまけ03 Python でデータ分析しよう(1) [#omake03]
''Python + NumPy + Matplotlib + Pandas 入門 (1)''
//&color(red){''工事中''};
- [[omake03.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習I」第5回まで.
** おまけ04 Python でデータ分析しよう(2) [#omake04]
''Python + NumPy + Matplotlib + Pandas 入門 (2)''
//&color(red){''工事中''};
- [[omake04.ipynb>https://github.com/takatakamanbou/ML/bl...
-- omake03 の続編です
- 期限: 「機械学習I」第6回まで.
** おまけ05 Python で画像処理してみよう [#omake05]
''Python + OpenCV 入門''
//&color(red){''工事中''};
- [[omake05.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習I」第6回まで.
** おまけ06 手書き数字識別してみよう [#omake06]
//&color(red){''工事中''};
- [[omake06.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習I」第7回まで.
** おまけ07 ニューラルネットで手書き数字識別 [#omake07]
//&color(red){''工事中''};
- [[omake07.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習II」第13回(Iからの通算です)まで.
** おまけ08 K-meansクラスタリングやってみよう [#omake08]
//&color(red){''工事中''};
- [[omake08.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習II」第14回(Iからの通算です)まで.
** Python に関する情報 [#Python]
*** 自分のPCで Python プログラミングできるようにしたい? ...
ここではプログラミング環境を構築する手間をかけずに Google...
このページで説明している以外にもいろんなやり方があります.
*** Python プログラミングについてもっと学びたい [#e9dcace3]
というひとは,書店にいっぱい書籍があるので好みのものを見...
「応用プログラミング及び実習」の資料もよかったらどうぞ....
終了行:
* 機械学習I/II 2022年度 おまけ課題 [#j6abcb12]
#contents
** はじめに [#t6914dad]
- ここにはおまけ課題があります.おまけですので,やらなく...
- それぞれの課題について,やったひとは授業時間中に takata...
** おまけ01 Pythonの初歩(1) [#omake01]
''数値と変数,for文,if文''
- [[omake01.ipynb>https://github.com/takatakamanbou/ML/bl...
- &color(red){''この課題は次のおまけ02とあわせてチェック...
- 期限: 「機械学習I」第4回まで.
** おまけ02 Pythonの初歩(2) [#omake02]
''文字列,リスト,ディクショナリ''
//&color(red){''工事中''};
- [[omake02.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習I」第4回まで.
** おまけ03 Python でデータ分析しよう(1) [#omake03]
''Python + NumPy + Matplotlib + Pandas 入門 (1)''
//&color(red){''工事中''};
- [[omake03.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習I」第5回まで.
** おまけ04 Python でデータ分析しよう(2) [#omake04]
''Python + NumPy + Matplotlib + Pandas 入門 (2)''
//&color(red){''工事中''};
- [[omake04.ipynb>https://github.com/takatakamanbou/ML/bl...
-- omake03 の続編です
- 期限: 「機械学習I」第6回まで.
** おまけ05 Python で画像処理してみよう [#omake05]
''Python + OpenCV 入門''
//&color(red){''工事中''};
- [[omake05.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習I」第6回まで.
** おまけ06 手書き数字識別してみよう [#omake06]
//&color(red){''工事中''};
- [[omake06.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習I」第7回まで.
** おまけ07 ニューラルネットで手書き数字識別 [#omake07]
//&color(red){''工事中''};
- [[omake07.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習II」第13回(Iからの通算です)まで.
** おまけ08 K-meansクラスタリングやってみよう [#omake08]
//&color(red){''工事中''};
- [[omake08.ipynb>https://github.com/takatakamanbou/ML/bl...
- 期限: 「機械学習II」第14回(Iからの通算です)まで.
** Python に関する情報 [#Python]
*** 自分のPCで Python プログラミングできるようにしたい? ...
ここではプログラミング環境を構築する手間をかけずに Google...
このページで説明している以外にもいろんなやり方があります.
*** Python プログラミングについてもっと学びたい [#e9dcace3]
というひとは,書店にいっぱい書籍があるので好みのものを見...
「応用プログラミング及び実習」の資料もよかったらどうぞ....
ページ名: