How to build a Single Neuron Regression Model using Tensorflow from Scratch

Опубликовано: 13 Март 2026
на канале: Divya Somakumar
152
8

In this video I have built a single neuron regression model using the Keras library of Tensorflow. I have performed the preliminary Exploratory Data Analysis like Label Encoding and Standard Scaler. After EDA I have divided the data into features and target. After dividing the data i have split the the data into training data and test data. Finally I have created the single neuron regression model and checked all the evaluation metrics.

link for dataset and notebook:https://github.com/divsoma/Diamonds

#datascience #deeplearning #neuralnetwork #singleneuron #machinelearning #ml#dl #labelEncoding #StandardScaler #traintestsplit