This chapter introduces the TensorFlow framework and teaches you how to define and train neural networks by code. It focuses on four architectures that can be ported to our embedded hardware: multilayer perceptron for tabular data classification, recurrent neural networks and 1D convolutional neural networks for time series classification, and 2D convolutional neural networks for image classification.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

TensorFlow from Scratch

  • Simone Salerno

摘要

This chapter introduces the TensorFlow framework and teaches you how to define and train neural networks by code. It focuses on four architectures that can be ported to our embedded hardware: multilayer perceptron for tabular data classification, recurrent neural networks and 1D convolutional neural networks for time series classification, and 2D convolutional neural networks for image classification.