• Post category:StudyBullet-14
  • Reading time:5 mins read


Learn to build machine learning algorithms for biomedical datasets using TensorFlow.js in Typescript

What you will learn

Building a neural model using TensorFlowjs

Learn some basics about machine learning

Learn basics from Angular

Learn basics about reading a training process

Learn to use some tools on TensorFlowjs for data visualization and training

Description

Machine learning, here represented by neural networks, is a very powerful and generic way to handle massive amount of data.

What is most surprising about neural models is how they can grasp hidden patterns in datasets, no need to tell the model where are the relationships, or even what kind.

The dataset we are going to explore


Get Instant Notification of New Courses on our Telegram channel.


The Diabetes prediction dataset we are going to use is a collection of medical and demographic data from patients, along with their diabetes status (positive or negative). The data includes features such as age, gender, body mass index (BMI), hypertension, heart disease, smoking history, HbA1c level, and blood glucose level [eight features in total]. This dataset can be used to build machine learning models to predict diabetes in patients based on their medical history and demographic information. This can be useful for healthcare professionals in identifying patients who may be at risk of developing diabetes and in developing personalized treatment plans. Additionally, the dataset can be used by researchers to explore the relationships between various medical and demographic factors and the likelihood of developing diabetes.

On this course, we shall apply TensorFlow.js to this dataset.

The machine learning community is dominated by Python and R. However, TensorFlow.js is a promising replacement for people specialized in web development. On this course, I have focused on small but significant group: Angular programmers.

English
language

Content

Introduction

Getting to know our dataset
HbA1c Levels accounts for 70% of accuracy on diabetes detection
Creating our very first app in Angular
Installing TensorFlow.js and visualization library
Visualizing the dataset

A crash view on TensorFlow.js

Introduction
Some strongs points from TensorFlow.js
A couple of example I have built using TensorFlow.js
Building a model and reading suggestions

A crash view on neural networks

Initial thoughts
A crash view on artificial intelligence
The looks of a neural network
Learning neural models from a sandbox: having fun and learning

A crash view on Angular

Getting to know Angular

Building our TensorFlow.js model

Explaining basic functions: from visualization to dataset loading
Building our model, part I
Creating a service
Finally, building our model
Taking a look at the training