Pytorch Without Pytorch
Background
This project is part of the exercise section of DL course. The files uploaded contains predominantly the source codes written and owned by me and not the other codes, dataset or unit test files which were provided to me during the course exercise.
The first 4 folders: 0_python_playground, contain the source codes for development of different Deep Learning components and architectures from scratch in Python without using any ML library like Pytorch or Tensorflow. The last folder is a DL challenge for
0_Python_playground
Generation of Checkerboard, Binary circle, RGB Color Spectrum patterns, Image retrieval using Numpy.