Simple MNIST recognition in Julia using Flux

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • julia-vscode

    Julia extension for Visual Studio Code

  • Julia is open source compiled, high level programming language. (more about Julia) It can be used for example in IDE's like VSCode with extension https://github.com/julia-vscode/julia-vscode or in Juno (which is build on Atom).

  • Flux.jl

    Relax! Flux is the ML library that doesn't make you tensor

  • Flux is deep machine learning library written in Julia. More details can be readd here https://arxiv.org/pdf/1811.01457.pdf, at GitHub repository https://github.com/FluxML/Flux.jl or at home page https://fluxml.ai/.

  • 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
  • julia

    The Julia Programming Language

  • Julia is open source compiled, high level programming language. (more about Julia) It can be used for example in IDE's like VSCode with extension https://github.com/julia-vscode/julia-vscode or in Juno (which is build on Atom).

  • MLDatasets.jl

    Utility package for accessing common Machine Learning datasets in Julia

  • MLDatasets library contains several vison datasets. Including MNIST. MLDatasets.MNIST.traindata() returns array containing 60000 28x28 greyscale images and labels vector (numbers from 0 to 9).MLDatasets.MNIST.testdata() returns 10000 images and labels.

  • Visual Studio Code

    Visual Studio Code

  • Julia is open source compiled, high level programming language. (more about Julia) It can be used for example in IDE's like VSCode with extension https://github.com/julia-vscode/julia-vscode or in Juno (which is build on Atom).

  • Atom

    Discontinued :atom: The hackable text editor

  • Julia is open source compiled, high level programming language. (more about Julia) It can be used for example in IDE's like VSCode with extension https://github.com/julia-vscode/julia-vscode or in Juno (which is build on Atom).

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

  • What Apple hardware do I need for CUDA-based deep learning tasks?

    3 projects | /r/macbook | 27 May 2023
  • The problem with open source: not enough contributors

    2 projects | dev.to | 18 Mar 2023
  • Yann Lecun: ML would have advanced if other lang had been adopted versus Python

    9 projects | news.ycombinator.com | 22 Feb 2023
  • The Essentials of a Contributor-friendly Open-source Project

    2 projects | dev.to | 18 Jan 2023
  • What other programming language do you actively develop with productively, to complement Python?

    2 projects | /r/Python | 22 Nov 2022