- Which shows the better result in the sine curve-fitting problem? SGD or the Adam optimizer?
- Try to find the best hyperparameter combination among the following parameter list:
- Learning rate: 0.01, 0.1, 1.0
- Run the training process with the 5-degree polynomial model to train the sine curve. Then, answer the following questions:
- How does the cost that's returned by the model change?
- What happens if you increase the number in a dataset?
- How does the result of the prediction change when you use the sine curve without any noise?
-
Book Overview & Buying
-
Table Of Contents
Hands-On Machine Learning with TensorFlow.js
By :
Hands-On Machine Learning with TensorFlow.js
By:
Overview of this book
TensorFlow.js is a framework that enables you to create performant machine learning (ML) applications that run smoothly in a web browser. With this book, you will learn how to use TensorFlow.js to implement various ML models through an example-based approach.
Starting with the basics, you'll understand how ML models can be built on the web. Moving on, you will get to grips with the TensorFlow.js ecosystem to develop applications more efficiently. The book will then guide you through implementing ML techniques and algorithms such as regression, clustering, fast Fourier transform (FFT), and dimensionality reduction. You will later cover the Bellman equation to solve Markov decision process (MDP) problems and understand how it is related to reinforcement learning. Finally, you will explore techniques for deploying ML-based web applications and training models with TensorFlow Core. Throughout this ML book, you'll discover useful tips and tricks that will build on your knowledge.
By the end of this book, you will be equipped with the skills you need to create your own web-based ML applications and fine-tune models to achieve high performance.
Table of Contents (17 chapters)
Preface
Section 1: The Rationale of Machine Learning and the Usage of TensorFlow.js
Machine Learning for the Web
Importing Pretrained Models into TensorFlow.js
TensorFlow.js Ecosystem
Section 2: Real-World Applications of TensorFlow.js
Polynomial Regression
Classification with Logistic Regression
Unsupervised Learning
Sequential Data Analysis
Dimensionality Reduction
Solving the Markov Decision Process
Section 3: Productionizing Machine Learning Applications with TensorFlow.js
Deploying Machine Learning Applications
Tuning Applications to Achieve High Performance
Future Work Around TensorFlow.js
Other Books You May Enjoy