Skip to content
View parag1604's full-sized avatar

Block or report parag1604

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
parag1604/README.md

Pinned Loading

  1. Basic-Image-Classification Basic-Image-Classification Public

    PyTorch code for image classification using CNNs along with some ablation experiments to improve learning without overfitting

    Python

  2. Image-Captioning Image-Captioning Public

    Code for Image captioning using ViT Encoder and the following Decoders: (i) Vanilla LSTM, (ii) Attention LSTM, (iii) Bahdanau Attention LSTM, and (iv) Transformers. (ii) and (iii) are used for expl…

    Python

  3. LectureNotes LectureNotes Public

    Lecture Notes of selected topics in Artificial Intelligence

  4. Linear-Models Linear-Models Public

    Code from scratch for Linear Models with (i) OLS exact Linear Regression, (ii) Stochastic Gradient Descent Linear Regression, (iii) Stochastic Gradient Descent Logistic Regression

    Python

  5. NN-from-Scratch-to-PyTorch NN-from-Scratch-to-PyTorch Public

    Code for neural networks from scratch, and then abstractions of the functions to ones already implemented in PyTorch

    Python