This is a repository for the Skooldio's Introduction to Deep Learning course. It includes the notebooks for the course as follows:
- Introduction to Pytorch
- Introduction to Deep Learning for Thai Handwriting Recognition (Part 1: Overview)
- Introduction to Deep Learning for Thai Handwriting Recognition (Part 2: More layers, Dropout, Augmentation)
- Introduction to Deep Learning for Second-Hand Car Price Prediction
You can open each notebook and click the Google Colab badge to open the notebook on Google Colaboratory.
01_intro_to_torch.ipynb- Introduction to PyTorch tensors01_pytorch_functional.ipynb- PyTorch functional API02_handwritten_recognition.ipynb- Dense neural network to classify Thai handwritten numbers02_load_and_pred.ipynb- Load model and run predictions03_handwritten_recognition_explore.ipynb- Experiments with more layers, dropout, and augmentation04_pytorch_for_tabular_data.ipynb- Deep learning for tabular data (car price prediction)04_load_and_pred_carprice.ipynb- Load model and run predictions for car price05_handwritten_gpu.ipynb- Thai handwriting recognition with GPU06_tabular_data_gpu.ipynb- Tabular data training with GPUstudent_notebooks/- Notebooks for students to fill in01-assigments-intro/- Assignment notebooks
thai-handwritten-datasetis a collection of Thai handwritten numbers for Handwriting Recognition task fromkittinan/thai-handwriting-numberrodkaidee-datasetis a second-hard car price dataset from Kaidee website in CSV format
You can checkout articles folder which contains articles about introduction, classification, and handwritten recognition.