All Projects → deepsense-ai → Keras Pytorch Avp Transfer Learning

deepsense-ai / Keras Pytorch Avp Transfer Learning

We pit Keras and PyTorch against each other, showing their strengths and weaknesses in action. We present a real problem, a matter of life-and-death: distinguishing Aliens from Predators!

Projects that are alternatives of or similar to Keras Pytorch Avp Transfer Learning

Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (+128.57%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (+807.14%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+2923.81%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Pytorch Rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
Stars: ✭ 121 (+188.1%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Captcha break
验证码识别
Stars: ✭ 2,268 (+5300%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, keras-tutorials
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+8038.1%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+7540.48%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (+547.62%)
Mutual labels:  jupyter-notebook, pytorch-tutorial, pytorch-tutorials
Kind Pytorch Tutorial
Kind PyTorch Tutorial for beginners
Stars: ✭ 377 (+797.62%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Transformers Tutorials
Github repo with tutorials to fine tune transformers for diff NLP tasks
Stars: ✭ 384 (+814.29%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+11188.1%)
Mutual labels:  jupyter-notebook, pytorch-tutorials
Pytorch Tutorials Examples And Books
PyTorch1.x tutorials, examples and some books I found 【不定期更新】整理的PyTorch 1.x 最新版教程、例子和书籍
Stars: ✭ 346 (+723.81%)
Mutual labels:  jupyter-notebook, pytorch-tutorials
Dogs vs cats
猫狗大战
Stars: ✭ 570 (+1257.14%)
Mutual labels:  jupyter-notebook, keras-tutorials
Trainyourownyolo
Train a state-of-the-art yolov3 object detector from scratch!
Stars: ✭ 399 (+850%)
Mutual labels:  jupyter-notebook, keras-models
Fast Pytorch
Pytorch Tutorial, Pytorch with Google Colab, Pytorch Implementations: CNN, RNN, DCGAN, Transfer Learning, Chatbot, Pytorch Sample Codes
Stars: ✭ 346 (+723.81%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (+1192.86%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Benchmarking Keras Pytorch
🔥 Reproducibly benchmarking Keras and PyTorch models
Stars: ✭ 346 (+723.81%)
Mutual labels:  pytorch-tutorial, keras-tutorials
Deep Learning With Pytorch Chinese
本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。
Stars: ✭ 517 (+1130.95%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Early Stopping Pytorch
Early stopping for PyTorch
Stars: ✭ 612 (+1357.14%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Facial Similarity With Siamese Networks In Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
Stars: ✭ 719 (+1611.9%)
Mutual labels:  jupyter-notebook, pytorch-tutorial

Keras vs. PyTorch: Alien vs. Predator recognition with transfer learning

Featured in deepsense.ai blog post Keras vs. PyTorch: Alien vs. Predator recognition with transfer learning, in which we discuss the differences. Code is in two Jupyter Notebooks:

See also the upcoming webinar (10 Oct 2018), in which we walk trough the code.

For plug&play interactive code, see the Neptune versions with fancy charts or these Kaggle Kernels:

Data

See also: Alien vs. Predator images | Kaggle. In general, there are 447 images for each class, split into two classes. Examples:

Requirements

If you want to run the code, see the requirements:

  • Common:
    • jupyter==1.0.0
    • matplotlib==2.2.3
    • Pillow==5.2.0
    • h5py==2.8.0
  • Keras:
    • tensorflow==1.10.1
    • Keras==2.2.2
  • PyTorch:
    • torch==0.4.1
    • torchvision==0.2.1

Webinar info

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].