# 人工智能导论之深度学习 **Repository Path**: zoefan/ai_introduction ## Basic Information - **Project Name**: 人工智能导论之深度学习 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 6 - **Created**: 2021-05-24 - **Last Updated**: 2022-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 人工智能导论--DeepLearning #### 介绍 南京工业职业技术大学 2020-2021第二学期 智能2011班级《人工智能导论》中Deeplearning部分课后作业及课程资料 #### 参考网站 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/