💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 卷积神经网络 卷积神经网络(CNN)负责过去几年中图像识别的重大突破。在本章中,我们将介绍以下主题: * 实现简单的 CNN * 实现先进的 CNN * 重新训练现有的 CNN 模型 * 应用 Stylenet 和神经式项目 * 实现 DeepDream > 提醒一下,读者可以在这里找到本章的所有代码: [https://github.com/nfmcclure/tensorflow_cookbook](https://github.com/nfmcclure/tensorflow_cookbook) ,以及 Packt 仓库: [https:/ /github.com/PacktPublishing/TensorFlow-Machine-Learning-Cookbook-Second-Edition](https://github.com/PacktPublishing/TensorFlow-Machine-Learning-Cookbook-Second-Edition) 。