javiabellan / notebooks

My jupyter notebooks for deep learning and machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Here are my notebooks using the fast.ai library.

Vision

  • [ddd](Vision - Basics.ipynb)
  • CAM.ipynb
  • Cadene pretrained models.ipynb
  • Google images.ipynb
  • Resnet and densenet.ipynb
  • Superresolution.ipynb
  • Transforms.ipynb
  • Unet.ipynb
  • Audio.ipynb

NLP

  • NLP.ipynb

Tabular data

  • Collaborative filtering.ipynb
  • Rossmann.ipynb
  • Tabular data.ipynb

  • Databunch
    • If the label is an int by default is a classification problem.
    • If the label is an float by default is a regression problem.

About

My jupyter notebooks for deep learning and machine learning


Languages

Language:Jupyter Notebook 99.8%Language:TeX 0.2%