Introduction to neural network and deep learning
1. What is a neural network?
some keywords here:
- prediction model
- neuron(function)
example: Housing Price Prediction

In this case, there are 4 input features. And given these input features, the job of neural network is to predict the price .
With enough data of and , neural network is remarkably good at figuring out functions that accurately map from to .
2. Supervised Learning with Neural Networks
Application examples:

Standard NN, CNN and RNN:
