Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.45 KB

ECS189G-Deep Learning

ECS189G is a Deep Learning upper division course we covered important topics such as:

  • basic math, optimization, machine learning background knowledge
  • neural network basics, error backpropagation algorithm
  • auto-encoder model for data encoding and re-construction
  • convolutional neural network (CNN) for computer vision
  • recurrent neural network (RNN) for natural language processing
  • graph neural network (GNN) for network embeddings
  • graph-bert and GResNet

There were individual assignments and a group-level programming project (this project)