This is a project for understanding machine learning technology.
All applications here are built on mac os x.
|
|- core : deep learning core library
|
|- basic : basic practices for deep learning
|
|- fcnn : fully connected neural network
|
|- cnn : convolutional neural network
|
|- breakout : simple game with DQN
|
|- selfdrivingcar : Autonomous Car with Reinforcement Learning
Basic -> Fully Connected Neural Network -> Convolutional Neural Network -> Self Driving Car -> Breakout
// basic, selfdrivingcar, breakout
Boost
// only for self driving car application
OpenGL - Under MacOS, no need to install OpenGL.
GLEW - brew install glew
GLFW - brew install glfw3
- 동국대 홍정모 교수 블로그
- 동국대 홍정모 교수 GitHub
- 홍콩대 김성훈 교수 유투브 강의
- boost의 랜덤 함수 사용법
- 딥마인드 DQN 논문
- DQN 적용한 게임 예제
- 콘솔에서 입력을 출력하지 않기 / C++
- OpenGL, GLUT 추가
- CMakeLists.txt에 GLFW포함하는 방법
- 맥에서 glew, glfw 설치
- 솔라리스 인공지능 연구소
- OpenAI Gym 맥에 설치 하기
- AI Korea Reddit 사이트
- 제일 쉬운 Backpropagation Example
- 강화학습 최고의 설명
- 강화학습 최고의 설명 / 번역
- 딥러닝 관련 용어정리
- 초짜 대학원생이 보는 딥러닝 기술
MIT