Skip to content

solven-eu/tutorials-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is a tutorial for plain noobs.

Install Jupyter Notebook

Jupyter Notebook will enable executing/saving/restoring Python commands through a shall

pip3 install jupyter notebook

Install Kaggle CLI

It will be useful to download datasets programmatically/through CLI.

Source: https://github.com/Kaggle/kaggle-api

Infer Digit from Imgages

pip3 install tensorflow==2.12.0
pip3 instakl pandas

https://www.kaggle.com/competitions/digit-recognizer/data

Download dataset

kaggle competitions download -c digit-recognizer

jupyter notebook

About

Resources demonstrating some ML techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published