# DeepLearning_2021 **Repository Path**: zoefan/deeplearning_2021 ## Basic Information - **Project Name**: DeepLearning_2021 - **Description**: DeepLearning_2021 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-04-05 - **Last Updated**: 2021-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepLearning_2021 #### 介绍 南京工业职业技术大学 2020-2021第二学期 软件2038、软件2056班级《深度学习基础》课后作业及课程资料 #### 作业 1. 编程基础练习:使用Pandas进行数据分析 2. 使用全连接神经网络实现一个回归任务 3. 使用全连接神经网络实现一个分类任务(含网络优化部分) 4. 使用卷积神经网络实现图像分类任务 5. 使用循环神经网络实现时间序列预测任务 6. 使用循环神经网络实现文本分类任务 #### 参考网站 1. tensorflow官方网址: https://tensorflow.google.cn/ 2. keras中文网址: https://keras.io/zh/ 3. sklearn官方网址:https://scikit-learn.org/stable/user_guide.html 4. numpy手册:https://numpy.org/devdocs/user/quickstart.html; RUNOOB站的Numpy栏目:https://www.runoob.com/numpy/numpy-tutorial.html 5. pandas手册:https://pandas.pydata.org/pandas-docs/stable/index.html pandas中文网:https://www.pypandas.cn/ 6. matplotlib手册:https://matplotlib.org/ RUNOOB的matplotlib板块:https://www.runoob.com/w3cnote/matplotlib-tutorial.html 7. markdown基本语法:https://www.markdown.xyz/basic-syntax/