Flux vs. TensorFlow

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • TensorFlow.jl

    A Julia wrapper for TensorFlow

  • My understanding is that Tensorflow.jl does not wrap the Python library, but the underlying C implementation. So it was an alternative to the Python version, not just a wrapper of it, and this gave it some advantages: https://github.com/malmaud/TensorFlow.jl/blob/master/docs/src/why_julia.md

  • FastAI.jl

    Repository of best practices for deep learning in Julia, inspired by fastai

  • Flux is nice, the API is very simple but it is lacking several utilities that PyTorch or TensorFlow have. Fortunately, [FastAI](https://github.com/FluxML/FastAI.jl) is adding these parts as a additional package. I hope very soon I could recommend the Deep Learning ecosystem in Julia without any doubt.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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