Skip to content

Latest commit

 

History

History
108 lines (105 loc) · 17.8 KB

Julia.md

File metadata and controls

108 lines (105 loc) · 17.8 KB

Top 100 Stars in Julia

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 julia 44965 5424 Julia 4071 The Julia Programming Language 2024-07-05T01:05:05Z
2 Flux.jl 4425 598 Julia 229 Relax! Flux is the ML library that doesn't make you tensor 2024-06-30T22:39:58Z
3 DifferentialEquations.jl 2799 222 Julia 154 Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia. 2024-05-06T08:11:31Z
4 IJulia.jl 2764 408 Julia 127 Julia kernel for Jupyter 2024-06-28T21:58:45Z
5 computational-thinking 2565 474 Julia 8 Course 18.S191 at MIT, Fall 2022 - Introduction to computational thinking with Julia 2024-07-01T16:04:53Z
6 Makie.jl 2328 292 Julia 919 Interactive data visualizations and plotting in Julia 2024-07-04T18:59:05Z
7 Genie.jl 2207 185 Julia 100 🧞The highly productive Julia web framework 2024-06-25T21:06:32Z
8 JuMP.jl 2171 390 Julia 7 Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear) 2024-06-27T04:30:22Z
9 Turing.jl 2003 216 Julia 70 Bayesian inference with probabilistic programming. 2024-07-03T09:04:26Z
10 Gadfly.jl 1896 253 Julia 258 Crafty statistical graphics for Julia. 2024-03-13T12:25:24Z
11 Plots.jl 1814 348 Julia 679 Powerful convenience for Julia visualizations and data analysis 2024-07-04T16:09:21Z
12 Gen.jl 1788 160 Julia 150 A general-purpose probabilistic programming system with programmable inference 2024-07-02T19:35:44Z
13 MLJ.jl 1750 157 Julia 87 A Julia machine learning framework 2024-06-25T00:25:50Z
14 DataFrames.jl 1710 360 Julia 134 In-memory tabular data in Julia 2024-05-30T16:03:43Z
15 Zygote.jl 1462 209 Julia 383 21st century AD 2024-05-09T16:14:23Z
16 PyCall.jl 1449 186 Julia 257 Package to call Python functions from the Julia language 2024-03-11T02:07:35Z
17 Julia.jl 1416 196 Julia 9 Curated decibans of Julia programming language. 2023-12-07T19:45:52Z
18 UnicodePlots.jl 1399 77 Julia 11 Unicode-based scientific plotting for working in the terminal 2024-05-25T00:05:00Z
19 penumbra 1391 29 Julia 7 Penumbra Color Theme 2022-09-13T06:47:06Z
20 PackageCompiler.jl 1389 185 Julia 98 Compile your Julia Package 2024-07-02T14:35:20Z
21 ModelingToolkit.jl 1377 196 Julia 293 An acausal modeling framework for automatically parallelized scientific machine learning (SciML) in Julia. A computer algebra system for integrated symbolics for physics-informed machine learning and automated transformations of differential equations 2024-07-04T14:56:32Z
22 Symbolics.jl 1320 147 Julia 395 Symbolic programming for the next generation of numerical software 2024-07-03T10:36:35Z
23 BeautifulAlgorithms.jl 1309 90 Julia 2 Concise and beautiful algorithms written in Julia 2023-12-17T17:11:46Z
24 Mocha.jl 1287 254 Julia 35 Deep Learning framework for Julia 2018-12-06T01:09:35Z
25 AlphaZero.jl 1227 136 Julia 35 A generic, simple and fast implementation of Deepmind's AlphaZero algorithm. 2024-03-13T09:43:26Z
26 VIMKiller 1214 15 Julia 13 Exiting VIM is hard; sometimes we need to take drastic measures 2021-10-14T06:18:57Z
27 Revise.jl 1170 108 Julia 61 Automatically update function definitions in a running Julia session 2024-07-01T11:41:46Z
28 CUDA.jl 1164 206 Julia 222 CUDA programming in Julia. 2024-07-04T20:25:26Z
29 Optim.jl 1101 214 Julia 81 Optimization functions for Julia 2024-06-01T17:22:20Z
30 Distributions.jl 1083 410 Julia 316 A Julia package for probability distributions and associated functions. 2024-07-01T19:12:26Z
31 StatsWithJuliaBook 1073 279 Julia 13 None 2023-03-27T02:18:41Z
32 polylux 1051 53 Julia 64 A package for creating slides in Typst 2024-07-01T06:33:16Z
33 pythonidae 941 186 Julia 0 Curated decibans of scientific programming resources in Python. 2023-07-04T14:36:02Z
34 Franklin.jl 939 110 Julia 173 (yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia. 2024-04-19T12:25:33Z
35 NeuralPDE.jl 925 196 Julia 103 Physics-Informed Neural Networks (PINN) Solvers of (Partial) Differential Equations for Scientific Machine Learning (SciML) accelerated simulation 2024-07-03T06:37:27Z
36 Oceananigans.jl 924 188 Julia 156 🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs 2024-07-04T14:28:24Z
37 Yao.jl 908 118 Julia 34 Extensible, Efficient Quantum Algorithm Design for Humans. 2024-07-03T03:12:55Z
38 model-zoo 895 333 Julia 56 Please do not feed the models 2024-03-20T22:16:27Z
39 TensorFlow.jl 882 112 Julia 70 A Julia wrapper for TensorFlow 2024-04-30T12:26:59Z
40 ForwardDiff.jl 872 140 Julia 126 Forward Mode Automatic Differentiation for Julia 2024-05-29T04:49:06Z
41 DSGE.jl 848 217 Julia 12 Solve and estimate Dynamic Stochastic General Equilibrium models (including the New York Fed DSGE) 2024-05-17T14:15:40Z
42 DiffEqFlux.jl 847 151 Julia 39 Pre-built implicit layer architectures with O(1) backprop, GPUs, and stiff+non-stiff DE solvers, demonstrating scientific machine learning (SciML) and physics-informed machine learning methods 2024-06-27T06:16:30Z
43 OnlineStats.jl 827 61 Julia 19 ⚡ Single-pass algorithms for statistics 2024-05-21T17:35:45Z
44 DynamicalSystems.jl 820 90 Julia 10 Award winning software library for nonlinear dynamics and nonlinear timeseries analysis 2024-06-13T22:28:03Z
45 Weave.jl 818 94 Julia 133 Scientific reports/literate programming for Julia 2024-04-16T10:50:53Z
46 Javis.jl 817 51 Julia 54 Julia Animations and Visualizations 2024-04-16T00:07:31Z
47 DrWatson.jl 801 86 Julia 52 The perfect sidekick to your scientific inquiries 2024-06-09T10:15:36Z
48 Documenter.jl 799 474 Julia 363 A documentation generator for Julia. 2024-07-05T01:26:19Z
49 diff-zoo 772 63 Julia 7 Differentiation for Hackers 2021-07-09T11:52:53Z
50 JuliaDB.jl 764 61 Julia 113 Parallel analytical database in pure Julia 2023-10-29T00:14:52Z
51 Cxx.jl 755 107 Julia 108 The Julia C++ Interface 2024-05-12T16:13:37Z
52 StaticArrays.jl 750 147 Julia 165 Statically sized arrays for Julia 2024-07-03T06:50:47Z
53 OhMyREPL.jl 749 56 Julia 48 Syntax highlighting and other enhancements for the Julia REPL 2024-07-04T09:29:41Z
54 LoopVectorization.jl 728 65 Julia 107 Macro(s) for vectorizing loops. 2024-06-27T16:55:53Z
55 PythonCall.jl 721 61 Julia 128 Python and Julia in harmony. 2024-07-01T16:23:48Z
56 Agents.jl 709 114 Julia 70 Agent-based modeling framework in Julia 2024-07-02T02:57:08Z
57 JET.jl 708 29 Julia 68 An experimental code analyzer for Julia. No need for additional type annotations. 2024-07-03T07:38:03Z
58 Optimization.jl 688 75 Julia 68 Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface. 2024-07-04T20:10:33Z
59 DataStructures.jl 679 242 Julia 116 Julia implementation of Data structures 2024-04-18T06:18:59Z
60 ChatGPT-Plugins-Collection 675 52 Julia 0 An unofficial collection of Plugins for ChatGPT, in any programming language! 2023-04-20T01:53:11Z
61 LightGraphs.jl 670 185 Julia 31 An optimized graphs package for the Julia programming language 2021-10-08T14:57:24Z
62 ProgressMeter.jl 666 89 Julia 55 Progress meter for long-running computations 2024-07-04T22:50:32Z
63 dictionary 666 170 Julia 4 A JSON representation of Webster's Unabridged Dictionary 2021-04-23T20:59:28Z
64 Gridap.jl 659 95 Julia 84 Grid-based approximation of partial differential equations in Julia 2024-06-27T06:49:26Z
65 POMDPs.jl 651 99 Julia 22 MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces. 2024-06-30T23:42:21Z
66 TimerOutputs.jl 642 53 Julia 27 Formatted output of timed sections in Julia 2024-05-17T18:55:27Z
67 HTTP.jl 626 177 Julia 79 HTTP for Julia 2024-06-21T18:33:35Z
68 Cthulhu.jl 620 41 Julia 78 The slow descent into madness 2024-06-17T16:30:00Z
69 PkgTemplates.jl 620 100 Julia 80 Create new Julia packages, the easy way 2024-07-05T02:16:49Z
70 Pkg.jl 609 251 Julia 529 Pkg - Package manager for the Julia programming language 2024-07-04T19:53:25Z
71 BenchmarkTools.jl 604 97 Julia 66 A benchmarking framework for the Julia language 2024-06-21T10:42:22Z
72 Catlab.jl 599 56 Julia 129 A framework for applied category theory in the Julia language 2024-07-03T19:21:15Z
73 Dagger.jl 596 64 Julia 77 A framework for out-of-core and parallel execution 2024-07-04T14:56:39Z
74 Tullio.jl 595 26 Julia 61 2023-12-09T11:45:41Z
75 Unitful.jl 590 111 Julia 144 Physical quantities with arbitrary units 2024-06-28T17:48:33Z
76 FastAI.jl 586 52 Julia 19 Repository of best practices for deep learning in Julia, inspired by fastai 2024-02-29T23:40:53Z
77 General 585 444 Julia 12 The official registry of general Julia packages 2024-07-05T01:02:37Z
78 GLM.jl 584 114 Julia 71 Generalized linear models in Julia 2024-05-08T19:15:02Z
79 ReinforcementLearning.jl 576 105 Julia 11 A reinforcement learning package for Julia 2024-05-16T14:07:36Z
80 StatsBase.jl 576 190 Julia 160 Basic statistics for Julia 2024-06-17T18:13:37Z
81 Luxor.jl 575 72 Julia 10 Simple drawings using vector graphics; Cairo "for tourists!" 2024-07-02T05:28:50Z
82 SymbolicRegression.jl 565 69 Julia 40 Distributed High-Performance Symbolic Regression in Julia 2024-07-04T14:54:34Z
83 WaterLily.jl 558 69 Julia 6 Fast and simple fluid simulator in Julia 2024-07-04T16:17:55Z
84 Convex.jl 555 119 Julia 8 A Julia package for disciplined convex programming 2024-06-21T23:58:27Z
85 JuliaFormatter.jl 551 63 Julia 179 An opinionated code formatter for Julia. Plot twist - the opinion is your own. 2024-06-24T00:01:29Z
86 ScikitLearn.jl 545 75 Julia 38 Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/ 2023-06-22T20:10:07Z
87 Latexify.jl 542 55 Julia 34 Convert julia objects to LaTeX equations, arrays or other environments. 2024-07-04T12:47:45Z
88 ThinkJulia.jl 538 136 Julia 18 Port of the book Think Python to the Julia programming language 2024-01-10T17:29:42Z
89 JLD2.jl 534 82 Julia 22 HDF5-compatible file format in pure Julia 2024-07-03T00:21:36Z
90 ApproxFun.jl 529 70 Julia 166 Julia package for function approximation 2024-07-01T13:16:01Z
91 Images.jl 525 141 Julia 39 An image library for Julia 2024-04-06T09:49:55Z
92 SymbolicUtils.jl 524 99 Julia 116 Symbolic expressions, rewriting and simplification 2024-07-04T00:30:29Z
93 Literate.jl 521 61 Julia 25 Simple package for literate programming in Julia 2024-06-17T08:31:07Z
94 OrdinaryDiffEq.jl 520 198 Julia 291 High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML) 2024-07-04T16:08:54Z
95 QuantumOptics.jl 518 100 Julia 28 Library for the numerical simulation of closed as well as open quantum systems. 2024-07-04T18:52:51Z
96 Interact.jl 517 77 Julia 85 Interactive widgets to play with your Julia code 2022-11-11T18:30:06Z
97 Transformers.jl 511 71 Julia 24 Julia Implementation of Transformer models 2024-06-28T08:56:20Z
98 Interpolations.jl 510 106 Julia 111 Fast, continuous interpolation of discrete datasets in Julia 2024-05-14T05:32:04Z
99 JuliaZH.jl 509 97 Julia 10 Julia语言中文文档 2023-11-02T05:21:53Z
100 Trixi.jl 505 98 Julia 238 Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia 2024-07-05T00:37:23Z