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