It includes various CNN models that are implemented from scratch in NumPy, TensorFlow and Keras.
- The models include various Image Classification models that are implemented as:
- Forward Propagation and Back-Propagation both written from scratch using NumPy.
- Using TensorFlow Framework.
- Using Keras Framework.