This document summarizes the implementation of a neural network for regression on an FPGA. It discusses training a neural network using TensorFlow to predict house prices based on area. The trained model with optimized weights is then implemented on an FPGA using Verilog HDL by breaking it down into floating point multiplication and addition modules. Simulation results show the FPGA implementation produces the same outputs as GPU/CPU implementations but with lower latency, showing promise for deploying neural networks in real-time embedded applications using FPGAs.