Deep Learning With Flux: Loss Doesn't Converge

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

  • My entire script is on GitHub

  • Flux.jl

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

  • 2) Flux treats softmax a little different than most other activation functions (see here for more details) such as relu and sigmoid. When you pass an activation function into a layer like Dense(3, 32, relu), Flux expects that the function is broadcast over the layer's output. However, softmax cannot be broadcast as it operates over vectors rather than scalars. This means that if you want to use softmax as the final activation in your model, you need to pass it into Chain() like so:

  • 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

  • [D] Why are we stuck with Python for something that require so much speed and parallelism (neural networks)?

    1 project | /r/MachineLearning | 23 Dec 2022
  • Flux: The Elegant Machine Learning Stack

    1 project | news.ycombinator.com | 4 May 2022
  • Side Quest #3: maybe the real Deepfakes were the friends we made along the way

    3 projects | dev.to | 20 May 2024
  • Release: Keras 3.3.0

    1 project | news.ycombinator.com | 22 Apr 2024
  • Keras 3: A new multi-back end Keras

    1 project | news.ycombinator.com | 27 Nov 2023