Keras vs Tensorflow vs Pytorch for a Final year Project

This page summarizes the projects mentioned and recommended in the original post on /r/tensorflow

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • mmdetection

    OpenMMLab Detection Toolbox and Benchmark

  • E.g. If you consider it an object detection problem it is: detect and localise all the pedestrians in a frame, and classify them by their (intended) action. IMO the easiest way to do this would be with mmdetection, which is built on top of pytorch. Just label your dataset, build a config, and boom you have a model. Inference with that model in only a few lines of code, you won't really need to learn too much to get started.

  • Keras

    Deep Learning for humans

  • E.g. If you consider it image classification (you already have the pedestrians extracted and just need to classify their intent), you might find that easier to do with Keras, just butcher one of the examples on keras.io. You might also find fast.ai more to your liking.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts