摘要: 神经网络读书报告 一、引言 神经网络是人工智能领域的核心技术之一,它通过模拟生物神经元的工作机制,实现对复杂数据的特征学习与模式识别。近年来,深度学习的兴起让神经网络在图像分类、自然语言处理、自动驾驶等领域展现出突破性能力。本次读书围绕神经网络的基础理论、经典模型及实践应用展开,结合教材中对 Ale 阅读全文
posted @ 2025-10-15 20:31 林leo 阅读(27) 评论(0) 推荐(0)
摘要: 代码 import torch import torch.nn as nn import torch.optim as optim import torchvision import torchvision.transforms as transforms import matplotlib.pyp 阅读全文
posted @ 2025-10-15 20:23 林leo 阅读(24) 评论(0) 推荐(0)