Tag Archives: Boston Housing price dataset and Machine Learning

Machine Learning Regression in Python using Keras and Tensorflow | Boston House Price Dataset | Data Science Tutorials

    Machine learning regression is a type of machine learning that is used to predict a continuous value. In this case, we are going to use a deep learning approach using Keras and Tensorflow to predict the median value of a house in Boston using the Boston House Price dataset from UCI. Keras is …