Skip to content
View tho20's full-sized avatar
Block or Report

Block or report tho20

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

Hi there 👋

Pinned

  1. Neural-Net-From-Scratch Neural-Net-From-Scratch Public

    Building a Neural Network from scratch using only Numpy, then build the same model with Pytorch. The goal is to predict the next word in a sentence given the previous three.

    Jupyter Notebook 1

  2. Conv-Net-Pred-SignLang Conv-Net-Pred-SignLang Public

    Building Convolutional Neural Networks (CNNs) that given an image of a hand showing one of the letters A-I (Sign Language), predicts which letter is being represented.

    Jupyter Notebook 1

  3. Diabetes-Prediction Diabetes-Prediction Public

    Given different features about a person, predict wether the person has diabetes.

    Jupyter Notebook

  4. House-Price-Prediction House-Price-Prediction Public

    Based on information about different houses, predict the price the house would have on the Market.

    Jupyter Notebook

  5. Mine-vs-Rock-Prediction Mine-vs-Rock-Prediction Public

    Given Sonar Data, predict wether the object is a mine or a rock using Logistic Regression

    Jupyter Notebook

  6. Lyric-Generation-Model Lyric-Generation-Model Public

    Final project CSC413: Neural networks and Deep Learning

    Jupyter Notebook 1 2