Deep Learning with TensorFlow.:
Delve into neural networks, implement deep learning algorithms, and explore layers of data abstraction with the help of this comprehensive TensorFlow guide About This Book Learn how to implement advanced techniques in deep learning with Google's brainchild, TensorFlow Explore deep neural networ...
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | , |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2017.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Delve into neural networks, implement deep learning algorithms, and explore layers of data abstraction with the help of this comprehensive TensorFlow guide About This Book Learn how to implement advanced techniques in deep learning with Google's brainchild, TensorFlow Explore deep neural networks and layers of data abstraction with the help of this comprehensive guide Real-world contextualization through some deep learning problems concerning research and application Who This Book Is For The book is intended for a general audience of people interested in machine learning and machine intelligence. A rudimentary level of programming in one language is assumed, as is a basic familiarity with computer science techniques and technologies, including a basic awareness of computer hardware and algorithms. Some competence in mathematics is needed to the level of elementary linear algebra and calculus. What You Will Learn Learn about machine learning landscapes along with the historical development and progress of deep learning Learn about deep machine intelligence and GPU computing with the latest TensorFlow 1.x Access public datasets and utilize them using TensorFlow to load, process, and transform data Use TensorFlow on real-world datasets, including images, text, and more Learn how to evaluate the performance of your deep learning models Using deep learning for scalable object detection and mobile computing Train machines quickly to learn from data by exploring reinforcement learning techniques Explore active areas of deep learning research and applications In Detail Deep learning is the step that comes after machine learning, and has more advanced implementations. Machine learning is not just for academics anymore, but is becoming a mainstream practice through wide adoption, and deep learning has taken the front seat. As a data scientist, if you want to explore data abstraction layers, this book will be your guide. This book shows how this can be exploited in the real world with complex raw data using TensorFlow 1.x. Throughout the book, you'll learn how to implement deep learning algorithms for machine learning systems and integrate them into your product offerings, including search, image recognition, and language processing. Additionally, you'll learn how to analyze and improve the performance of deep learning models. This can be done by comparing algorithms against benchmarks, along with machine intelligence, to learn from the information and d ... |
Beschreibung: | Source code for emotion classifier. |
Beschreibung: | 1 online resource (316 pages) |
ISBN: | 9781786460127 1786460122 |
Internformat
MARC
LEADER | 00000cam a2200000 u 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn985310404 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 170429s2017 enk o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d YDX |d IDEBK |d MERUC |d NLE |d OCLCO |d TEFOD |d OCLCF |d OCLCQ |d N$T |d OCLCQ |d LVT |d CNCEN |d OCLCQ |d OCLCO |d NZAUC |d OCLCQ |d OCLCO |d OCLCQ | ||
019 | |a 985252114 |a 985378045 |a 985480608 |a 985638272 |a 985840000 |a 985881386 |a 986102281 |a 986167547 |a 986210031 |a 986272200 |a 986411421 |a 986454021 |a 986752303 |a 986830794 |a 1264733051 | ||
020 | |a 9781786460127 |q (electronic bk.) | ||
020 | |a 1786460122 |q (electronic bk.) | ||
020 | |z 1786469782 | ||
020 | |z 9781786469786 | ||
035 | |a (OCoLC)985310404 |z (OCoLC)985252114 |z (OCoLC)985378045 |z (OCoLC)985480608 |z (OCoLC)985638272 |z (OCoLC)985840000 |z (OCoLC)985881386 |z (OCoLC)986102281 |z (OCoLC)986167547 |z (OCoLC)986210031 |z (OCoLC)986272200 |z (OCoLC)986411421 |z (OCoLC)986454021 |z (OCoLC)986752303 |z (OCoLC)986830794 |z (OCoLC)1264733051 | ||
037 | |a 1007628 |b MIL | ||
037 | |a 322E351C-3F74-478D-94AA-F2007DEEC2F6 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a T55.4-60.8 | |
072 | 7 | |a COM |x 000000 |2 bisacsh | |
082 | 7 | |a 006.3/1 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Zaccone, Giancarlo. | |
245 | 1 | 0 | |a Deep Learning with TensorFlow. |
260 | |a Birmingham : |b Packt Publishing, |c 2017. | ||
300 | |a 1 online resource (316 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Deep Learning; Introducing machine learning; Supervised learning; Unsupervised learning; Reinforcement learning; What is deep learning?; How the human brain works; Deep learning history; Problems addressed; Neural networks; The biological neuron; An artificial neuron; How does an artificial neural network learn?; The backpropagation algorithm; Weights optimization; Stochastic gradient descent; Neural network architectures. | |
505 | 8 | |a Multilayer perceptronDNNs architectures; Convolutional Neural Networks; Restricted Boltzmann Machines; Autoencoders; Recurrent Neural Networks; Deep learning framework comparisons; Summary; Chapter 2: First Look at TensorFlow; General overview; What's new with TensorFlow 1.x?; How does it change the way people use it?; Installing and getting started with TensorFlow; Installing TensorFlow on Linux; Which TensorFlow to install on your platform?; Requirements for running TensorFlow with GPU from NVIDIA; Step 1: Install NVIDIA CUDA; Step 2: Installing NVIDIA cuDNN v5.1+ | |
505 | 8 | |a Step 3: GPU card with CUDA compute capability 3.0+Step 4: Installing the libcupti-dev library; Step 5: Installing Python (or Python3); Step 6: Installing and upgrading PIP (or PIP3); Step 7: Installing TensorFlow; How to install TensorFlow; Installing TensorFlow with native pip; Installing with virtualenv; Installing TensorFlow on Windows; Installation from source; Install on Windows; Test your TensorFlow installation; Computational graphs; Why a computational graph?; Neural networks as computational graphs; The programming model; Data model; Rank; Shape; Data types; Variables; Fetches; Feeds. | |
505 | 8 | |a TensorBoardHow does TensorBoard work?; Implementing a single input neuron; Source code for the single input neuron; Migrating to TensorFlow 1.x; How to upgrade using the script; Limitations; Upgrading code manually; Variables; Summary functions; Simplified mathematical variants; Miscellaneous changes; Summary; Chapter 3: Using TensorFlow on a Feed-Forward Neural Network; Introducing feed-forward neural networks; Feed-forward and backpropagation; Weights and biases; Transfer functions; Classification of handwritten digits; Exploring the MNIST dataset; Softmax classifier; Visualization. | |
505 | 8 | |a How to save and restore a TensorFlow modelSaving a model; Restoring a model; Softmax source code; Softmax loader source code; Implementing a five-layer neural network; Visualization; Five-layer neural network source code; ReLU classifier; Visualization; Source code for the ReLU classifier; Dropout optimization; Visualization; Source code for dropout optimization; Summary; Chapter 4: TensorFlow on a Convolutional Neural Network; Introducing CNNs; CNN architecture; A model for CNNs -- LeNet; Building your first CNN; Source code for a handwritten classifier; Emotion recognition with CNNs. | |
500 | |a Source code for emotion classifier. | ||
520 | |a Delve into neural networks, implement deep learning algorithms, and explore layers of data abstraction with the help of this comprehensive TensorFlow guide About This Book Learn how to implement advanced techniques in deep learning with Google's brainchild, TensorFlow Explore deep neural networks and layers of data abstraction with the help of this comprehensive guide Real-world contextualization through some deep learning problems concerning research and application Who This Book Is For The book is intended for a general audience of people interested in machine learning and machine intelligence. A rudimentary level of programming in one language is assumed, as is a basic familiarity with computer science techniques and technologies, including a basic awareness of computer hardware and algorithms. Some competence in mathematics is needed to the level of elementary linear algebra and calculus. What You Will Learn Learn about machine learning landscapes along with the historical development and progress of deep learning Learn about deep machine intelligence and GPU computing with the latest TensorFlow 1.x Access public datasets and utilize them using TensorFlow to load, process, and transform data Use TensorFlow on real-world datasets, including images, text, and more Learn how to evaluate the performance of your deep learning models Using deep learning for scalable object detection and mobile computing Train machines quickly to learn from data by exploring reinforcement learning techniques Explore active areas of deep learning research and applications In Detail Deep learning is the step that comes after machine learning, and has more advanced implementations. Machine learning is not just for academics anymore, but is becoming a mainstream practice through wide adoption, and deep learning has taken the front seat. As a data scientist, if you want to explore data abstraction layers, this book will be your guide. This book shows how this can be exploited in the real world with complex raw data using TensorFlow 1.x. Throughout the book, you'll learn how to implement deep learning algorithms for machine learning systems and integrate them into your product offerings, including search, image recognition, and language processing. Additionally, you'll learn how to analyze and improve the performance of deep learning models. This can be done by comparing algorithms against benchmarks, along with machine intelligence, to learn from the information and d ... | ||
650 | 0 | |a Machine learning. |0 http://id.loc.gov/authorities/subjects/sh85079324 | |
650 | 6 | |a Apprentissage automatique. | |
650 | 7 | |a COMPUTERS |x General. |2 bisacsh | |
650 | 7 | |a Machine learning |2 fast | |
700 | 1 | |a Karim, Md. Rezaul. | |
700 | 1 | |a Menshawy, Ahmed. | |
776 | 0 | 8 | |i Print version: |a Zaccone, Giancarlo. |t Deep Learning with TensorFlow. |d Birmingham : Packt Publishing, ©2017 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1508099 |3 Volltext |
938 | |a EBL - Ebook Library |b EBLB |n EBL4847558 | ||
938 | |a EBSCOhost |b EBSC |n 1508099 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis37643224 | ||
938 | |a YBP Library Services |b YANK |n 14263361 | ||
936 | |a BATCHLOAD | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn985310404 |
---|---|
_version_ | 1816882387704872960 |
adam_text | |
any_adam_object | |
author | Zaccone, Giancarlo |
author2 | Karim, Md. Rezaul Menshawy, Ahmed |
author2_role | |
author2_variant | m r k mr mrk a m am |
author_facet | Zaccone, Giancarlo Karim, Md. Rezaul Menshawy, Ahmed |
author_role | |
author_sort | Zaccone, Giancarlo |
author_variant | g z gz |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | T55 |
callnumber-raw | T55.4-60.8 |
callnumber-search | T55.4-60.8 |
callnumber-sort | T 255.4 260.8 |
callnumber-subject | T - General Technology |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Deep Learning; Introducing machine learning; Supervised learning; Unsupervised learning; Reinforcement learning; What is deep learning?; How the human brain works; Deep learning history; Problems addressed; Neural networks; The biological neuron; An artificial neuron; How does an artificial neural network learn?; The backpropagation algorithm; Weights optimization; Stochastic gradient descent; Neural network architectures. Multilayer perceptronDNNs architectures; Convolutional Neural Networks; Restricted Boltzmann Machines; Autoencoders; Recurrent Neural Networks; Deep learning framework comparisons; Summary; Chapter 2: First Look at TensorFlow; General overview; What's new with TensorFlow 1.x?; How does it change the way people use it?; Installing and getting started with TensorFlow; Installing TensorFlow on Linux; Which TensorFlow to install on your platform?; Requirements for running TensorFlow with GPU from NVIDIA; Step 1: Install NVIDIA CUDA; Step 2: Installing NVIDIA cuDNN v5.1+ Step 3: GPU card with CUDA compute capability 3.0+Step 4: Installing the libcupti-dev library; Step 5: Installing Python (or Python3); Step 6: Installing and upgrading PIP (or PIP3); Step 7: Installing TensorFlow; How to install TensorFlow; Installing TensorFlow with native pip; Installing with virtualenv; Installing TensorFlow on Windows; Installation from source; Install on Windows; Test your TensorFlow installation; Computational graphs; Why a computational graph?; Neural networks as computational graphs; The programming model; Data model; Rank; Shape; Data types; Variables; Fetches; Feeds. TensorBoardHow does TensorBoard work?; Implementing a single input neuron; Source code for the single input neuron; Migrating to TensorFlow 1.x; How to upgrade using the script; Limitations; Upgrading code manually; Variables; Summary functions; Simplified mathematical variants; Miscellaneous changes; Summary; Chapter 3: Using TensorFlow on a Feed-Forward Neural Network; Introducing feed-forward neural networks; Feed-forward and backpropagation; Weights and biases; Transfer functions; Classification of handwritten digits; Exploring the MNIST dataset; Softmax classifier; Visualization. How to save and restore a TensorFlow modelSaving a model; Restoring a model; Softmax source code; Softmax loader source code; Implementing a five-layer neural network; Visualization; Five-layer neural network source code; ReLU classifier; Visualization; Source code for the ReLU classifier; Dropout optimization; Visualization; Source code for dropout optimization; Summary; Chapter 4: TensorFlow on a Convolutional Neural Network; Introducing CNNs; CNN architecture; A model for CNNs -- LeNet; Building your first CNN; Source code for a handwritten classifier; Emotion recognition with CNNs. |
ctrlnum | (OCoLC)985310404 |
dewey-full | 006.3/1 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.3/1 |
dewey-search | 006.3/1 |
dewey-sort | 16.3 11 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07956cam a2200601 u 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn985310404</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">170429s2017 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">EBLCP</subfield><subfield code="d">YDX</subfield><subfield code="d">IDEBK</subfield><subfield code="d">MERUC</subfield><subfield code="d">NLE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">LVT</subfield><subfield code="d">CNCEN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NZAUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">985252114</subfield><subfield code="a">985378045</subfield><subfield code="a">985480608</subfield><subfield code="a">985638272</subfield><subfield code="a">985840000</subfield><subfield code="a">985881386</subfield><subfield code="a">986102281</subfield><subfield code="a">986167547</subfield><subfield code="a">986210031</subfield><subfield code="a">986272200</subfield><subfield code="a">986411421</subfield><subfield code="a">986454021</subfield><subfield code="a">986752303</subfield><subfield code="a">986830794</subfield><subfield code="a">1264733051</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781786460127</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1786460122</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1786469782</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781786469786</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)985310404</subfield><subfield code="z">(OCoLC)985252114</subfield><subfield code="z">(OCoLC)985378045</subfield><subfield code="z">(OCoLC)985480608</subfield><subfield code="z">(OCoLC)985638272</subfield><subfield code="z">(OCoLC)985840000</subfield><subfield code="z">(OCoLC)985881386</subfield><subfield code="z">(OCoLC)986102281</subfield><subfield code="z">(OCoLC)986167547</subfield><subfield code="z">(OCoLC)986210031</subfield><subfield code="z">(OCoLC)986272200</subfield><subfield code="z">(OCoLC)986411421</subfield><subfield code="z">(OCoLC)986454021</subfield><subfield code="z">(OCoLC)986752303</subfield><subfield code="z">(OCoLC)986830794</subfield><subfield code="z">(OCoLC)1264733051</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">1007628</subfield><subfield code="b">MIL</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">322E351C-3F74-478D-94AA-F2007DEEC2F6</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">T55.4-60.8</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">000000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.3/1</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Zaccone, Giancarlo.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Deep Learning with TensorFlow.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (316 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Deep Learning; Introducing machine learning; Supervised learning; Unsupervised learning; Reinforcement learning; What is deep learning?; How the human brain works; Deep learning history; Problems addressed; Neural networks; The biological neuron; An artificial neuron; How does an artificial neural network learn?; The backpropagation algorithm; Weights optimization; Stochastic gradient descent; Neural network architectures.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Multilayer perceptronDNNs architectures; Convolutional Neural Networks; Restricted Boltzmann Machines; Autoencoders; Recurrent Neural Networks; Deep learning framework comparisons; Summary; Chapter 2: First Look at TensorFlow; General overview; What's new with TensorFlow 1.x?; How does it change the way people use it?; Installing and getting started with TensorFlow; Installing TensorFlow on Linux; Which TensorFlow to install on your platform?; Requirements for running TensorFlow with GPU from NVIDIA; Step 1: Install NVIDIA CUDA; Step 2: Installing NVIDIA cuDNN v5.1+</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Step 3: GPU card with CUDA compute capability 3.0+Step 4: Installing the libcupti-dev library; Step 5: Installing Python (or Python3); Step 6: Installing and upgrading PIP (or PIP3); Step 7: Installing TensorFlow; How to install TensorFlow; Installing TensorFlow with native pip; Installing with virtualenv; Installing TensorFlow on Windows; Installation from source; Install on Windows; Test your TensorFlow installation; Computational graphs; Why a computational graph?; Neural networks as computational graphs; The programming model; Data model; Rank; Shape; Data types; Variables; Fetches; Feeds.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">TensorBoardHow does TensorBoard work?; Implementing a single input neuron; Source code for the single input neuron; Migrating to TensorFlow 1.x; How to upgrade using the script; Limitations; Upgrading code manually; Variables; Summary functions; Simplified mathematical variants; Miscellaneous changes; Summary; Chapter 3: Using TensorFlow on a Feed-Forward Neural Network; Introducing feed-forward neural networks; Feed-forward and backpropagation; Weights and biases; Transfer functions; Classification of handwritten digits; Exploring the MNIST dataset; Softmax classifier; Visualization.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">How to save and restore a TensorFlow modelSaving a model; Restoring a model; Softmax source code; Softmax loader source code; Implementing a five-layer neural network; Visualization; Five-layer neural network source code; ReLU classifier; Visualization; Source code for the ReLU classifier; Dropout optimization; Visualization; Source code for dropout optimization; Summary; Chapter 4: TensorFlow on a Convolutional Neural Network; Introducing CNNs; CNN architecture; A model for CNNs -- LeNet; Building your first CNN; Source code for a handwritten classifier; Emotion recognition with CNNs.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Source code for emotion classifier.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Delve into neural networks, implement deep learning algorithms, and explore layers of data abstraction with the help of this comprehensive TensorFlow guide About This Book Learn how to implement advanced techniques in deep learning with Google's brainchild, TensorFlow Explore deep neural networks and layers of data abstraction with the help of this comprehensive guide Real-world contextualization through some deep learning problems concerning research and application Who This Book Is For The book is intended for a general audience of people interested in machine learning and machine intelligence. A rudimentary level of programming in one language is assumed, as is a basic familiarity with computer science techniques and technologies, including a basic awareness of computer hardware and algorithms. Some competence in mathematics is needed to the level of elementary linear algebra and calculus. What You Will Learn Learn about machine learning landscapes along with the historical development and progress of deep learning Learn about deep machine intelligence and GPU computing with the latest TensorFlow 1.x Access public datasets and utilize them using TensorFlow to load, process, and transform data Use TensorFlow on real-world datasets, including images, text, and more Learn how to evaluate the performance of your deep learning models Using deep learning for scalable object detection and mobile computing Train machines quickly to learn from data by exploring reinforcement learning techniques Explore active areas of deep learning research and applications In Detail Deep learning is the step that comes after machine learning, and has more advanced implementations. Machine learning is not just for academics anymore, but is becoming a mainstream practice through wide adoption, and deep learning has taken the front seat. As a data scientist, if you want to explore data abstraction layers, this book will be your guide. This book shows how this can be exploited in the real world with complex raw data using TensorFlow 1.x. Throughout the book, you'll learn how to implement deep learning algorithms for machine learning systems and integrate them into your product offerings, including search, image recognition, and language processing. Additionally, you'll learn how to analyze and improve the performance of deep learning models. This can be done by comparing algorithms against benchmarks, along with machine intelligence, to learn from the information and d ...</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Machine learning.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85079324</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Apprentissage automatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Machine learning</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Karim, Md. Rezaul.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Menshawy, Ahmed.</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Zaccone, Giancarlo.</subfield><subfield code="t">Deep Learning with TensorFlow.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2017</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1508099</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4847558</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1508099</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis37643224</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">14263361</subfield></datafield><datafield tag="936" ind1=" " ind2=" "><subfield code="a">BATCHLOAD</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn985310404 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:27:49Z |
institution | BVB |
isbn | 9781786460127 1786460122 |
language | English |
oclc_num | 985310404 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (316 pages) |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Zaccone, Giancarlo. Deep Learning with TensorFlow. Birmingham : Packt Publishing, 2017. 1 online resource (316 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Deep Learning; Introducing machine learning; Supervised learning; Unsupervised learning; Reinforcement learning; What is deep learning?; How the human brain works; Deep learning history; Problems addressed; Neural networks; The biological neuron; An artificial neuron; How does an artificial neural network learn?; The backpropagation algorithm; Weights optimization; Stochastic gradient descent; Neural network architectures. Multilayer perceptronDNNs architectures; Convolutional Neural Networks; Restricted Boltzmann Machines; Autoencoders; Recurrent Neural Networks; Deep learning framework comparisons; Summary; Chapter 2: First Look at TensorFlow; General overview; What's new with TensorFlow 1.x?; How does it change the way people use it?; Installing and getting started with TensorFlow; Installing TensorFlow on Linux; Which TensorFlow to install on your platform?; Requirements for running TensorFlow with GPU from NVIDIA; Step 1: Install NVIDIA CUDA; Step 2: Installing NVIDIA cuDNN v5.1+ Step 3: GPU card with CUDA compute capability 3.0+Step 4: Installing the libcupti-dev library; Step 5: Installing Python (or Python3); Step 6: Installing and upgrading PIP (or PIP3); Step 7: Installing TensorFlow; How to install TensorFlow; Installing TensorFlow with native pip; Installing with virtualenv; Installing TensorFlow on Windows; Installation from source; Install on Windows; Test your TensorFlow installation; Computational graphs; Why a computational graph?; Neural networks as computational graphs; The programming model; Data model; Rank; Shape; Data types; Variables; Fetches; Feeds. TensorBoardHow does TensorBoard work?; Implementing a single input neuron; Source code for the single input neuron; Migrating to TensorFlow 1.x; How to upgrade using the script; Limitations; Upgrading code manually; Variables; Summary functions; Simplified mathematical variants; Miscellaneous changes; Summary; Chapter 3: Using TensorFlow on a Feed-Forward Neural Network; Introducing feed-forward neural networks; Feed-forward and backpropagation; Weights and biases; Transfer functions; Classification of handwritten digits; Exploring the MNIST dataset; Softmax classifier; Visualization. How to save and restore a TensorFlow modelSaving a model; Restoring a model; Softmax source code; Softmax loader source code; Implementing a five-layer neural network; Visualization; Five-layer neural network source code; ReLU classifier; Visualization; Source code for the ReLU classifier; Dropout optimization; Visualization; Source code for dropout optimization; Summary; Chapter 4: TensorFlow on a Convolutional Neural Network; Introducing CNNs; CNN architecture; A model for CNNs -- LeNet; Building your first CNN; Source code for a handwritten classifier; Emotion recognition with CNNs. Source code for emotion classifier. Delve into neural networks, implement deep learning algorithms, and explore layers of data abstraction with the help of this comprehensive TensorFlow guide About This Book Learn how to implement advanced techniques in deep learning with Google's brainchild, TensorFlow Explore deep neural networks and layers of data abstraction with the help of this comprehensive guide Real-world contextualization through some deep learning problems concerning research and application Who This Book Is For The book is intended for a general audience of people interested in machine learning and machine intelligence. A rudimentary level of programming in one language is assumed, as is a basic familiarity with computer science techniques and technologies, including a basic awareness of computer hardware and algorithms. Some competence in mathematics is needed to the level of elementary linear algebra and calculus. What You Will Learn Learn about machine learning landscapes along with the historical development and progress of deep learning Learn about deep machine intelligence and GPU computing with the latest TensorFlow 1.x Access public datasets and utilize them using TensorFlow to load, process, and transform data Use TensorFlow on real-world datasets, including images, text, and more Learn how to evaluate the performance of your deep learning models Using deep learning for scalable object detection and mobile computing Train machines quickly to learn from data by exploring reinforcement learning techniques Explore active areas of deep learning research and applications In Detail Deep learning is the step that comes after machine learning, and has more advanced implementations. Machine learning is not just for academics anymore, but is becoming a mainstream practice through wide adoption, and deep learning has taken the front seat. As a data scientist, if you want to explore data abstraction layers, this book will be your guide. This book shows how this can be exploited in the real world with complex raw data using TensorFlow 1.x. Throughout the book, you'll learn how to implement deep learning algorithms for machine learning systems and integrate them into your product offerings, including search, image recognition, and language processing. Additionally, you'll learn how to analyze and improve the performance of deep learning models. This can be done by comparing algorithms against benchmarks, along with machine intelligence, to learn from the information and d ... Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 Apprentissage automatique. COMPUTERS General. bisacsh Machine learning fast Karim, Md. Rezaul. Menshawy, Ahmed. Print version: Zaccone, Giancarlo. Deep Learning with TensorFlow. Birmingham : Packt Publishing, ©2017 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1508099 Volltext |
spellingShingle | Zaccone, Giancarlo Deep Learning with TensorFlow. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Getting Started with Deep Learning; Introducing machine learning; Supervised learning; Unsupervised learning; Reinforcement learning; What is deep learning?; How the human brain works; Deep learning history; Problems addressed; Neural networks; The biological neuron; An artificial neuron; How does an artificial neural network learn?; The backpropagation algorithm; Weights optimization; Stochastic gradient descent; Neural network architectures. Multilayer perceptronDNNs architectures; Convolutional Neural Networks; Restricted Boltzmann Machines; Autoencoders; Recurrent Neural Networks; Deep learning framework comparisons; Summary; Chapter 2: First Look at TensorFlow; General overview; What's new with TensorFlow 1.x?; How does it change the way people use it?; Installing and getting started with TensorFlow; Installing TensorFlow on Linux; Which TensorFlow to install on your platform?; Requirements for running TensorFlow with GPU from NVIDIA; Step 1: Install NVIDIA CUDA; Step 2: Installing NVIDIA cuDNN v5.1+ Step 3: GPU card with CUDA compute capability 3.0+Step 4: Installing the libcupti-dev library; Step 5: Installing Python (or Python3); Step 6: Installing and upgrading PIP (or PIP3); Step 7: Installing TensorFlow; How to install TensorFlow; Installing TensorFlow with native pip; Installing with virtualenv; Installing TensorFlow on Windows; Installation from source; Install on Windows; Test your TensorFlow installation; Computational graphs; Why a computational graph?; Neural networks as computational graphs; The programming model; Data model; Rank; Shape; Data types; Variables; Fetches; Feeds. TensorBoardHow does TensorBoard work?; Implementing a single input neuron; Source code for the single input neuron; Migrating to TensorFlow 1.x; How to upgrade using the script; Limitations; Upgrading code manually; Variables; Summary functions; Simplified mathematical variants; Miscellaneous changes; Summary; Chapter 3: Using TensorFlow on a Feed-Forward Neural Network; Introducing feed-forward neural networks; Feed-forward and backpropagation; Weights and biases; Transfer functions; Classification of handwritten digits; Exploring the MNIST dataset; Softmax classifier; Visualization. How to save and restore a TensorFlow modelSaving a model; Restoring a model; Softmax source code; Softmax loader source code; Implementing a five-layer neural network; Visualization; Five-layer neural network source code; ReLU classifier; Visualization; Source code for the ReLU classifier; Dropout optimization; Visualization; Source code for dropout optimization; Summary; Chapter 4: TensorFlow on a Convolutional Neural Network; Introducing CNNs; CNN architecture; A model for CNNs -- LeNet; Building your first CNN; Source code for a handwritten classifier; Emotion recognition with CNNs. Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 Apprentissage automatique. COMPUTERS General. bisacsh Machine learning fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85079324 |
title | Deep Learning with TensorFlow. |
title_auth | Deep Learning with TensorFlow. |
title_exact_search | Deep Learning with TensorFlow. |
title_full | Deep Learning with TensorFlow. |
title_fullStr | Deep Learning with TensorFlow. |
title_full_unstemmed | Deep Learning with TensorFlow. |
title_short | Deep Learning with TensorFlow. |
title_sort | deep learning with tensorflow |
topic | Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 Apprentissage automatique. COMPUTERS General. bisacsh Machine learning fast |
topic_facet | Machine learning. Apprentissage automatique. COMPUTERS General. Machine learning |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1508099 |
work_keys_str_mv | AT zacconegiancarlo deeplearningwithtensorflow AT karimmdrezaul deeplearningwithtensorflow AT menshawyahmed deeplearningwithtensorflow |