Angular and deep learning /:
"As part of the best-selling Pocket Primer series, this book is designed to introduce the reader to basic deep learning concepts and incorporate that knowledge into Angular 10 applications. It is intended to be a fast-paced introduction to some basic features of deep learning and an overview of...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Dulles, Virginia :
Mercury Learning and Information,
[2021]
|
Schriftenreihe: | Pocket primer.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | "As part of the best-selling Pocket Primer series, this book is designed to introduce the reader to basic deep learning concepts and incorporate that knowledge into Angular 10 applications. It is intended to be a fast-paced introduction to some basic features of deep learning and an overview of several popular deep learning classifiers. The book includes code samples and numerous figures and covers topics such as Angular 10 functionality, basic deep learning concepts, classification algorithms, TensorFlow, and Keras. Companion files with code and color figures are included"--Back cover. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource. |
ISBN: | 9781683924715 1683924711 9781683924722 168392472X |
Internformat
MARC
LEADER | 00000cam a2200000Mi 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1269353270 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 210314s2021 vaua o 001 0 eng d | ||
040 | |a INT |b eng |c INT |d OCLCO |d OCLCF |d N$T |d OCLCO |d OCLCQ |d OCLCO |d TMA |d OCLCL |d OCLCQ | ||
020 | |a 9781683924715 |q (electronic bk.) | ||
020 | |a 1683924711 |q (electronic bk.) | ||
020 | |a 9781683924722 |q (electronic bk.) | ||
020 | |a 168392472X |q (electronic bk.) | ||
020 | |z 9781683924739 | ||
020 | |z 1683924738 | ||
035 | |a (OCoLC)1269353270 | ||
050 | 4 | |a QA76.76.A54 |b C36 2021eb | |
082 | 7 | |a 006.7/6 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Campesato, Oswald, |e author. | |
245 | 1 | 0 | |a Angular and deep learning / |c Oswald Campesato. |
264 | 1 | |a Dulles, Virginia : |b Mercury Learning and Information, |c [2021] | |
300 | |a 1 online resource. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Pocket primer | |
500 | |a Includes index. | ||
520 | |a "As part of the best-selling Pocket Primer series, this book is designed to introduce the reader to basic deep learning concepts and incorporate that knowledge into Angular 10 applications. It is intended to be a fast-paced introduction to some basic features of deep learning and an overview of several popular deep learning classifiers. The book includes code samples and numerous figures and covers topics such as Angular 10 functionality, basic deep learning concepts, classification algorithms, TensorFlow, and Keras. Companion files with code and color figures are included"--Back cover. | ||
505 | 0 | 0 | |a Machine generated contents note: |g 1. |t Quick Introduction To Angular -- |t What You Need to Understand for Angular Applications -- |t High-Level View of Angular -- |t High-Level View of Angular Applications -- |t Angular CLI -- |t Features of the Angular CLI (optional) -- |t Hello World Angular Application -- |t Contents of the Three Main Files -- |t index.html Web Page -- |t Exporting and Importing Packages and Classes (optional) -- |t Working with Components in Angular -- |t Syntax, Attributes, and Properties in Angular -- |t Angular Lifecycle Methods -- |t Simple Example of Angular Lifecycle Methods -- |t CSS3 Animation Effects in Angular -- |t Animation Effects via the "Angular Way" -- |t Basic SVG Example in Angular -- |t Detecting Mouse Positions in Angular Applications -- |t Angular and Follow-the-Mouse in SVG -- |t Angular and SVG Charts -- |t D3 Animation and Angular -- |t Summary -- |g 2. |t UI Controls, User Input, And Pipes -- |t ngFor Directive in Angular -- |t Displaying a Button in Angular -- |t Angular and Radio Buttons -- |t Adding Items to a List in Angular -- |t Deleting Items from a List in Angular -- |t Angular Directives and Child Components -- |t Constructor and Storing State in Angular -- |t Conditional Logic in Angular -- |t Handling User Input -- |t Click Events in Multiple Components -- |t Working with @Input, @Output, and EventEmitter -- |t Presentational Components -- |t Working with Pipes in Angular -- |t Creating a Custom Angular Pipe -- |t Reading JSON Data via an Observable in Angular -- |t Upgrading Code from Earlier Angular Versions -- |t Reading Multiple Files with JSON Data in Angular -- |t Reading CSV Files in Angular -- |t Summary -- |g 3. |t Forms And Services -- |t Overview of Angular Forms -- |t Angular Form Example -- |t Angular Forms with FormBuilder -- |t Angular Reactive Forms -- |t Other Form Features in Angular -- |t What are Angular Services? -- |t Angular Service Example -- |t Service with an EventEmitter -- |t Searching for a GitHub User -- |t Other Service-related Use Cases -- |t Flickr Image Search Using jQuery and Angular -- |t HTTP GET Requests with a Simple Server -- |t HTTP POST Requests with a Simple Server -- |t SVG Line Plot from Simulated Data in Angular (optional) -- |t Summary -- |g 4. |t Deep Learning Introduction -- |t Keras and the xor Function -- |t What is Deep Learning? -- |t What are Perceptrons? -- |t Anatomy of an Artificial Neural Network (ANN) -- |t What is a Multilayer Perceptron (MLP)? -- |t How are Datapoints Correctly Classified? -- |t High-Level View of CNNs -- |t Displaying an Image in the MNIST Dataset -- |t Keras and the Mnist Dataset -- |t Keras, CNNs, and the Mnist Dataset -- |t CNNS with Audio Signals -- |t Summary -- |g 5. |t Deep Learning: Rnns And LSTMs -- |t What is an RNN? -- |t Working with RNNs and Keras -- |t Working with Keras, RNNs, and MNIST -- |t Working with TensorFlow and RNNs (Optional) -- |t What is an LSTM? -- |t Working with TensorFlow and LSTMs (Optional) -- |t What are GRUs? -- |t What are Autoencoders? -- |t What are GANs? -- |t Creating a GAN -- |t Summary -- |g 6. |t Angular And Tensorflow.JS -- |t What is TensorFlowjs? -- |t Working with Tensors in TensorFlowjs -- |t Machine Learning APIs in TensorFlowjs -- |t Linear Regression with TensorFlowjs -- |t Angular, TensorFlowjs, and Linear Regression -- |t Creating Line Graphs in tfjs-vis -- |t Creating Bar Charts in tfjs-vis -- |t Creating Scatter Plots in tfjs-vis -- |t Creating Histograms in tfjs-vis -- |t Creating Heat Maps in tfjs-vis -- |t TensorFlowjs, tfjs-vis, and Linear Regression -- |t MNIST Dataset -- |t Displaying MNIST Images -- |t Training a Model with the CIFAR10 Dataset (optional) -- |t Deep Learning and the MNIST Dataset -- |t Angular, Deep Learning, and the MNIST Dataset -- |t Summary -- |t APPENDICES -- |g A. |t Introduction To Keras -- |g B. |t Introduction To TF 2 -- |g C. |t TF 2 Datasets. |
588 | |a Description based on print version record. | ||
630 | 0 | 0 | |a AngularJS (Software framework) |0 http://id.loc.gov/authorities/names/n2017036141 |
630 | 0 | 7 | |a AngularJS (Software framework) |2 fast |
650 | 0 | |a JavaScript (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96004880 | |
650 | 0 | |a TypeScript (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh2013001822 | |
650 | 0 | |a Web applications |x Development. | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Web applications |x Programming. | |
650 | 0 | |a Machine learning. |0 http://id.loc.gov/authorities/subjects/sh85079324 | |
650 | 6 | |a JavaScript (Langage de programmation) | |
650 | 6 | |a TypeScript (Langage de programmation) | |
650 | 6 | |a Applications Web |x Développement. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Applications Web |x Programmation. | |
650 | 6 | |a Apprentissage automatique. | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a JavaScript (Computer program language) |2 fast | |
650 | 7 | |a Machine learning |2 fast | |
650 | 7 | |a TypeScript (Computer program language) |2 fast | |
758 | |i has work: |a Angular and deep learning (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGYwFMg7QWjxhYQThmkwwd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |z 9781683924739 |z 1683924738 |
830 | 0 | |a Pocket primer. |0 http://id.loc.gov/authorities/names/no2014115655 | |
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=2661228 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 2661228 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1269353270 |
---|---|
_version_ | 1816882550620028928 |
adam_text | |
any_adam_object | |
author | Campesato, Oswald |
author_facet | Campesato, Oswald |
author_role | aut |
author_sort | Campesato, Oswald |
author_variant | o c oc |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A54 C36 2021eb |
callnumber-search | QA76.76.A54 C36 2021eb |
callnumber-sort | QA 276.76 A54 C36 42021EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Machine generated contents note: Quick Introduction To Angular -- What You Need to Understand for Angular Applications -- High-Level View of Angular -- High-Level View of Angular Applications -- Angular CLI -- Features of the Angular CLI (optional) -- Hello World Angular Application -- Contents of the Three Main Files -- index.html Web Page -- Exporting and Importing Packages and Classes (optional) -- Working with Components in Angular -- Syntax, Attributes, and Properties in Angular -- Angular Lifecycle Methods -- Simple Example of Angular Lifecycle Methods -- CSS3 Animation Effects in Angular -- Animation Effects via the "Angular Way" -- Basic SVG Example in Angular -- Detecting Mouse Positions in Angular Applications -- Angular and Follow-the-Mouse in SVG -- Angular and SVG Charts -- D3 Animation and Angular -- Summary -- UI Controls, User Input, And Pipes -- ngFor Directive in Angular -- Displaying a Button in Angular -- Angular and Radio Buttons -- Adding Items to a List in Angular -- Deleting Items from a List in Angular -- Angular Directives and Child Components -- Constructor and Storing State in Angular -- Conditional Logic in Angular -- Handling User Input -- Click Events in Multiple Components -- Working with @Input, @Output, and EventEmitter -- Presentational Components -- Working with Pipes in Angular -- Creating a Custom Angular Pipe -- Reading JSON Data via an Observable in Angular -- Upgrading Code from Earlier Angular Versions -- Reading Multiple Files with JSON Data in Angular -- Reading CSV Files in Angular -- Forms And Services -- Overview of Angular Forms -- Angular Form Example -- Angular Forms with FormBuilder -- Angular Reactive Forms -- Other Form Features in Angular -- What are Angular Services? -- Angular Service Example -- Service with an EventEmitter -- Searching for a GitHub User -- Other Service-related Use Cases -- Flickr Image Search Using jQuery and Angular -- HTTP GET Requests with a Simple Server -- HTTP POST Requests with a Simple Server -- SVG Line Plot from Simulated Data in Angular (optional) -- Deep Learning Introduction -- Keras and the xor Function -- What is Deep Learning? -- What are Perceptrons? -- Anatomy of an Artificial Neural Network (ANN) -- What is a Multilayer Perceptron (MLP)? -- How are Datapoints Correctly Classified? -- High-Level View of CNNs -- Displaying an Image in the MNIST Dataset -- Keras and the Mnist Dataset -- Keras, CNNs, and the Mnist Dataset -- CNNS with Audio Signals -- Deep Learning: Rnns And LSTMs -- What is an RNN? -- Working with RNNs and Keras -- Working with Keras, RNNs, and MNIST -- Working with TensorFlow and RNNs (Optional) -- What is an LSTM? -- Working with TensorFlow and LSTMs (Optional) -- What are GRUs? -- What are Autoencoders? -- What are GANs? -- Creating a GAN -- Angular And Tensorflow.JS -- What is TensorFlowjs? -- Working with Tensors in TensorFlowjs -- Machine Learning APIs in TensorFlowjs -- Linear Regression with TensorFlowjs -- Angular, TensorFlowjs, and Linear Regression -- Creating Line Graphs in tfjs-vis -- Creating Bar Charts in tfjs-vis -- Creating Scatter Plots in tfjs-vis -- Creating Histograms in tfjs-vis -- Creating Heat Maps in tfjs-vis -- TensorFlowjs, tfjs-vis, and Linear Regression -- MNIST Dataset -- Displaying MNIST Images -- Training a Model with the CIFAR10 Dataset (optional) -- Deep Learning and the MNIST Dataset -- Angular, Deep Learning, and the MNIST Dataset -- APPENDICES -- Introduction To Keras -- Introduction To TF 2 -- TF 2 Datasets. |
ctrlnum | (OCoLC)1269353270 |
dewey-full | 006.7/6 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.7/6 |
dewey-search | 006.7/6 |
dewey-sort | 16.7 16 |
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>07113cam a2200661Mi 4500</leader><controlfield tag="001">ZDB-4-EBA-on1269353270</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">210314s2021 vaua o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">INT</subfield><subfield code="b">eng</subfield><subfield code="c">INT</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781683924715</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1683924711</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781683924722</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">168392472X</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781683924739</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1683924738</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1269353270</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A54</subfield><subfield code="b">C36 2021eb</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.7/6</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">Campesato, Oswald,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Angular and deep learning /</subfield><subfield code="c">Oswald Campesato.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Dulles, Virginia :</subfield><subfield code="b">Mercury Learning and Information,</subfield><subfield code="c">[2021]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource.</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="490" ind1="1" ind2=" "><subfield code="a">Pocket primer</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">"As part of the best-selling Pocket Primer series, this book is designed to introduce the reader to basic deep learning concepts and incorporate that knowledge into Angular 10 applications. It is intended to be a fast-paced introduction to some basic features of deep learning and an overview of several popular deep learning classifiers. The book includes code samples and numerous figures and covers topics such as Angular 10 functionality, basic deep learning concepts, classification algorithms, TensorFlow, and Keras. Companion files with code and color figures are included"--Back cover.</subfield></datafield><datafield tag="505" ind1="0" ind2="0"><subfield code="a">Machine generated contents note:</subfield><subfield code="g">1.</subfield><subfield code="t">Quick Introduction To Angular --</subfield><subfield code="t">What You Need to Understand for Angular Applications --</subfield><subfield code="t">High-Level View of Angular --</subfield><subfield code="t">High-Level View of Angular Applications --</subfield><subfield code="t">Angular CLI --</subfield><subfield code="t">Features of the Angular CLI (optional) --</subfield><subfield code="t">Hello World Angular Application --</subfield><subfield code="t">Contents of the Three Main Files --</subfield><subfield code="t">index.html Web Page --</subfield><subfield code="t">Exporting and Importing Packages and Classes (optional) --</subfield><subfield code="t">Working with Components in Angular --</subfield><subfield code="t">Syntax, Attributes, and Properties in Angular --</subfield><subfield code="t">Angular Lifecycle Methods --</subfield><subfield code="t">Simple Example of Angular Lifecycle Methods --</subfield><subfield code="t">CSS3 Animation Effects in Angular --</subfield><subfield code="t">Animation Effects via the "Angular Way" --</subfield><subfield code="t">Basic SVG Example in Angular --</subfield><subfield code="t">Detecting Mouse Positions in Angular Applications --</subfield><subfield code="t">Angular and Follow-the-Mouse in SVG --</subfield><subfield code="t">Angular and SVG Charts --</subfield><subfield code="t">D3 Animation and Angular --</subfield><subfield code="t">Summary --</subfield><subfield code="g">2.</subfield><subfield code="t">UI Controls, User Input, And Pipes --</subfield><subfield code="t">ngFor Directive in Angular --</subfield><subfield code="t">Displaying a Button in Angular --</subfield><subfield code="t">Angular and Radio Buttons --</subfield><subfield code="t">Adding Items to a List in Angular --</subfield><subfield code="t">Deleting Items from a List in Angular --</subfield><subfield code="t">Angular Directives and Child Components --</subfield><subfield code="t">Constructor and Storing State in Angular --</subfield><subfield code="t">Conditional Logic in Angular --</subfield><subfield code="t">Handling User Input --</subfield><subfield code="t">Click Events in Multiple Components --</subfield><subfield code="t">Working with @Input, @Output, and EventEmitter --</subfield><subfield code="t">Presentational Components --</subfield><subfield code="t">Working with Pipes in Angular --</subfield><subfield code="t">Creating a Custom Angular Pipe --</subfield><subfield code="t">Reading JSON Data via an Observable in Angular --</subfield><subfield code="t">Upgrading Code from Earlier Angular Versions --</subfield><subfield code="t">Reading Multiple Files with JSON Data in Angular --</subfield><subfield code="t">Reading CSV Files in Angular --</subfield><subfield code="t">Summary --</subfield><subfield code="g">3.</subfield><subfield code="t">Forms And Services --</subfield><subfield code="t">Overview of Angular Forms --</subfield><subfield code="t">Angular Form Example --</subfield><subfield code="t">Angular Forms with FormBuilder --</subfield><subfield code="t">Angular Reactive Forms --</subfield><subfield code="t">Other Form Features in Angular --</subfield><subfield code="t">What are Angular Services? --</subfield><subfield code="t">Angular Service Example --</subfield><subfield code="t">Service with an EventEmitter --</subfield><subfield code="t">Searching for a GitHub User --</subfield><subfield code="t">Other Service-related Use Cases --</subfield><subfield code="t">Flickr Image Search Using jQuery and Angular --</subfield><subfield code="t">HTTP GET Requests with a Simple Server --</subfield><subfield code="t">HTTP POST Requests with a Simple Server --</subfield><subfield code="t">SVG Line Plot from Simulated Data in Angular (optional) --</subfield><subfield code="t">Summary --</subfield><subfield code="g">4.</subfield><subfield code="t">Deep Learning Introduction --</subfield><subfield code="t">Keras and the xor Function --</subfield><subfield code="t">What is Deep Learning? --</subfield><subfield code="t">What are Perceptrons? --</subfield><subfield code="t">Anatomy of an Artificial Neural Network (ANN) --</subfield><subfield code="t">What is a Multilayer Perceptron (MLP)? --</subfield><subfield code="t">How are Datapoints Correctly Classified? --</subfield><subfield code="t">High-Level View of CNNs --</subfield><subfield code="t">Displaying an Image in the MNIST Dataset --</subfield><subfield code="t">Keras and the Mnist Dataset --</subfield><subfield code="t">Keras, CNNs, and the Mnist Dataset --</subfield><subfield code="t">CNNS with Audio Signals --</subfield><subfield code="t">Summary --</subfield><subfield code="g">5.</subfield><subfield code="t">Deep Learning: Rnns And LSTMs --</subfield><subfield code="t">What is an RNN? --</subfield><subfield code="t">Working with RNNs and Keras --</subfield><subfield code="t">Working with Keras, RNNs, and MNIST --</subfield><subfield code="t">Working with TensorFlow and RNNs (Optional) --</subfield><subfield code="t">What is an LSTM? --</subfield><subfield code="t">Working with TensorFlow and LSTMs (Optional) --</subfield><subfield code="t">What are GRUs? --</subfield><subfield code="t">What are Autoencoders? --</subfield><subfield code="t">What are GANs? --</subfield><subfield code="t">Creating a GAN --</subfield><subfield code="t">Summary --</subfield><subfield code="g">6.</subfield><subfield code="t">Angular And Tensorflow.JS --</subfield><subfield code="t">What is TensorFlowjs? --</subfield><subfield code="t">Working with Tensors in TensorFlowjs --</subfield><subfield code="t">Machine Learning APIs in TensorFlowjs --</subfield><subfield code="t">Linear Regression with TensorFlowjs --</subfield><subfield code="t">Angular, TensorFlowjs, and Linear Regression --</subfield><subfield code="t">Creating Line Graphs in tfjs-vis --</subfield><subfield code="t">Creating Bar Charts in tfjs-vis --</subfield><subfield code="t">Creating Scatter Plots in tfjs-vis --</subfield><subfield code="t">Creating Histograms in tfjs-vis --</subfield><subfield code="t">Creating Heat Maps in tfjs-vis --</subfield><subfield code="t">TensorFlowjs, tfjs-vis, and Linear Regression --</subfield><subfield code="t">MNIST Dataset --</subfield><subfield code="t">Displaying MNIST Images --</subfield><subfield code="t">Training a Model with the CIFAR10 Dataset (optional) --</subfield><subfield code="t">Deep Learning and the MNIST Dataset --</subfield><subfield code="t">Angular, Deep Learning, and the MNIST Dataset --</subfield><subfield code="t">Summary --</subfield><subfield code="t">APPENDICES --</subfield><subfield code="g">A.</subfield><subfield code="t">Introduction To Keras --</subfield><subfield code="g">B.</subfield><subfield code="t">Introduction To TF 2 --</subfield><subfield code="g">C.</subfield><subfield code="t">TF 2 Datasets.</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on print version record.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">AngularJS (Software framework)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2017036141</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">AngularJS (Software framework)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">JavaScript (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96004880</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">TypeScript (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2013001822</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web applications</subfield><subfield code="x">Development.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web applications</subfield><subfield code="x">Programming.</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">JavaScript (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">TypeScript (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications Web</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications Web</subfield><subfield code="x">Programmation.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Apprentissage automatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">JavaScript (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Machine learning</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">TypeScript (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Angular and deep learning (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGYwFMg7QWjxhYQThmkwwd</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">9781683924739</subfield><subfield code="z">1683924738</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Pocket primer.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2014115655</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=2661228</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2661228</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-on1269353270 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:30:24Z |
institution | BVB |
isbn | 9781683924715 1683924711 9781683924722 168392472X |
language | English |
oclc_num | 1269353270 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource. |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Mercury Learning and Information, |
record_format | marc |
series | Pocket primer. |
series2 | Pocket primer |
spelling | Campesato, Oswald, author. Angular and deep learning / Oswald Campesato. Dulles, Virginia : Mercury Learning and Information, [2021] 1 online resource. text txt rdacontent computer c rdamedia online resource cr rdacarrier Pocket primer Includes index. "As part of the best-selling Pocket Primer series, this book is designed to introduce the reader to basic deep learning concepts and incorporate that knowledge into Angular 10 applications. It is intended to be a fast-paced introduction to some basic features of deep learning and an overview of several popular deep learning classifiers. The book includes code samples and numerous figures and covers topics such as Angular 10 functionality, basic deep learning concepts, classification algorithms, TensorFlow, and Keras. Companion files with code and color figures are included"--Back cover. Machine generated contents note: 1. Quick Introduction To Angular -- What You Need to Understand for Angular Applications -- High-Level View of Angular -- High-Level View of Angular Applications -- Angular CLI -- Features of the Angular CLI (optional) -- Hello World Angular Application -- Contents of the Three Main Files -- index.html Web Page -- Exporting and Importing Packages and Classes (optional) -- Working with Components in Angular -- Syntax, Attributes, and Properties in Angular -- Angular Lifecycle Methods -- Simple Example of Angular Lifecycle Methods -- CSS3 Animation Effects in Angular -- Animation Effects via the "Angular Way" -- Basic SVG Example in Angular -- Detecting Mouse Positions in Angular Applications -- Angular and Follow-the-Mouse in SVG -- Angular and SVG Charts -- D3 Animation and Angular -- Summary -- 2. UI Controls, User Input, And Pipes -- ngFor Directive in Angular -- Displaying a Button in Angular -- Angular and Radio Buttons -- Adding Items to a List in Angular -- Deleting Items from a List in Angular -- Angular Directives and Child Components -- Constructor and Storing State in Angular -- Conditional Logic in Angular -- Handling User Input -- Click Events in Multiple Components -- Working with @Input, @Output, and EventEmitter -- Presentational Components -- Working with Pipes in Angular -- Creating a Custom Angular Pipe -- Reading JSON Data via an Observable in Angular -- Upgrading Code from Earlier Angular Versions -- Reading Multiple Files with JSON Data in Angular -- Reading CSV Files in Angular -- Summary -- 3. Forms And Services -- Overview of Angular Forms -- Angular Form Example -- Angular Forms with FormBuilder -- Angular Reactive Forms -- Other Form Features in Angular -- What are Angular Services? -- Angular Service Example -- Service with an EventEmitter -- Searching for a GitHub User -- Other Service-related Use Cases -- Flickr Image Search Using jQuery and Angular -- HTTP GET Requests with a Simple Server -- HTTP POST Requests with a Simple Server -- SVG Line Plot from Simulated Data in Angular (optional) -- Summary -- 4. Deep Learning Introduction -- Keras and the xor Function -- What is Deep Learning? -- What are Perceptrons? -- Anatomy of an Artificial Neural Network (ANN) -- What is a Multilayer Perceptron (MLP)? -- How are Datapoints Correctly Classified? -- High-Level View of CNNs -- Displaying an Image in the MNIST Dataset -- Keras and the Mnist Dataset -- Keras, CNNs, and the Mnist Dataset -- CNNS with Audio Signals -- Summary -- 5. Deep Learning: Rnns And LSTMs -- What is an RNN? -- Working with RNNs and Keras -- Working with Keras, RNNs, and MNIST -- Working with TensorFlow and RNNs (Optional) -- What is an LSTM? -- Working with TensorFlow and LSTMs (Optional) -- What are GRUs? -- What are Autoencoders? -- What are GANs? -- Creating a GAN -- Summary -- 6. Angular And Tensorflow.JS -- What is TensorFlowjs? -- Working with Tensors in TensorFlowjs -- Machine Learning APIs in TensorFlowjs -- Linear Regression with TensorFlowjs -- Angular, TensorFlowjs, and Linear Regression -- Creating Line Graphs in tfjs-vis -- Creating Bar Charts in tfjs-vis -- Creating Scatter Plots in tfjs-vis -- Creating Histograms in tfjs-vis -- Creating Heat Maps in tfjs-vis -- TensorFlowjs, tfjs-vis, and Linear Regression -- MNIST Dataset -- Displaying MNIST Images -- Training a Model with the CIFAR10 Dataset (optional) -- Deep Learning and the MNIST Dataset -- Angular, Deep Learning, and the MNIST Dataset -- Summary -- APPENDICES -- A. Introduction To Keras -- B. Introduction To TF 2 -- C. TF 2 Datasets. Description based on print version record. AngularJS (Software framework) http://id.loc.gov/authorities/names/n2017036141 AngularJS (Software framework) fast JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 TypeScript (Computer program language) http://id.loc.gov/authorities/subjects/sh2013001822 Web applications Development. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Web applications Programming. Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 JavaScript (Langage de programmation) TypeScript (Langage de programmation) Applications Web Développement. Logiciels d'application Développement. Applications Web Programmation. Apprentissage automatique. Application software Development fast JavaScript (Computer program language) fast Machine learning fast TypeScript (Computer program language) fast has work: Angular and deep learning (Text) https://id.oclc.org/worldcat/entity/E39PCGYwFMg7QWjxhYQThmkwwd https://id.oclc.org/worldcat/ontology/hasWork Print version: 9781683924739 1683924738 Pocket primer. http://id.loc.gov/authorities/names/no2014115655 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2661228 Volltext |
spellingShingle | Campesato, Oswald Angular and deep learning / Pocket primer. Machine generated contents note: Quick Introduction To Angular -- What You Need to Understand for Angular Applications -- High-Level View of Angular -- High-Level View of Angular Applications -- Angular CLI -- Features of the Angular CLI (optional) -- Hello World Angular Application -- Contents of the Three Main Files -- index.html Web Page -- Exporting and Importing Packages and Classes (optional) -- Working with Components in Angular -- Syntax, Attributes, and Properties in Angular -- Angular Lifecycle Methods -- Simple Example of Angular Lifecycle Methods -- CSS3 Animation Effects in Angular -- Animation Effects via the "Angular Way" -- Basic SVG Example in Angular -- Detecting Mouse Positions in Angular Applications -- Angular and Follow-the-Mouse in SVG -- Angular and SVG Charts -- D3 Animation and Angular -- Summary -- UI Controls, User Input, And Pipes -- ngFor Directive in Angular -- Displaying a Button in Angular -- Angular and Radio Buttons -- Adding Items to a List in Angular -- Deleting Items from a List in Angular -- Angular Directives and Child Components -- Constructor and Storing State in Angular -- Conditional Logic in Angular -- Handling User Input -- Click Events in Multiple Components -- Working with @Input, @Output, and EventEmitter -- Presentational Components -- Working with Pipes in Angular -- Creating a Custom Angular Pipe -- Reading JSON Data via an Observable in Angular -- Upgrading Code from Earlier Angular Versions -- Reading Multiple Files with JSON Data in Angular -- Reading CSV Files in Angular -- Forms And Services -- Overview of Angular Forms -- Angular Form Example -- Angular Forms with FormBuilder -- Angular Reactive Forms -- Other Form Features in Angular -- What are Angular Services? -- Angular Service Example -- Service with an EventEmitter -- Searching for a GitHub User -- Other Service-related Use Cases -- Flickr Image Search Using jQuery and Angular -- HTTP GET Requests with a Simple Server -- HTTP POST Requests with a Simple Server -- SVG Line Plot from Simulated Data in Angular (optional) -- Deep Learning Introduction -- Keras and the xor Function -- What is Deep Learning? -- What are Perceptrons? -- Anatomy of an Artificial Neural Network (ANN) -- What is a Multilayer Perceptron (MLP)? -- How are Datapoints Correctly Classified? -- High-Level View of CNNs -- Displaying an Image in the MNIST Dataset -- Keras and the Mnist Dataset -- Keras, CNNs, and the Mnist Dataset -- CNNS with Audio Signals -- Deep Learning: Rnns And LSTMs -- What is an RNN? -- Working with RNNs and Keras -- Working with Keras, RNNs, and MNIST -- Working with TensorFlow and RNNs (Optional) -- What is an LSTM? -- Working with TensorFlow and LSTMs (Optional) -- What are GRUs? -- What are Autoencoders? -- What are GANs? -- Creating a GAN -- Angular And Tensorflow.JS -- What is TensorFlowjs? -- Working with Tensors in TensorFlowjs -- Machine Learning APIs in TensorFlowjs -- Linear Regression with TensorFlowjs -- Angular, TensorFlowjs, and Linear Regression -- Creating Line Graphs in tfjs-vis -- Creating Bar Charts in tfjs-vis -- Creating Scatter Plots in tfjs-vis -- Creating Histograms in tfjs-vis -- Creating Heat Maps in tfjs-vis -- TensorFlowjs, tfjs-vis, and Linear Regression -- MNIST Dataset -- Displaying MNIST Images -- Training a Model with the CIFAR10 Dataset (optional) -- Deep Learning and the MNIST Dataset -- Angular, Deep Learning, and the MNIST Dataset -- APPENDICES -- Introduction To Keras -- Introduction To TF 2 -- TF 2 Datasets. AngularJS (Software framework) http://id.loc.gov/authorities/names/n2017036141 AngularJS (Software framework) fast JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 TypeScript (Computer program language) http://id.loc.gov/authorities/subjects/sh2013001822 Web applications Development. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Web applications Programming. Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 JavaScript (Langage de programmation) TypeScript (Langage de programmation) Applications Web Développement. Logiciels d'application Développement. Applications Web Programmation. Apprentissage automatique. Application software Development fast JavaScript (Computer program language) fast Machine learning fast TypeScript (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/names/n2017036141 http://id.loc.gov/authorities/subjects/sh96004880 http://id.loc.gov/authorities/subjects/sh2013001822 http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh85079324 |
title | Angular and deep learning / |
title_alt | Quick Introduction To Angular -- What You Need to Understand for Angular Applications -- High-Level View of Angular -- High-Level View of Angular Applications -- Angular CLI -- Features of the Angular CLI (optional) -- Hello World Angular Application -- Contents of the Three Main Files -- index.html Web Page -- Exporting and Importing Packages and Classes (optional) -- Working with Components in Angular -- Syntax, Attributes, and Properties in Angular -- Angular Lifecycle Methods -- Simple Example of Angular Lifecycle Methods -- CSS3 Animation Effects in Angular -- Animation Effects via the "Angular Way" -- Basic SVG Example in Angular -- Detecting Mouse Positions in Angular Applications -- Angular and Follow-the-Mouse in SVG -- Angular and SVG Charts -- D3 Animation and Angular -- Summary -- UI Controls, User Input, And Pipes -- ngFor Directive in Angular -- Displaying a Button in Angular -- Angular and Radio Buttons -- Adding Items to a List in Angular -- Deleting Items from a List in Angular -- Angular Directives and Child Components -- Constructor and Storing State in Angular -- Conditional Logic in Angular -- Handling User Input -- Click Events in Multiple Components -- Working with @Input, @Output, and EventEmitter -- Presentational Components -- Working with Pipes in Angular -- Creating a Custom Angular Pipe -- Reading JSON Data via an Observable in Angular -- Upgrading Code from Earlier Angular Versions -- Reading Multiple Files with JSON Data in Angular -- Reading CSV Files in Angular -- Forms And Services -- Overview of Angular Forms -- Angular Form Example -- Angular Forms with FormBuilder -- Angular Reactive Forms -- Other Form Features in Angular -- What are Angular Services? -- Angular Service Example -- Service with an EventEmitter -- Searching for a GitHub User -- Other Service-related Use Cases -- Flickr Image Search Using jQuery and Angular -- HTTP GET Requests with a Simple Server -- HTTP POST Requests with a Simple Server -- SVG Line Plot from Simulated Data in Angular (optional) -- Deep Learning Introduction -- Keras and the xor Function -- What is Deep Learning? -- What are Perceptrons? -- Anatomy of an Artificial Neural Network (ANN) -- What is a Multilayer Perceptron (MLP)? -- How are Datapoints Correctly Classified? -- High-Level View of CNNs -- Displaying an Image in the MNIST Dataset -- Keras and the Mnist Dataset -- Keras, CNNs, and the Mnist Dataset -- CNNS with Audio Signals -- Deep Learning: Rnns And LSTMs -- What is an RNN? -- Working with RNNs and Keras -- Working with Keras, RNNs, and MNIST -- Working with TensorFlow and RNNs (Optional) -- What is an LSTM? -- Working with TensorFlow and LSTMs (Optional) -- What are GRUs? -- What are Autoencoders? -- What are GANs? -- Creating a GAN -- Angular And Tensorflow.JS -- What is TensorFlowjs? -- Working with Tensors in TensorFlowjs -- Machine Learning APIs in TensorFlowjs -- Linear Regression with TensorFlowjs -- Angular, TensorFlowjs, and Linear Regression -- Creating Line Graphs in tfjs-vis -- Creating Bar Charts in tfjs-vis -- Creating Scatter Plots in tfjs-vis -- Creating Histograms in tfjs-vis -- Creating Heat Maps in tfjs-vis -- TensorFlowjs, tfjs-vis, and Linear Regression -- MNIST Dataset -- Displaying MNIST Images -- Training a Model with the CIFAR10 Dataset (optional) -- Deep Learning and the MNIST Dataset -- Angular, Deep Learning, and the MNIST Dataset -- APPENDICES -- Introduction To Keras -- Introduction To TF 2 -- TF 2 Datasets. |
title_auth | Angular and deep learning / |
title_exact_search | Angular and deep learning / |
title_full | Angular and deep learning / Oswald Campesato. |
title_fullStr | Angular and deep learning / Oswald Campesato. |
title_full_unstemmed | Angular and deep learning / Oswald Campesato. |
title_short | Angular and deep learning / |
title_sort | angular and deep learning |
topic | AngularJS (Software framework) http://id.loc.gov/authorities/names/n2017036141 AngularJS (Software framework) fast JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 TypeScript (Computer program language) http://id.loc.gov/authorities/subjects/sh2013001822 Web applications Development. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Web applications Programming. Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 JavaScript (Langage de programmation) TypeScript (Langage de programmation) Applications Web Développement. Logiciels d'application Développement. Applications Web Programmation. Apprentissage automatique. Application software Development fast JavaScript (Computer program language) fast Machine learning fast TypeScript (Computer program language) fast |
topic_facet | AngularJS (Software framework) JavaScript (Computer program language) TypeScript (Computer program language) Web applications Development. Application software Development. Web applications Programming. Machine learning. JavaScript (Langage de programmation) TypeScript (Langage de programmation) Applications Web Développement. Logiciels d'application Développement. Applications Web Programmation. Apprentissage automatique. Application software Development Machine learning |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2661228 |
work_keys_str_mv | AT campesatooswald angularanddeeplearning |