Flashield's Blog

Just For My Daily Diary

Flashield's Blog

Just For My Daily Diary

Deep Learning

02.exercise-deep-neural-networks【练习:深度神经网络】

This notebook is an exercise in the Intro to Deep Learning course. You can reference the tutorial at this link. Introduction 介绍 In the tutorial, we saw how to build deep neural networks by stacking layers inside a Sequential model. By adding an activation function after the hidden layers, we gave the network the ability […]

02.course-deep-neural-networks【深度神经网络】

Introduction 介绍 In this lesson we’re going to see how we can build neural networks capable of learning the complex kinds of relationships deep neural nets are famous for. 在本课中,我们将了解如何构建著名的能够学习复杂关系的深度神经网络。 The key idea here is modularity, building up a complex network from simpler functional units. We’ve seen how a linear unit computes a linear function […]

01.exercise-a-single-neuron【练习:单神经元】

This notebook is an exercise in the Intro to Deep Learning course. You can reference the tutorial at this link. Introduction 介绍 In the tutorial we learned about the building blocks of neural networks: linear units. We saw that a model of just one linear unit will fit a linear function to a dataset (equivalent […]

01.course-a-single-neuron【单神经元】

Welcome to Deep Learning! 欢迎来到深度学习! Welcome to Kaggle’s Introduction to Deep Learning course! You’re about to learn all you need to get started building your own deep neural networks. Using Keras and Tensorflow you’ll learn how to: 欢迎来到 Kaggle 的深度学习简介课程! 您将学习开始构建自己的深度神经网络所需的所有知识。 使用 Keras 和 Tensorflow,您将学习如何: create a fully-connected neural network architecture 创建全连接神经网络架构 apply neural nets […]

Scroll to top