Skip to content
View adheep04's full-sized avatar
:shipit:
:shipit:

Block or report adheep04

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

Pinned Loading

  1. LeNet-5 LeNet-5 Public

    a custom, class-based reimplementation of LeNet-5, a handwritten digit classifier, in pytorch. model specifications derived from original paper: http://vision.stanford.edu/cs598_spring07/papers/Lec…

    Python

  2. numpy-XOR-perceptron numpy-XOR-perceptron Public

    a multi-layered (2 -> 2 ->1) perceptron programmed without pytorch; classifies the XOR samples. XOR refers to an exclusive or, where 1 of 2 cases are true but not both and not neither.

    Python

  3. style-transfer-generator style-transfer-generator Public

    An AI image generator that stylizes a photo given 2 inputs: the image whose style to mimic, the picture to apply it on

    Python

  4. fabric-comp-predictor fabric-comp-predictor Public

    Fabric composition detector that, when fed an image containing clothing and an input for that type of clothing, produces a prediction of the fabric composition of the clothing in the image.

    Python

  5. transformer-reimplentation transformer-reimplentation Public

    A reimplementation of the "Attention is All You Need" from scratch. Untrained translator from english -> Kannada. Data parsing/loading code has been written but yet to train.

    Jupyter Notebook