摘要: 神经网络读书报告 一、引言 神经网络作为人工智能领域的核心技术之一,凭借其强大的非线性拟合和特征学习能力,在图像识别、自然语言处理、语音识别等众多领域取得了突破性进展。本报告将围绕神经网络的发展历程、基本原理、典型模型及应用场景展开分析,深入探讨其技术内涵与发展前景。 二、神经网络发展历程 (一)早 阅读全文
posted @ 2025-10-17 15:22 czicccc 阅读(9) 评论(0) 推荐(0)
摘要: ![wechat_2025-10-17_151754_162](https://img2024.cnblogs.com/blog/3608559/202510/3608559-20251017151851785-1319070127.png) 阅读全文
posted @ 2025-10-17 15:19 czicccc 阅读(3) 评论(0) 推荐(0)
摘要: NumPy基础功能 NumPy是Python科学计算的基础库,提供了高效的多维数组对象ndarray及相关操作函数 。主要功能包括: ​数组创建​:np.array(), np.arange(), np.zeros(), np.ones(), np.eye(), np.random.rand()等 阅读全文
posted @ 2025-06-23 14:23 czicccc 阅读(3) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608559/202506/3608559-20250623140741277-427339211.png) 阅读全文
posted @ 2025-06-23 14:07 czicccc 阅读(5) 评论(0) 推荐(0)
摘要: import pygame import sys import random class NumberGuessingGame: def init(self): # 初始化Pygame pygame.init() pygame.font.init() # 设置窗口 self.width, self. 阅读全文
posted @ 2025-06-21 11:14 czicccc 阅读(7) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608559/202505/3608559-20250525205114498-1815330965.png) ![](https://img2024.cnblogs.com/blog/3608559/202505/3608559-20250525205121238-567566560.png) ![](https://i 阅读全文
posted @ 2025-05-25 20:51 czicccc 阅读(15) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608559/202505/3608559-20250518182436782-1596625177.png) ![](https://img2024.cnblogs.com/blog/3608559/202505/3608559-20250518182445920-1717836703.png) ![](https:// 阅读全文
posted @ 2025-05-18 18:25 czicccc 阅读(11) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608559/202504/3608559-20250420191853031-941185426.png) ![](https://img2024.cnblogs.com/blog/3608559/202504/3608559-20250420191900170-1648298207.png) ![](https://i 阅读全文
posted @ 2025-04-20 19:21 czicccc 阅读(6) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608559/202504/3608559-20250407140912137-1878699094.png) ![](https://img2024.cnblogs.com/blog/3608559/202504/3608559-20250407140925681-582209542.png) ![](https://i 阅读全文
posted @ 2025-04-07 14:10 czicccc 阅读(19) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/3608559/202503/3608559-20250330200537082-702861883.png) ![](https://img2024.cnblogs.com/blog/3608559/202503/3608559-20250330200556725-106512982.png) ![](https://im 阅读全文
posted @ 2025-03-30 20:06 czicccc 阅读(7) 评论(0) 推荐(0)