Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save herryliq/fa82975a840a67aef438845adf57e652 to your computer and use it in GitHub Desktop.

Select an option

Save herryliq/fa82975a840a67aef438845adf57e652 to your computer and use it in GitHub Desktop.

Revisions

  1. @kawashimaken kawashimaken revised this gist Oct 4, 2019. 1 changed file with 27 additions and 21 deletions.
    48 changes: 27 additions & 21 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -2,83 +2,89 @@

    ## チューニング賞を受賞さいたディープラーニングの父Hinton教授のビデオが公開!(英語)

    https://www.cs.toronto.edu/~hinton/coursera_lectures.html
    - https://www.cs.toronto.edu/~hinton/coursera_lectures.html

    * 本人曰くやや古い内容ですが、共通の基礎的な概念のところは参考になるところも多いでしょうと
    - 本人曰くやや古い内容ですが、共通の基礎的な概念のところは参考になるところも多いでしょうと

    ## メディカルAI専門コース オンライン講義資料(日本語)

    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#
    - https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#

    ## Chainer ディープラーニングチュートリアル(日本語)

    https://tutorials.chainer.org/ja/tutorial.html

    2019年4月10日公開

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    - https://tutorials.chainer.org/ja/tutorial.html


    ## 筑波大学公開講義機械学習(日本語)

    * https://ocw.tsukuba.ac.jp/course/systeminformation/machine_learning/p-1/
    - https://ocw.tsukuba.ac.jp/course/systeminformation/machine_learning/p-1/

    ## Grow with Google 無料レッスン:初めてのAI(日本語)

    https://www.udemy.com/google-jp-ai/
    - https://www.udemy.com/google-jp-ai/


    ## TensorFlow Tutorials(英語)

    https://www.tensorflow.org/tutorials
    - https://www.tensorflow.org/tutorials

    # ●ウェブサイト

    ## CS231n スタンフォード大学Convolutional Neural Networks for Visual Recognition授業note(英語)

    http://cs231n.github.io/
    - http://cs231n.github.io/

    ## MITのディープラーニングの教材(英語)

    http://www.deeplearningbook.org/
    - http://www.deeplearningbook.org/

    ## 機械学習の論文とソースコード(英語)

    https://paperswithcode.com/
    - https://paperswithcode.com/

    ## Machine-Learning-Tutorials(英語Awesomeシリーズ)

    https://github.com/ujjwalkarn/Machine-Learning-Tutorials
    - https://github.com/ujjwalkarn/Machine-Learning-Tutorials

    # ●Python

    ## Python for Informatics (英語)

    http://www.py4inf.com/

    (英語が得意な人にとって)とても初心者向けのシンプルな言葉を使っている分かりやすいレッスンです。ビデオ、Podcastあり!

    ## Python Example Code(英語)
    - http://www.py4inf.com/


    https://github.com/geekcomputers/Python
    ## Python Example Code(英語)

    すぐでも使える実用的な内容です。GitHubで大人気!

    - https://github.com/geekcomputers/Python



    ## Pythonでアルゴリズム(英語)

    https://github.com/TheAlgorithms/Python
    - https://github.com/TheAlgorithms/Python

    # ●作成者

    ## 筆者のnoteマガジン(日本語)

    https://note.mu/kawashimaken/m/m1fcf463ab4b0
    - https://note.mu/kawashimaken/m/m1fcf463ab4b0

    ## GitHub 機械学習・深層学習教材Index(日本語)

    https://github.com/Kokensha/machine_learning_deep_learning_lessons
    分かりやすさを最優先事項として作成しています。ハンズオン開催中

    - https://github.com/Kokensha/machine_learning_deep_learning_lessons


    分かりやすさを最優先事項として作成しています。

    ## 株式会社虹賢舎技術ブログ(日本語)

    https://kokensha.xyz
    - https://kokensha.xyz
  2. @kawashimaken kawashimaken revised this gist Oct 4, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,10 @@ https://tutorials.chainer.org/ja/tutorial.html

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    ## 筑波大学公開講義機械学習(日本語)

    * https://ocw.tsukuba.ac.jp/course/systeminformation/machine_learning/p-1/

    ## Grow with Google 無料レッスン:初めてのAI(日本語)

    https://www.udemy.com/google-jp-ai/
  3. @kawashimaken kawashimaken revised this gist Apr 26, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,11 @@
    # ●チュートリアル

    ## やばい!ディープラーニングの父のビデオが!(英語)
    ## チューニング賞を受賞さいたディープラーニングの父Hinton教授のビデオが公開!(英語)

    https://www.cs.toronto.edu/~hinton/coursera_lectures.html

    * 本人曰くやや古い内容ですが、共通の基礎的な概念のところは参考になるところも多いでしょうと

    ## メディカルAI専門コース オンライン講義資料(日本語)

    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#
  4. @kawashimaken kawashimaken revised this gist Apr 25, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,9 @@
    # ●チュートリアル

    ## やばい!ディープラーニングの父のビデオが!(英語)

    https://www.cs.toronto.edu/~hinton/coursera_lectures.html

    ## メディカルAI専門コース オンライン講義資料(日本語)

    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#
  5. @kawashimaken kawashimaken revised this gist Apr 25, 2019. 1 changed file with 4 additions and 7 deletions.
    11 changes: 4 additions & 7 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -16,20 +16,17 @@ https://tutorials.chainer.org/ja/tutorial.html

    https://www.udemy.com/google-jp-ai/

    ## CS231n スタンフォード大学Convolutional Neural Networks for Visual Recognition授業note(英語)

    http://cs231n.github.io/

    ## Deep Learning book スタンフォード大学の深層学習教材(英語)

    https://www.deeplearningbook.org/

    ## TensorFlow Tutorials(英語)

    https://www.tensorflow.org/tutorials

    # ●ウェブサイト

    ## CS231n スタンフォード大学Convolutional Neural Networks for Visual Recognition授業note(英語)

    http://cs231n.github.io/

    ## MITのディープラーニングの教材(英語)

    http://www.deeplearningbook.org/
  6. @kawashimaken kawashimaken revised this gist Apr 25, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,10 @@ https://www.udemy.com/google-jp-ai/

    http://cs231n.github.io/

    ## Deep Learning book スタンフォード大学の深層学習教材(英語)

    https://www.deeplearningbook.org/

    ## TensorFlow Tutorials(英語)

    https://www.tensorflow.org/tutorials
  7. @kawashimaken kawashimaken revised this gist Apr 25, 2019. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -12,9 +12,13 @@ https://tutorials.chainer.org/ja/tutorial.html

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    ## Grow with Google 無料レッスン
    ## Grow with Google 無料レッスン:初めてのAI(日本語)

    https://www.udemy.com/user/grow-with-google/
    https://www.udemy.com/google-jp-ai/

    ## CS231n スタンフォード大学Convolutional Neural Networks for Visual Recognition授業note(英語)

    http://cs231n.github.io/

    ## TensorFlow Tutorials(英語)

  8. @kawashimaken kawashimaken revised this gist Apr 23, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,10 @@ https://tutorials.chainer.org/ja/tutorial.html

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    ## Grow with Google 無料レッスン

    https://www.udemy.com/user/grow-with-google/

    ## TensorFlow Tutorials(英語)

    https://www.tensorflow.org/tutorials
  9. @kawashimaken kawashimaken revised this gist Apr 23, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -60,6 +60,6 @@ https://github.com/Kokensha/machine_learning_deep_learning_lessons

    分かりやすさを最優先事項として作成しています。

    ## 株式会社虹賢舎(日本語)
    ## 株式会社虹賢舎技術ブログ(日本語)

    https://kokensha.xyz
  10. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -58,6 +58,8 @@ https://note.mu/kawashimaken/m/m1fcf463ab4b0

    https://github.com/Kokensha/machine_learning_deep_learning_lessons

    分かりやすさを最優先事項として作成しています。

    ## 株式会社虹賢舎(日本語)

    https://kokensha.xyz
  11. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -50,14 +50,14 @@ https://github.com/TheAlgorithms/Python

    # ●作成者

    ## 筆者のnoteマガジン
    ## 筆者のnoteマガジン(日本語)

    https://note.mu/kawashimaken/m/m1fcf463ab4b0

    ## GitHub 機械学習・深層学習教材Index
    ## GitHub 機械学習・深層学習教材Index(日本語)

    https://github.com/Kokensha/machine_learning_deep_learning_lessons

    ## 株式会社虹賢舎
    ## 株式会社虹賢舎(日本語)

    https://kokensha.xyz
  12. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -44,6 +44,10 @@ https://github.com/geekcomputers/Python

    すぐでも使える実用的な内容です。GitHubで大人気!

    ## Pythonでアルゴリズム(英語)

    https://github.com/TheAlgorithms/Python

    # ●作成者

    ## 筆者のnoteマガジン
  13. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -42,6 +42,8 @@ http://www.py4inf.com/

    https://github.com/geekcomputers/Python

    すぐでも使える実用的な内容です。GitHubで大人気!

    # ●作成者

    ## 筆者のnoteマガジン
  14. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -36,7 +36,7 @@ https://github.com/ujjwalkarn/Machine-Learning-Tutorials

    http://www.py4inf.com/

    (英語が得意な人にとって)とても分かりやすいレッスンです。ビデオあり。
    (英語が得意な人にとって)とても初心者向けのシンプルな言葉を使っている分かりやすいレッスンです。ビデオ、Podcastあり!

    ## Python Example Code(英語)

  15. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -32,6 +32,12 @@ https://github.com/ujjwalkarn/Machine-Learning-Tutorials

    # ●Python

    ## Python for Informatics (英語)

    http://www.py4inf.com/

    (英語が得意な人にとって)とても分かりやすいレッスンです。ビデオあり。

    ## Python Example Code(英語)

    https://github.com/geekcomputers/Python
  16. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -30,6 +30,12 @@ https://paperswithcode.com/

    https://github.com/ujjwalkarn/Machine-Learning-Tutorials

    # ●Python

    ## Python Example Code(英語)

    https://github.com/geekcomputers/Python

    # ●作成者

    ## 筆者のnoteマガジン
  17. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # チュートリアル
    # チュートリアル

    ## メディカルAI専門コース オンライン講義資料(日本語)

    @@ -16,7 +16,7 @@ https://tutorials.chainer.org/ja/tutorial.html

    https://www.tensorflow.org/tutorials

    # ウェブサイト
    # ウェブサイト

    ## MITのディープラーニングの教材(英語)

    @@ -30,7 +30,7 @@ https://paperswithcode.com/

    https://github.com/ujjwalkarn/Machine-Learning-Tutorials

    # 作成者
    # 作成者

    ## 筆者のnoteマガジン

  18. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -36,6 +36,10 @@ https://github.com/ujjwalkarn/Machine-Learning-Tutorials

    https://note.mu/kawashimaken/m/m1fcf463ab4b0

    ## GitHub 機械学習・深層学習教材Index

    https://github.com/Kokensha/machine_learning_deep_learning_lessons

    ## 株式会社虹賢舎

    https://kokensha.xyz
  19. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,8 @@ https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#

    https://tutorials.chainer.org/ja/tutorial.html

    2019年4月10日公開

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    ## TensorFlow Tutorials(英語)
  20. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -30,5 +30,10 @@ https://github.com/ujjwalkarn/Machine-Learning-Tutorials

    # 作成者

    ## 筆者のnoteマガジン

    https://note.mu/kawashimaken/m/m1fcf463ab4b0

    ## 株式会社虹賢舎

    https://kokensha.xyz
  21. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,10 @@ https://tutorials.chainer.org/ja/tutorial.html

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    ## TensorFlow Tutorials(英語)

    https://www.tensorflow.org/tutorials

    # ウェブサイト

    ## MITのディープラーニングの教材(英語)
  22. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 7 additions and 5 deletions.
    12 changes: 7 additions & 5 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1,28 +1,30 @@
    # チュートリアル

    * メディカルAI専門コース オンライン講義資料(日本語)
    ## メディカルAI専門コース オンライン講義資料(日本語)

    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#

    * Chainer ディープラーニングチュートリアル(日本語)
    ## Chainer ディープラーニングチュートリアル(日本語)

    https://tutorials.chainer.org/ja/tutorial.html

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    # ウェブサイト

    * MITのディープラーニングの教材
    ## MITのディープラーニングの教材(英語)

    http://www.deeplearningbook.org/

    * 機械学習の論文とソースコード(英語)
    ## 機械学習の論文とソースコード(英語)

    https://paperswithcode.com/

    ## Machine-Learning-Tutorials(英語Awesomeシリーズ)

    https://github.com/ujjwalkarn/Machine-Learning-Tutorials

    # 作成者

    * 株式会社虹賢舎
    ## 株式会社虹賢舎
    https://kokensha.xyz
  23. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 5 additions and 4 deletions.
    9 changes: 5 additions & 4 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1,27 +1,28 @@
    # チュートリアル

    ## メディカルAI専門コース オンライン講義資料(日本語)
    * メディカルAI専門コース オンライン講義資料(日本語)

    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#

    ## Chainer ディープラーニングチュートリアル(日本語)
    * Chainer ディープラーニングチュートリアル(日本語)

    https://tutorials.chainer.org/ja/tutorial.html

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    # ウェブサイト

    ## MITのディープラーニングの教材
    * MITのディープラーニングの教材

    http://www.deeplearningbook.org/

    ## 機械学習の論文とソースコード(英語)
    * 機械学習の論文とソースコード(英語)

    https://paperswithcode.com/



    # 作成者

    * 株式会社虹賢舎
    https://kokensha.xyz
  24. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -18,4 +18,10 @@ http://www.deeplearningbook.org/

    ## 機械学習の論文とソースコード(英語)

    https://paperswithcode.com/
    https://paperswithcode.com/



    # 作成者

    https://kokensha.xyz
  25. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,21 @@
    # チュートリアル

    ## メディカルAI専門コース オンライン講義資料(日本語)

    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#

    ## Chainer ディープラーニングチュートリアル(日本語)

    https://tutorials.chainer.org/ja/tutorial.html

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    # ウェブサイト

    ## MITのディープラーニングの教材

    http://www.deeplearningbook.org/

    ## 機械学習の論文とソースコード(英語)

    https://paperswithcode.com/
  26. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,8 @@ https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#
    ## Chainer ディープラーニングチュートリアル(日本語)
    https://tutorials.chainer.org/ja/tutorial.html

    このサイトだけで機械学習・ディープラーニングに入門できることを目指しています。

    # ウェブサイト

    ## 機械学習の論文とソースコード(英語)
  27. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    # チュートリアル

    ## メディカルAI専門コース オンライン講義資料
    ## メディカルAI専門コース オンライン講義資料(日本語)
    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#

    ## Chainer ディープラーニングチュートリアル
    ## Chainer ディープラーニングチュートリアル(日本語)
    https://tutorials.chainer.org/ja/tutorial.html

    # ウェブサイト
  28. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,9 @@
    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#

    ## Chainer ディープラーニングチュートリアル
    https://tutorials.chainer.org/ja/tutorial.html
    https://tutorials.chainer.org/ja/tutorial.html

    # ウェブサイト

    ## 機械学習の論文とソースコード(英語)
    https://paperswithcode.com/
  29. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 7 additions and 2 deletions.
    9 changes: 7 additions & 2 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,7 @@
    # メディカルAI専門コース オンライン講義資料
    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#
    # チュートリアル

    ## メディカルAI専門コース オンライン講義資料
    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#

    ## Chainer ディープラーニングチュートリアル
    https://tutorials.chainer.org/ja/tutorial.html
  30. @kawashimaken kawashimaken revised this gist Apr 13, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions 機械学習と深層学習の勉強用リソース.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,2 @@
    # メディカルAI専門コース オンライン講義資料
    https://japan-medical-ai.github.io/medical-ai-course-materials/index.html#