Skip to content
View iamharshvardhan's full-sized avatar
👋
Hi!
👋
Hi!
Block or Report

Block or report iamharshvardhan

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
iamharshvardhan/README.md

Musings of a Programmer.

Pinned Loading

  1. Dog-Vision Dog-Vision Public

    This TensorFlow-based machine learning project leverages transfer learning to classify dog breeds. By fine-tuning pre-trained models, it identifies canine breeds based on the given data.

    Jupyter Notebook

  2. Bulldozer-SalePrice-Regressor Bulldozer-SalePrice-Regressor Public

    The objective of this project is to create a machine learning model that can forecast the selling price of bulldozers using factors such as their production date, dimensions, model, and other relev…

    Jupyter Notebook

  3. scrappy-GPT scrappy-GPT Public

    An experimental bigram model for character level text generation trained on Shakespeare.

    Jupyter Notebook

  4. makemore-from-scratch makemore-from-scratch Public

    Makemore is a tiny character level language model which takes names as input and generates a sequence of characters as output.

    Jupyter Notebook

  5. micrograd-from-scratch micrograd-from-scratch Public

    A tiny scalar-valued AutoGrad engine and a neural net library on top of it with PyTorch-like API made from scratch.

    Jupyter Notebook

  6. gpt-tokenization gpt-tokenization Public

    Tokenization is the process of breaking down text into smaller units, such as words, subwords, or characters, for analysis.

    Jupyter Notebook