Deep Learning
深度学习聚焦于多层神经网络模型的理论与实践。课程内容包括前馈神经网络、反向传播算法、卷积神经网络(CNN)、循环神经网络(RNN/LSTM)、Transformer架构、优化算法、正则化技术以及主流框架(PyTorch/TensorFlow)。学生将理解模型设计、训练技巧与表示学习原理,能够应用于图像、语音、自然语言等任务,是AI方向的核心进阶课程。
Deep Learning focuses on the theory and practice of multi-layer neural networks. Topics include feedforward networks, backpropagation, convolutional neural networks (CNNs), recurrent neural networks (RNN/LSTM), Transformers, optimization algorithms, regularization techniques, and mainstream frameworks such as PyTorch and TensorFlow. Students gain skills in model design, training, and representation learning, applicable to vision, speech, and language tasks—a core advanced AI course.
使用深度学习框架实现图像分类模型,完成数据预处理、模型构建、训练优化和评估。对比CNN、ResNet等模型效果,撰写技术报告。
Implement image classification models using deep learning frameworks, complete data preprocessing, model construction, training optimization and evaluation. Compare CNN, ResNet and other models, write technical report.