Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Fashion-MNIST

Doing some basic classification on Fashion-MNIST

CHALLENGE - Only Copy/Paste From OpenAI ChatGPT

I did some of these purely using copy and paste from OpenAI's ChatGPT. It took some nudging, but it got fairly good results.

To continue to improve results, you do have to be very hands on.

In my case I was talking to it as an experienced coder would, talking about things like validation accuracy etc. Directly mentioning errors and asking it to fix them. Stuff like that.

00 - Introduction

This YouTube video is just a brief intro to the project.

Discussion Video

01 - 87%

YouTube video of the process.

Discussion Video

Copied and pasted code from OpenAI ChatGPT to solve Fashion-MNIST. 87% on the Test data.

02 - 90%

YouTube video of the process.

Discussion Video

03 - 91% Functional API RESNET

YouTube video of the process.

Discussion Video

04 - 92% Functional API RESNET More Convs

YouTube video of the process.

Discussion Video

05 - Confusion Matrix

YouTube video of the process.

Discussion Video

06 - Colored Prediction Tiles

YouTube video of the process.

Discussion Video