딥러닝 예제
- 관련 라이브러리 설치
pip install -r requirements.txt
mac 에서는 기본으로 설치된 python 외에 brew 나 port 등으로 python(>=2.7) 을 새로 설치해서 진행한다.
- https://github.com/wbaek/deeplearing_exercise/blob/master/excercises/1.basic/nolearn_toy_regression.ipynb
- https://github.com/wbaek/deeplearing_exercise/blob/master/excercises/1.basic/nolearn_toy_classification.ipynb