Prepare_dataset_challenge

This is the code for"The best way to prepare a dataset easily " by @Sirajology on Youtube
Alternatives To Prepare_dataset_challenge
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Open_stt671
a year ago3otherPython
Open STT
Awesome Lidar489
4 days agocc0-1.0
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Deepfake Detection311
a year ago7mitPython
Towards deepfake detection that actually works
Datascience_course289
2 years ago4mitJupyter Notebook
Curso de Data Science em Português
Tournesol257
19 hours ago126otherPython
Free and open source code of the https://tournesol.app platform. Meet the community on Discord https://discord.gg/WvcSG55Bf3
Rvos242
2 years ago21otherPython
RVOS: End-to-End Recurrent Network for Video Object Segmentation (CVPR 2019)
Awesome Mobile Robotics233
a month ago
Useful links of different content related to AI, Computer Vision, and Robotics.
Youtube Bb167
5 years ago2mitPython
Public repo for helpful scripts when using the YouTube Bounding Boxes dataset
How To Learn From Little Data146
6 years ago3mitPython
This is the code for "How to Learn from Little Data - Intro to Deep Learning #17' by Siraj Raval on YouTube
Vggsound121
2 years ago2otherPython
VGGSound: A Large-scale Audio-Visual Dataset
Alternatives To Prepare_dataset_challenge
Select To Compare


Alternative Project Comparisons
Readme

#Prepare Dataset Challenge

#Overview

This is the code for this video by Siraj on Youtube. The brainscan dataset is entirely fictional, but serves as a good example on how to prepare a dataset. Real examples do exist but, too many features to sift through for a short video.

##Dependencies

##Demo

Run the following in terminal

$ python softmax.py --train simdata/linear_data_train.csv --test simdata/linear_data_eval.csv --num_epochs 5 --verbose True

Add your own test data to test the model out.

##Challenge The challenge for this video is to create a pokemon classifier by their type 1 (i.e fire, water, grass, etc.) using this pokemon dataset on Kaggle. It will be great practice in data preparation (feature selection, cleaning, etc.) Post your github link in the comments and i'll announce the winner in the next video. Due date is December 22nd at Noon PST.

##Credits

Credits go to Jason Baldridge. I've merely created a wrapper to get people started.

Popular Youtube Projects
Popular Dataset Projects
Popular Social Media Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Dataset
Youtube
Pokemon