Skip to content

DSL主催の、「機械学習のエッセンス」のもくもく会用のリポジトリになります。

Notifications You must be signed in to change notification settings

Data-Science-League/23_04_22_Essence-of-Machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

23_04_22_Essence-of-Machine-learning

DSL主催の、「機械学習のエッセンス」のもくもく会用のリポジトリになります。

概要

日程

4/22(土)〜5/9(火) 20:00〜21:00

扱う図書

機械学習のエッセンス

参加方法

このGoogle フォームから申し込みをお願いします!途中参加も大歓迎です! [Google Form]:(https://docs.google.com/forms/d/e/1FAIpQLSePElWmGxDQYQ0G5gCrkKw1s15G1b2tdMsACclIslSqzzV5iQ/viewform?usp=share_lin)

参加申し込み確認後、Slackチャンネルに招待します。

【参考資料】

【GitHub設定手順】

  1. GitHubでDSLの今回のリポジトリを検索(URL:https://github.com/Data-Science-League/23_04_22_Essence-of-Machine-learning.git)
  2. 画面右上の「fork」からforkする
  3. クローンする:git clone https://github.com/[GitHubユーザー名]/23_04_22_Essence-of-Machine-learning.git
  4. クローンしたフォルダ内に移動:cd [クローンしたフォルダ名]
  5. upstream登録する:git remote add upstream https://github.com/Data-Science-League/23_04_22_Essence-of-Machine-learning.git
  6. git remote -v で確認。以下のようになっていればOK。

origin https://github.com/[GitHubユーザー名]/23_04_22_Essence-of-Machine-learning.git (fetch)
origin https://github.com/[GitHubユーザー名]/23_04_22_Essence-of-Machine-learning.git (push)
upstream https://github.com/Data-Science-League/23_04_22_Essence-of-Machine-learning.git (fetch)
upstream https://github.com/Data-Science-League/23_04_22_Essence-of-Machine-learning.git (push)

  1. フォルダを作成し、その中に何かファイルを作る
  2. git add .
  3. git commit -m '[コミットメッセージ(日付 何ページまで進んだか 名前)]'
  4. git push origin main
  5. 自分のGitHubページの今イベントのリポジトリに行き、「Pull requests」→「New pull request」→「Create pull request」→「Create pull request」 ※pushするものは自分の名前をフォルダ名にして一つにまとめてpushしてください

【初回参加時にやること】

  • GitHubの設定を行う
  • 本を進める
  • GitHubにpushしてpull requestを出す

About

DSL主催の、「機械学習のエッセンス」のもくもく会用のリポジトリになります。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •