Keras는 Theano나 Tensorflow 위에서 동작하는 딥러닝 프레임워크입니다.
Tensorflow를 이용하는 것보다 더 쉽게 신경망 모델을 만들 수 있는 것 같습니다.
Keras를 처음 이용해 보기에 유용한 사이트를 찾아서 공유합니다.
Tutorial List
Fully Connected Network
- Binary Classification
http://machinelearningmastery.com/tutorial-first-neural-network-python-keras/
- Multi-label Classification
http://machinelearningmastery.com/multi-class-classification-tutorial-keras-deep-learning-library/
- Regression
http://machinelearningmastery.com/regression-tutorial-keras-deep-learning-library-python/
Drop Out
http://machinelearningmastery.com/dropout-regularization-deep-learning-models-keras/
Cross Validation
http://machinelearningmastery.com/evaluate-performance-deep-learning-models-keras/
Applied Deep Learning in Python Mini-Course
http://machinelearningmastery.com/applied-deep-learning-in-python-mini-course/
MNIST - MLP + CNN
CIFAR-10 CNN
'Tools > Keras' 카테고리의 다른 글
Keras와 Tensorflow 사용할 때 유용한 아나콘다 가상환경 (0) | 2017.07.01 |
---|---|
Keras - Backend 설정하기 (Theano, Tensorflow) (2) | 2017.07.01 |
Keras - MNIST 데이터로 CNN(Convolutional Neural Network) Training (0) | 2017.01.22 |
Keras - MNIST 데이터로 MLP(Multi Layer Perceptrons) Training (0) | 2017.01.20 |
Keras (with Theano Backend) 설치 (0) | 2016.11.09 |