- Hands-On Deep Learning with TensorFlow
- Dan Van Boxel
- 233字
- 2021-07-15 17:11:09
What this book covers
Chapter 1, Getting Started, discusses the techniques and the models we'll apply using TensorFlow. In this chapter, we will install TensorFlow on a machine we can use. After some small steps with basic computations, we will jump into a machine learning problem, successfully building a decent model with just logistic regression and a few lines of TensorFlow code.
Chapter 2, Deep Neural Networks, shows TensorFlow in its prime with deep neural networks. You will learn about the single and multiple hidden layer model. You will also learn about the different types of neural networks and build and train our first neural network with TensorFlow.
Chapter 3, Convolutional Neural Networks, talks about the most powerful developments in deep learning and applies the concepts of convolution to a simple example in TensorFlow. We will tackle the practical aspects of understanding convolution. We will explain what a convolutional and pooling layer is in a neural net, following with a TensorFlow example.
Chapter 4, Introducing Recurrent Neural Networks, introduces the concept of RNN models, and their implementation in TensorFlow. We will look at a simple interface to TensorFlow called TensorFlow learn. We will also walk through dense neural networks as well as understand convolutional neural networks and extracting weights in detail.
Chapter 5, Wrapping Up, wraps up our look at TensorFlow. We'll revisit our TensorFlow models for font classification, and review their accuracy.
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Learning NServiceBus(Second Edition)
- Visual Basic程序設(shè)計教程
- 數(shù)據(jù)結(jié)構(gòu)(Python語言描述)(第2版)
- INSTANT Django 1.5 Application Development Starter
- TradeStation交易應(yīng)用實(shí)踐:量化方法構(gòu)建贏家策略(原書第2版)
- Getting Started with React Native
- 編程可以很簡單
- 平面設(shè)計經(jīng)典案例教程:CorelDRAW X6
- Training Systems Using Python Statistical Modeling
- Android Sensor Programming By Example
- Java高手是怎樣煉成的:原理、方法與實(shí)踐
- SAP Web Dynpro for ABAP開發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用
- Blender 3D Cookbook
- MATLAB計算機(jī)視覺實(shí)戰(zhàn)