Skip to content

Instantly share code, notes, and snippets.

@dheerajmpai
Last active January 14, 2021 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dheerajmpai/26e9e95f1bfd4a1d3cb5013230d6d107 to your computer and use it in GitHub Desktop.
Save dheerajmpai/26e9e95f1bfd4a1d3cb5013230d6d107 to your computer and use it in GitHub Desktop.

Deep Learning Resources

  1. Google colab - for free gpu..
  2. Papers with code - latest research with code.
  3. Fast.ai - simple tutorials with jupyter notebooks.
  4. Tensorflow tutorials. Pytorch tutorials - All of them have google colab notebooks to get started.
  5. Tensorflow hub - pretrained models for reuse.
  6. ONNX (open neural network exchange) - Easily convert models from one language to other. (Pytorch to TF etc)
  7. TensorRT - for optimizing models for production
  8. AWS, GCP, Paperspace and other clould services have servers with preinstalled libraries to put the models for production in one click.
  9. Two Minute Papers - Brief summary of AI papers. Mostly Computer vision and RL.

Other resources lists!

  1. Awesome-Tensorflow
  2. Awesome Pytorch and other similar "Awesome Lists"
  3. Useful Google colab notebook lists 1, 2
  4. Awesome Deep Learning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment