#javascript
all tags
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.
2 minutes
Read more 
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.
2 minutes
Read more 
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.
3 minutes
Read more