Overview
Learn to build a Logistic Regression model in TensorFlow.js using the high-level layers API to predict diabetes in patients. Explore data visualization techniques, dataset creation, and model training and evaluation. Dive into key concepts including logistic regression, TensorFlow.js model types, cross-entropy loss function, and confusion matrices. Follow along as the tutorial progresses from basic model implementation to training more complex models with additional features. Gain practical insights into deep learning for JavaScript through hands-on coding and comprehensive explanations of each step in the process.
Syllabus
- What is Logistic Regression?
- Types of models in TensorFlow.js
- Build a Logistic Regression model in TensorFlow.js
- Cross-entropy loss function
- Training evaluation
- Training a model with more features
- Display the confusion matrix
- Train a more complex model
Taught by
Venelin Valkov