Skip to content
Snippets Groups Projects
Select Git revision
  • 248d0d2db1fcbaddc63b83d26a3f6072f3ce88b5
  • main default protected
2 results

Pytorch_without_pytorch

  • Clone with SSH
  • Clone with HTTPS
  • Falguni Ghosh's avatar
    Falguni Ghosh authored
    248d0d2d
    History

    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.