- Hands-On Deep Learning with TensorFlow
- Dan Van Boxel
- 182字
- 2021-07-15 17:11:08
Preface
TensorFlow is an open source software library for machine learning and training neural networks. TensorFlow was originally developed by Google, and was made open source in 2015.
Over the course of this book, you will learn how to use TensorFlow to solve a novel research problem. You'll use one of the most popular machine learning approaches, neural networks with TensorFlow. We'll work on both the simple and deep neural networks to improve our models.
You'll study images of letters and digits in various fonts with the goal of identifying fonts based on one specific image of a single letter. This will be a straightforward classification problem.
As no single pixel or position—but local structures among pixels—is important, it's an ideal problem for deep learning with TensorFlow. Though we'll start with simple models, this series will gradually introduce more nuanced approaches and explain the code line by line. By the end of this book, you'll have created your own advanced model for font recognition.
So let's put on our helmets; we're going deep into data mines with TensorFlow.
- The Complete Rust Programming Reference Guide
- OpenCV實例精解
- MySQL 8從入門到精通(視頻教學版)
- RTC程序設計:實時音視頻權威指南
- NumPy Essentials
- Java游戲服務器架構實戰
- Java程序設計與計算思維
- Implementing Cisco Networking Solutions
- Scratch 3游戲與人工智能編程完全自學教程
- Android 應用案例開發大全(第3版)
- RESTful Java Web Services(Second Edition)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- C語言程序設計
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- JavaScript Mobile Application Development