In the previous posts of this series, we covered the following topics —
- Artificial Neural Networks — Concepts behind ANNs
- Gradient Descent
This post will cover the implementation of a basic neural network using Tensorflow and Keras.
#neural-networks #tensorflow #keras #deep-learning