Credit Hour 1-4: Fundamentals of Machine Learning 学时 1-4: 机器学习的基础知识
Day 1: Machine Learning basics: tasks (classification, regression), measurement (precision, recall, F-score), supervised
learning and example (linear regression), No Free Lunch Theorem
第 1 天:机器学习基础知识: 任务 (分类、回归)、测量 (精度、召回、f-分数)、监督学习和示例 (线性回归)、无免费午餐定
理
Day 2: Deep Neural Network (MLP), Training a DNN (gradient back-propagation)
第 2 天: 深层神经网络 (MLP), 训练 DNN (梯度反向传播)
Day 3: Activation Function (sigmoid, ReLU->Leaky ReLU->PReLU), Loss function (MSE, Cross Entropy), Regularizer
(L1, L2), Optimizer (SGD)
第 3 天: 激活函數 (sigmoid, relu > 泄漏的 ReLU -> PReLU), 损耗函数 (MSE, 交叉熵), 调节器 (L1, L2), 优化器 (SGD)
Day 4: Convolutional Neural Network (convolution, pooling, softmax), Recurrent Neural Network
第 4 天: 卷积神经网络 (卷积、池化、softmax)、递归神经网络
Credit Hour 5-8: Deep Learning Practice 学时 5-8: 深度学习练习
Day 1: Python basics, Pytorch basics (tensors, autograd, nn module)
第 1 天: Python 基础知识, Pytortorch 基础知识 (张量、自动研究生、nn 模块)
Day 2: Handwritten digits classification with CNN
第 2 天: 基於 CNN 的手写数字分类
Day 3: Name Generation with RNN
第 3 天: 基於 RNN 的名称生成
Day 4: Research Directions & showcase
第四天: 研究方向和應用展示
Credit Hour 9-12: Basic EDA Flow for VLSI 学时 9-12: VLSI 的基本 EDA 流程
Day 1: Introduction of VLSI (with emphasis on AI hardware)
第 1 天: 超大规模集成电路介绍 (侧重人工智能硬件)
Day 2: Overview of EDA Flow
第 2 天: EDA 流程概述
Day 3: Circuit Simulation Basics (SPICE, netlist, MNA, software)