Intelligence in Space
Curriculum
딥러닝 기초
- 개발 환경 구축
- 파이썬 기초
- Python 기초
- Numpy
- Matplotlib
- pandas
- 신경망
- 활성화 함수(Activation Function)
- 은닉층
- 출력층
- 손실 함수(Loss Function)
- 오차역전파
- Optimizer
- SGD
- Momentum
- Adagrad
- Adam
- 모델 학습
- Batch size
- epoch
- Learning rate
- Overfitting
- Dropout
- 모델 평가
- 데이터 셋 이야기
- Linear Regression
- Logistic Regression
- Softmax Regression
- CNN
- 구조
- 구현(Tensorflow, Keras)
- AlexNet 등
- RNN & LSTM
딥러닝 응용
- 분류
- Google Net
- AlexNet
- ResNet
- VGG
- Object Detection
- Faster R-CNN 이론/실습
- RetinaNet 이론
- YOLO
- SSD
- Semantic Segmentation
- Anomaly Detection
- Time Series Decomposition
- ARMA Model
- Autoregressive model
- Moving-averge model
- clustering
- Autoencoder
- LSTM
- VAE
- GAN
- Fire Detection
- FireNet
- InceptionV1-OnFireNet
- Generative Model
- VAE
- GAN
- DCGAN
- WGAN
- CGAN
- Cycle GAN
- image to image translation
- XAI
- Interpretable Models
- Linear Regression
- Logistic Regression
- GLM, GAM
- Decision Tree
- Model-Agnostic Methods
- Decomposition of Time Series
- ARMA Model
- Autoregressive
- Moving-averge
- Data Analysis
- Graph Neural Network
- Graph Convolutional Networks
- Graph Attention Networks
- Gated Graph Neural Networks
- Graph LSTM
- Embedded AI
- Natural Language Processing
- Domain Adaptaion
- Meta Learning
- Uncertainty in Deep Learning
- Efficient Inference Methods
- Efficient Training Methods
강화학습
- Model-Based RL
- Multi-Agent RL
- Navigation
- Hierarchical RL
- Markov Decision Processes
- DQN
- Unity ML Agent