Skip to content

DSL主催の主催の「Python-実践AIモデル構築-100本ノック」のもくもく会用のリポジトリになります.

Notifications You must be signed in to change notification settings

tomatoboy-hub/23_06_04_mokumoku_practical_ai_modeling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

23_06_04_mokumoku_practical_ai_modeling

DSL主催の主催の「Python-実践AIモデル構築-100本ノック」のもくもく会用のリポジトリになります.

概要

日程

6/4〜6/17 21:00〜22:00

扱う図書

『Python-実践AIモデル構築-100本ノック」』

参加方法

このGoogle フォームから申し込みをお願いします!途中参加も大歓迎です! [Google Form]:(https://forms.gle/GbWyQ6e8cUFPHgQd6)

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

    【GitHub設定手順】

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

    upstream https://github.com/Data-Science-League/23_06_04_mokumoku_practical_ai_modeling.git (fetch)
  7. upstream https://github.com/Data-Science-League/23_06_04_mokumoku_practical_ai_modeling.git (push)
  8. フォルダを作成し、その中に何かファイルを作る
  9. git add .
  10. git commit -m '[コミットメッセージ(日付 何ページまで進んだか 名前)]'
  11. git push origin main
  12. 自分のGitHubページの今イベントのリポジトリに行き、「Pull requests」→「New pull request」→「Create pull request」→「Create pull request」 ※pushするものは自分の名前をフォルダ名にして一つにまとめてpushしてください

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

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

About

DSL主催の主催の「Python-実践AIモデル構築-100本ノック」のもくもく会用のリポジトリになります.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published