Explore
2024
Implementing a Feedforward Neural Network (FNN) in TensorFlow.js
Learn how to build a Feedforward Neural Network (FNN) using TensorFlow.js, focusing on defining the model architecture, training it, and making predictions.
Implementing a Basic Linear Regression Model in TensorFlow.js
Learn how to create a simple linear regression model using TensorFlow.js, focusing on core concepts such as defining the model, training, and making predictions.
Understanding the tf.data API in TensorFlow.js
Learn about the purpose of the tf.data API in TensorFlow.js and how it helps in handling input data for machine learning models efficiently.
Saving and Restoring Models in TensorFlow.js
Learn how to save and restore TensorFlow.js models with this easy-to-follow tutorial. Perfect for beginners who want to understand how to manage machine learning models.
Creating a Simple Hello, TensorFlow Program
Learn how to create a simple "Hello, TensorFlow!" program in TensorFlow.js. A beginner-friendly guide to help you get started with TensorFlow.
Understanding Placeholders in TensorFlow.js
Learn why placeholders are not needed in TensorFlow.js and how eager execution simplifies data handling. A beginner-friendly guide to TensorFlow.js.