Mastering Deep Learning in Python This guide presents practical Python code examples to illustrate key concepts in deep learning, applied to real-world problems. Python 24 次浏览 2024-05-26
Python Deep Learning [2017] Python Deep Learning by Gianmario Spacagna English | 4 May 2017 | ASIN: B071RCDRKD | 406 Pages | AZW3 | 9.77 MB Key Features Explore and create intell Python 20 次浏览 2024-08-12
deep learning(Adaptive Computation and Machine Learning series) This book is about a solution to these more intuitive problems. This solution is to allow computers to learn from experience and understand the world Python 23 次浏览 2024-08-17
Pro_Deep_Learning_with_TensorFlow Pro_Deep_Learning_with_TensorFlow,是一本很好的书,讲的比较全面了 Python 21 次浏览 2024-07-30
Deep Learning for Time Series Regression with Python 利用深度学习技术进行时间序列回归预测是一个重要的课题。通过Python,我们可以构建和训练深度学习模型,从而有效地对时间序列数据进行预测。这些模型包括但不限于循环神经网络(RNN)、长短期记忆网络(LSTM)和变分自编码器(VAE)。将详细介绍如何使用Python及其相关库(如TensorFlow和 Python 28 次浏览 2024-07-16
Deep Learning with Python by François Chollet The 2017 edition of *Deep Learning with Python* introduces deep learning using Python and the powerful Keras library. Written by Keras creator and Goo Python 24 次浏览 2024-07-16
Mastering Neural Networks and Deep Learning in Python3 《Neural Networks and Deep Learning》 代码实现:从 GitHub 获取的资源。当前只改了 mnist_loader 和 network,其他部分代码暂未修改,有需要的可自行下载。 Python 16 次浏览 2024-10-27
Deep Learning学习笔记深入解析与实战应用 Deep Learning 学习笔记 本篇笔记针对 Deep Learning(深度学习)的核心内容进行详细整理。文章内容丰富,包括深度学习的基本概念、模型架构、算法原理和应用实例,适合初学者和有一定基础的读者。 主要内容包括: 深度学习的基础概念及其发展背景,帮助建立清晰的理解框架。 各类深度 Python 27 次浏览 2024-11-06
Exploring Java Concurrency A Deep Dive It is worth to take a look at Java concurrency in practice. This subject is crucial for developing robust and high-performance applications. Java 19 次浏览 2024-11-03