Giter Club home page Giter Club logo

recipator's People

Contributors

kyuz0216 avatar szkn avatar t-hoso avatar tsutsun17 avatar

Stargazers

 avatar

Watchers

 avatar

recipator's Issues

質問のUI作成

  • 質問と選択肢が出てくるUI作成
  • 選択肢に関しては, とりあえず「はい」「いいえ」のみでいい

Algorithm Team Overall flow

TODO

  • 単一の答えが返ってくるように実装
  • 複数個の答えが返ってくるように実装 #7
  • プロトタイプ完成(アプリケーション班と相談して)
  • データの収集方法の検討
  • Rakuten API のデータで実装する
  • データ数に応じた最適なアルゴリズムの実装(ランダムフォレスト?)
  • 完成品の実装(アプリケーション班と相談して)

操作メモ

アルゴリズム班のブランチ

algo_dev
ローカルに持ってくる

git branch algo_dev origin/algo_devBranch

他の人の変更を受け取りたい時

1.algo_masterブランチにする
2.git pullをする

新しいブランチの作り方

git checkout -b ブランチ名

現在のブランチの確認

git branch

既にあるブランチの切り替え

git checkout ブランチ名

Pull Requestを送るまで

git add .
git commit -m "変更内容の説明"
git push origin ブランチ名

変更内容や状態の確認

git status

merge

マージ先変更注意!
スクリーンショット 2020-06-04 17 03 07

label

WIP:作業中
waiting for review レビュー待ち

DB設計

  • どこまでをDBに持たせるのか
    レシピのurlとか質問のテンプレートとかもDB?

  • userとの関連付けや質問の連続性と推薦アルゴリズムとの連携の方法によって設計が変わってくる

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.