Michaelsteele52 / boston-housing-nn

Predicting Boston house prices using a feed-forward neural network in raw Numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boston-housing-nn

This repository contains code for a raw numpy neural network to predict Boston house prices. The main purpose of this code is to learn how neural nets work under the hood and the code is not meant to be used in production. To reproduce feel free to download this repository and run the code yourself. The dependencies are listed at the top of the script.

About

Predicting Boston house prices using a feed-forward neural network in raw Numpy


Languages

Language:Python 100.0%