深度学习及其应用精品课

  • 名称:深度学习及其应用精品课
  • 分类:人工智能  
  • 观看人数:加载中
  • 时间:2023/2/1 15:58:21

本课程将全面的介绍近年发展起来的基于神经网络的深度学习技术的基本概念,主要结构,核心方法和关键应用。主要内容包括:(1)机器学习和神经网络的基本概念和算法及其背后概率论、线性代数、优化理论相关基础;(2)深度学习的主流结构、激活函数、正则化技术,实用算法细节和应用案例;(3)计算机视觉与白然语言处理技术原理与应用;(4)包括模型压缩、生成对抗网络技术在内的新兴技术简介;(5)前沿论文与技术探讨。

通过课程的学习,使同学们巩固基础数学及机器学习的基本概念和算法;掌握神经网络基本概念;掌握深度学习中的主要网络结构的基本概念和相关算法;了解具体应用领域的背景知识、应用相关的深度学习技术;并了解生成对抗网络、深度神经网络模型压缩等新兴技术。

深度学习是目前人工智能、机器学习领域异常火热的研究方向,受到了学术界和

工业界的高度关注,被《麻省理工学院技术评论》(MIT Technology Review)评为2013年十大突破性技术之首。深度学习已经在语音识别、图像识别、自然语言处理等诸多

领域取得了突破性进展,对学术界和工业界产生了深远的影响。本课程采用google开源软件TensorFlow作为深度学习技术实现平台,讲解了全连接神经网络、自编码器

和多层感知机、卷积神经网络、循环神经网络等的设计与实现,以及网络训练过程中的数据处理、网络优调与超参数设计,并介绍深度强化学习和网络模型的可视化、多

GPU并行与分布式处理技术。通过本课程的学习使学生掌握深度学习技术并应用该技

术解决实际问题,了解应用领域的背景知识。

Deep learning is currently an extremely hot research direction in the field of artificial intelligence and machine learning.It has received great attention from academia and industry.It was rated as one of the top ten breakthrough technologies in 2013 by the MIT Technology Review.The first.Deep learning has made breakthroughs in many fields such as speech recognition,image recognition,and natural language processing,and has had a profound impact on academia and industry.This course uses Google's open source software TensorFlow as the deep learning technology implementation platform,and explains the design and implementation of fully connected neural networks,autoencoders and multilayer perceptrons,convolutional neural networks,recurrent neural networks,etc.,as well as the network training process Data processing,network optimization and hyperparameter design,and introduction of deep reinforcement learning and network model visualization,