여러가지 리소스 모음


Blogs


Reinforcement Learning


Visualization Tools


Deep Learning


Python


Jupyter Notebook


Html


Git


Note-taking


iTerm2 및 에디터 셋업

  • iTerm2 인스톨: iTerm2
  • fish 인스톨:
  • fish 셋업:

(기계학습을 위한) 맥북 셋업

  • Homebrew 인스톨:
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Python 3 인스톨: brew install python3
  • Jupyter 인스톨: pip3 install jupyter -U