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 44715 5408 Julia 4008 The Julia Programming Language 2024-05-31T20:35:02Z
2 Flux.jl 4405 595 Julia 224 Relax! Flux is the ML library that doesn't make you tensor 2024-05-31T22:40:53Z
3 DifferentialEquations.jl 2781 221 Julia 152 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 2751 407 Julia 128 Julia kernel for Jupyter 2024-05-28T22:31:12Z
5 computational-thinking 2556 472 Julia 8 Course 18.S191 at MIT, Fall 2022 - Introduction to computational thinking with Julia 2024-02-26T15:56:57Z
6 Makie.jl 2301 286 Julia 882 Interactive data visualizations and plotting in Julia 2024-06-01T00:09:04Z
7 Genie.jl 2200 185 Julia 100 🧞The highly productive Julia web framework 2024-05-16T16:27:03Z
8 JuMP.jl 2153 390 Julia 10 Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear) 2024-05-31T09:19:21Z
9 Turing.jl 1985 213 Julia 74 Bayesian inference with probabilistic programming. 2024-06-01T00:22:39Z
10 Gadfly.jl 1895 252 Julia 259 Crafty statistical graphics for Julia. 2024-03-13T12:25:24Z
11 Plots.jl 1807 347 Julia 669 Powerful convenience for Julia visualizations and data analysis 2024-05-29T04:26:51Z
12 Gen.jl 1775 159 Julia 150 A general-purpose probabilistic programming system with programmable inference 2024-05-09T17:09:32Z
13 MLJ.jl 1736 156 Julia 96 A Julia machine learning framework 2024-05-31T03:46:41Z
14 DataFrames.jl 1704 360 Julia 132 In-memory tabular data in Julia 2024-05-30T16:03:43Z
15 Zygote.jl 1450 209 Julia 381 21st century AD 2024-05-09T16:14:23Z
16 PyCall.jl 1442 185 Julia 257 Package to call Python functions from the Julia language 2024-03-11T02:07:35Z
17 Julia.jl 1408 195 Julia 9 Curated decibans of Julia programming language. 2023-12-07T19:45:52Z
18 UnicodePlots.jl 1397 78 Julia 11 Unicode-based scientific plotting for working in the terminal 2024-05-25T00:05:00Z
19 penumbra 1389 29 Julia 7 Penumbra Color Theme 2022-09-13T06:47:06Z
20 PackageCompiler.jl 1375 184 Julia 104 Compile your Julia Package 2024-05-25T15:36:40Z
21 ModelingToolkit.jl 1374 195 Julia 280 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-05-31T17:19:22Z
22 BeautifulAlgorithms.jl 1308 89 Julia 2 Concise and beautiful algorithms written in Julia 2023-12-17T17:11:46Z
23 Symbolics.jl 1302 140 Julia 388 Symbolic programming for the next generation of numerical software 2024-05-31T05:18:51Z
24 Mocha.jl 1286 254 Julia 35 Deep Learning framework for Julia 2018-12-06T01:09:35Z
25 AlphaZero.jl 1222 136 Julia 35 A generic, simple and fast implementation of Deepmind's AlphaZero algorithm. 2024-03-13T09:43:26Z
26 VIMKiller 1210 15 Julia 13 Exiting VIM is hard; sometimes we need to take drastic measures 2021-10-14T06:18:57Z
27 Revise.jl 1161 106 Julia 58 Automatically update function definitions in a running Julia session 2024-05-10T10:50:30Z
28 CUDA.jl 1148 202 Julia 215 CUDA programming in Julia. 2024-05-30T15:30:35Z
29 Optim.jl 1091 213 Julia 81 Optimization functions for Julia 2024-04-29T20:37:51Z
30 Distributions.jl 1076 409 Julia 312 A Julia package for probability distributions and associated functions. 2024-05-30T08:30:33Z
31 StatsWithJuliaBook 1072 280 Julia 13 None 2023-03-27T02:18:41Z
32 polylux 1002 51 Julia 59 A package for creating slides in Typst 2024-05-22T22:19:09Z
33 pythonidae 938 186 Julia 0 Curated decibans of scientific programming resources in Python. 2023-07-04T14:36:02Z
34 Franklin.jl 932 108 Julia 174 (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 916 194 Julia 100 Physics-Informed Neural Networks (PINN) Solvers of (Partial) Differential Equations for Scientific Machine Learning (SciML) accelerated simulation 2024-05-28T06:08:39Z
36 Yao.jl 901 115 Julia 34 Extensible, Efficient Quantum Algorithm Design for Humans. 2024-05-30T11:13:20Z
37 model-zoo 889 333 Julia 55 Please do not feed the models 2024-03-20T22:16:27Z
38 Oceananigans.jl 889 173 Julia 151 🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs 2024-06-01T02:24:39Z
39 TensorFlow.jl 880 112 Julia 70 A Julia wrapper for TensorFlow 2024-04-30T12:26:59Z
40 ForwardDiff.jl 864 140 Julia 126 Forward Mode Automatic Differentiation for Julia 2024-05-29T04:49:06Z
41 DSGE.jl 846 217 Julia 11 Solve and estimate Dynamic Stochastic General Equilibrium models (including the New York Fed DSGE) 2024-05-17T14:15:40Z
42 DiffEqFlux.jl 844 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-05-20T20:27:02Z
43 OnlineStats.jl 822 61 Julia 20 ⚡ Single-pass algorithms for statistics 2024-05-21T17:35:45Z
44 Weave.jl 819 95 Julia 133 Scientific reports/literate programming for Julia 2024-04-16T10:50:53Z
45 Javis.jl 816 51 Julia 54 Julia Animations and Visualizations 2024-04-16T00:07:31Z
46 DynamicalSystems.jl 813 90 Julia 10 Award winning software library for nonlinear dynamics and nonlinear timeseries analysis 2024-05-26T14:25:03Z
47 DrWatson.jl 801 85 Julia 51 The perfect sidekick to your scientific inquiries 2024-05-21T07:52:42Z
48 Documenter.jl 797 470 Julia 353 A documentation generator for Julia. 2024-05-31T17:43:21Z
49 diff-zoo 772 63 Julia 7 Differentiation for Hackers 2021-07-09T11:52:53Z
50 JuliaDB.jl 764 62 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 745 145 Julia 162 Statically sized arrays for Julia 2024-05-29T22:49:20Z
53 OhMyREPL.jl 742 56 Julia 46 Syntax highlighting and other enhancements for the Julia REPL 2024-05-20T16:55:09Z
54 LoopVectorization.jl 727 65 Julia 107 Macro(s) for vectorizing loops. 2024-05-11T14:34:19Z
55 JET.jl 699 29 Julia 67 An experimental code analyzer for Julia. No need for additional type annotations. 2024-05-25T14:52:41Z
56 Agents.jl 698 114 Julia 68 Agent-based modeling framework in Julia 2024-05-28T19:04:15Z
57 PythonCall.jl 691 62 Julia 126 Python and Julia in harmony. 2024-05-27T15:56:27Z
58 Optimization.jl 681 75 Julia 72 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-05-31T20:42:21Z
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 dictionary 663 169 Julia 4 A JSON representation of Webster's Unabridged Dictionary 2021-04-23T20:59:28Z
63 ProgressMeter.jl 659 89 Julia 53 Progress meter for long-running computations 2024-05-30T14:59:15Z
64 Gridap.jl 651 94 Julia 83 Grid-based approximation of partial differential equations in Julia 2024-05-31T10:30:56Z
65 POMDPs.jl 648 97 Julia 23 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-03-23T21:38:14Z
66 TimerOutputs.jl 641 52 Julia 27 Formatted output of timed sections in Julia 2024-05-17T18:55:27Z
67 HTTP.jl 626 175 Julia 78 HTTP for Julia 2024-05-13T13:23:14Z
68 Cthulhu.jl 618 41 Julia 78 The slow descent into madness 2024-05-09T19:57:19Z
69 PkgTemplates.jl 615 100 Julia 79 Create new Julia packages, the easy way 2024-06-01T02:17:06Z
70 Pkg.jl 606 250 Julia 519 Pkg - Package manager for the Julia programming language 2024-05-31T16:37:40Z
71 BenchmarkTools.jl 596 97 Julia 66 A benchmarking framework for the Julia language 2024-05-17T14:02:31Z
72 Catlab.jl 590 55 Julia 127 A framework for applied category theory in the Julia language 2024-05-31T19:14:57Z
73 Dagger.jl 589 62 Julia 80 A framework for out-of-core and parallel execution 2024-05-31T19:45:32Z
74 Tullio.jl 588 26 Julia 60 2023-12-09T11:45:41Z
75 FastAI.jl 588 52 Julia 19 Repository of best practices for deep learning in Julia, inspired by fastai 2024-02-29T23:40:53Z
76 Unitful.jl 581 111 Julia 144 Physical quantities with arbitrary units 2024-05-22T20:07:42Z
77 GLM.jl 578 114 Julia 71 Generalized linear models in Julia 2024-05-08T19:15:02Z
78 General 577 437 Julia 12 The official registry of general Julia packages 2024-06-01T02:38:52Z
79 Luxor.jl 571 72 Julia 11 Simple drawings using vector graphics; Cairo "for tourists!" 2024-05-12T09:20:04Z
80 ReinforcementLearning.jl 570 105 Julia 11 A reinforcement learning package for Julia 2024-05-16T14:07:36Z
81 StatsBase.jl 569 190 Julia 157 Basic statistics for Julia 2024-05-28T14:01:46Z
82 Convex.jl 548 119 Julia 9 A Julia package for disciplined convex programming 2024-05-28T04:37:31Z
83 SymbolicRegression.jl 547 63 Julia 39 Distributed High-Performance Symbolic Regression in Julia 2024-06-01T00:37:44Z
84 WaterLily.jl 543 67 Julia 6 Fast and simple fluid simulator in Julia 2024-05-14T07:37:08Z
85 ScikitLearn.jl 543 75 Julia 38 Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/ 2023-06-22T20:10:07Z
86 Latexify.jl 539 55 Julia 34 Convert julia objects to LaTeX equations, arrays or other environments. 2024-05-26T17:40:16Z
87 JuliaFormatter.jl 538 60 Julia 171 An opinionated code formatter for Julia. Plot twist - the opinion is your own. 2024-05-06T12:29:03Z
88 ThinkJulia.jl 537 135 Julia 18 Port of the book Think Python to the Julia programming language 2024-01-10T17:29:42Z
89 JLD2.jl 535 82 Julia 22 HDF5-compatible file format in pure Julia 2024-05-30T17:32:08Z
90 Images.jl 525 141 Julia 38 An image library for Julia 2024-04-06T09:49:55Z
91 ApproxFun.jl 525 70 Julia 166 Julia package for function approximation 2024-03-16T12:26:11Z
92 Literate.jl 518 61 Julia 25 Simple package for literate programming in Julia 2024-04-20T17:09:20Z
93 SymbolicUtils.jl 515 98 Julia 113 Symbolic expressions, rewriting and simplification 2024-05-30T16:04:03Z
94 Interact.jl 514 77 Julia 85 Interactive widgets to play with your Julia code 2022-11-11T18:30:06Z
95 QuantumOptics.jl 512 99 Julia 26 Library for the numerical simulation of closed as well as open quantum systems. 2024-05-13T10:19:39Z
96 OrdinaryDiffEq.jl 511 195 Julia 294 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-05-31T21:55:58Z
97 Transformers.jl 508 71 Julia 30 Julia Implementation of Transformer models 2024-05-21T23:22:42Z
98 JuliaZH.jl 507 96 Julia 10 Julia语言中文文档 2023-11-02T05:21:53Z
99 Interpolations.jl 504 105 Julia 108 Fast, continuous interpolation of discrete datasets in Julia 2024-05-14T05:32:04Z
100 Trixi.jl 496 99 Julia 239 Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia 2024-06-01T01:54:27Z