fluxml/flux.jl

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 14th, 2026
Created on April 1st, 2016
Open Issues & Pull Requests: 43 (+0)
GitHub issues: Enabled
Number of forks: 624
Total Stargazers: 4,748 (+0)
Total Subscribers: 91 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.7 hours
Mean response time: 130.0 days
90th percentile: 455.9 days
Tracked items: 299

Most active contributors

Sign in to see contributor activity.

How this project is maintained

40% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "enzyme" is answered fastest, typically in about 2 hours, while "RNN" waits about 4 days. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 2
Closed in 7 days: 4
Avg open age: 852 days
Stale 30+ days: 24
Stale 90+ days: 7

Recent activity

Opened in 7 days: 2
Closed in 7 days: 4
Comments in 7 days: 4
Events in 7 days: 7

Top labels

  • discussion (23)
  • help wanted (23)
  • RNN (22)
  • enhancement (19)
  • bug (16)
  • documentation (16)
  • cuda (13)
  • good first issue (13)

Detailed Description

Flux is a machine learning library for Julia that provides lightweight abstractions over the language's native GPU and automatic differentiation support.

Flux addresses the tension between ease of use and hackability in machine learning frameworks. It takes a pure-Julia approach, meaning models are built from ordinary Julia functions rather than requiring special syntax or frameworks. The library leverages Julia's native automatic differentiation and GPU capabilities, allowing developers to write parameterized functions directly and have them work as valid models without boilerplate. This approach keeps simple tasks straightforward while preserving the ability to inspect and modify every part of the system.

Flux suits projects where you want to work in Julia without leaving the language ecosystem or learning framework-specific abstractions. It works best with Julia 1.10 or later. The library is appropriate for researchers and practitioners who value transparency in their models and want to avoid the cognitive overhead of learning a separate modeling language. Because models are just Julia functions, debugging and experimentation follow familiar Julia patterns rather than requiring framework-specific tools.

The project maintains active engagement with its community through multiple channels including Julia discourse and Slack, where questions are answered. Development shows consistent attention to the codebase with regular updates and refinements to the core abstractions. The maintainers have invested in comprehensive documentation including a quickstart guide and a model zoo with practical examples, indicating a commitment to supporting users at different experience levels. The project explicitly encourages citation in research work, reflecting an academic-oriented development culture.