You are browsing as a guest. Sign up (or log in) to start making projects!

Classification

  • 7 Devlogs
  • 11 Total hours

In this project, I want to learn how to do classification, and create a simulation on classification by the end of this project.

Open comments for this post

39m 16s logged

Now that I had a drawable grid, i converted that grid to a pytorch tensor, that I plugged into my MNIST classifer that I made 2 devlogs ago, to create an AI number guesser! Honestly, while it does ocassionally slip up and make a few mistakes, especially confusing 7s and 2s and 6s and 0s, it is amazing!

0

Loading discussion…

0
2
Open comments for this post

1h 26m logged

I followed learn pytorch to make my first Convolutional Neural Network in pytorch! I have it sucessfully trained on the black and white mnist fashion dataset so it can identify fashion objects. Now I think I have enough foundations to build my final classification project.

0

Loading discussion…

0
2
Open comments for this post

2h 6m 30s logged

I tried to make a classifier on skit-learns moon dataset that creates 2 classes of blobs in a cresent shape. Using my knowledge on how to create a binary classifer with ReLu and Binary cross entropy loss, I created a classifier that sucessful ‘solved’ the toy dataset. After completing this, I began to work on learnpytorch’s Computer vision module. My vision is to use my knowledge of computer vision and classification to build an interactive CNN visualiser.

0

Loading discussion…

0
2

Followers

Loading…