Skip to content
View mitesh1612's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report mitesh1612

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

  1. Better-Music-Recommendation Better-Music-Recommendation Public

    There are a lot of techniques for recommendation which use a collaborative or content based filtering methods. In this project we try to avoid the complexity of content based filtering method but a…

    Jupyter Notebook 3 1

  2. Neural-Network-and-CNN Neural-Network-and-CNN Public

    Implemented a 3 Layer Neural Network from Scratch and Implemented Forward Pass of LeNet (a CNN) from Scratch

    Jupyter Notebook

  3. Perceptrons-and-LSA Perceptrons-and-LSA Public

    Implemented Vanilla Perceptron, Voted Perceptron, LSA (Latent Semantic Analysis)

    Python

  4. Wiki-Search-Engine Wiki-Search-Engine Public

    A search engine created on wikipedia dump using python (from scratch) that indexes and retrieves documents fast. Indexing takes around 11 hours on a 56 GB Dump. Ranked Retrieval is done in about 5 …

    Python 1

  5. lost-and-found-iiith lost-and-found-iiith Public archive

    A Lost and Found Website created using Node.JS and HTML/CSS/Bootstrap Frontend!

    CSS 2 1

  6. Mini-SQL-Engine Mini-SQL-Engine Public

    Created a working Mini SQL Engine in Python

    Python