Skip to content

Latest commit

 

History

History
108 lines (105 loc) · 17.4 KB

Julia.md

File metadata and controls

108 lines (105 loc) · 17.4 KB

Top 100 Stars in Julia

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 julia 41634 5115 Julia 3495 The Julia Programming Language 2023-02-18T01:46:35Z
2 Pluto.jl 4367 260 Julia 212 🎈 Simple reactive notebooks for Julia 2023-02-15T15:58:30Z
3 Flux.jl 4008 550 Julia 200 Relax! Flux is the ML library that doesn't make you tensor 2023-02-17T13:46:59Z
4 IJulia.jl 2580 397 Julia 109 Julia kernel for Jupyter 2023-01-17T17:13:36Z
5 DifferentialEquations.jl 2454 197 Julia 129 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. 2023-02-16T00:29:06Z
6 18S191 2292 426 Julia 7 Course 18.S191 at MIT, Fall 2022 - Introduction to computational thinking with Julia 2022-12-15T11:01:42Z
7 Genie.jl 1951 179 Julia 92 🧞The highly productive Julia web framework 2023-02-13T17:27:33Z
8 JuMP.jl 1897 371 Julia 11 Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear) 2023-02-17T09:37:53Z
9 Makie.jl 1855 198 Julia 692 Visualizations and plotting in Julia 2023-02-18T02:29:01Z
10 Gadfly.jl 1834 260 Julia 248 Crafty statistical graphics for Julia. 2023-02-12T11:00:21Z
11 Turing.jl 1756 203 Julia 47 Bayesian inference with probabilistic programming. 2023-02-16T23:30:17Z
12 Gen.jl 1718 147 Julia 142 A general-purpose probabilistic programming system with programmable inference 2023-02-15T11:50:33Z
13 Plots.jl 1669 326 Julia 575 Powerful convenience for Julia visualizations and data analysis 2023-02-17T22:50:34Z
14 DataFrames.jl 1550 346 Julia 107 In-memory tabular data in Julia 2023-02-14T14:44:16Z
15 MLJ.jl 1548 146 Julia 86 A Julia machine learning framework 2023-02-15T22:33:44Z
16 Zygote.jl 1324 179 Julia 337 21st century AD 2023-02-17T22:50:53Z
17 Julia.jl 1305 197 Julia 9 Curated decibans of Julia programming language. 2022-12-12T10:32:49Z
18 PyCall.jl 1304 182 Julia 235 Package to call Python functions from the Julia language 2023-01-09T22:17:24Z
19 Mocha.jl 1278 262 Julia 35 Deep Learning framework for Julia 2018-12-06T01:09:35Z
20 PackageCompiler.jl 1232 160 Julia 60 Compile your Julia Package 2023-02-15T06:07:52Z
21 BeautifulAlgorithms.jl 1227 82 Julia 2 Concise and beautiful algorithms written in Julia 2022-06-06T13:28:36Z
22 ModelingToolkit.jl 1155 158 Julia 301 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 2023-02-17T23:25:10Z
23 VIMKiller 1126 12 Julia 13 Exiting VIM is hard; sometimes we need to take drastic measures 2021-10-14T06:18:57Z
24 Symbolics.jl 1110 109 Julia 285 A fast and modern CAS for a fast and modern language. 2023-02-17T09:28:31Z
25 AlphaZero.jl 1105 113 Julia 19 A generic, simple and fast implementation of Deepmind's AlphaZero algorithm. 2023-02-02T00:27:51Z
26 penumbra 1062 18 Julia 7 Penumbra Color Theme 2022-09-13T06:47:06Z
27 UnicodePlots.jl 1026 66 Julia 9 Unicode-based scientific plotting for working in the terminal 2023-02-10T20:32:39Z
28 Revise.jl 1014 89 Julia 46 Automatically update function definitions in a running Julia session 2023-02-15T10:18:25Z
29 StatsWithJuliaBook 1011 268 Julia 13 None 2021-08-17T18:08:08Z
30 Distributions.jl 968 378 Julia 264 A Julia package for probability distributions and associated functions. 2023-02-15T16:48:42Z
31 Optim.jl 928 202 Julia 68 Optimization functions for Julia 2023-02-09T14:01:47Z
32 CUDA.jl 913 163 Julia 210 CUDA programming in Julia. 2023-02-17T09:47:34Z
33 pythonidae 891 185 Julia 0 Curated decibans of scientific programming resources in Python. 2022-10-12T11:25:58Z
34 TensorFlow.jl 866 110 Julia 70 A Julia wrapper for TensorFlow 2021-08-02T16:55:00Z
35 model-zoo 817 328 Julia 55 Please do not feed the models 2023-02-17T17:48:34Z
36 Franklin.jl 814 99 Julia 163 (yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia. 2023-01-05T11:30:26Z
37 DSGE.jl 784 210 Julia 7 Solve and estimate Dynamic Stochastic General Equilibrium models (including the New York Fed DSGE) 2023-02-16T00:25:24Z
38 JuliaDB.jl 767 63 Julia 114 Parallel analytical database in pure Julia 2022-07-25T00:12:59Z
39 diff-zoo 757 58 Julia 6 Differentiation for Hackers 2021-07-09T11:52:53Z
40 Javis.jl 757 47 Julia 52 Julia Animations and Visualizations 2023-01-03T00:13:35Z
41 Yao.jl 754 105 Julia 29 Extensible, Efficient Quantum Algorithm Design for Humans. 2023-02-17T15:51:16Z
42 Oceananigans.jl 752 143 Julia 260 🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs 2023-02-17T23:28:48Z
43 DiffEqFlux.jl 751 132 Julia 52 Universal neural differential equations with O(1) backprop, GPUs, and stiff+non-stiff DE solvers, demonstrating scientific machine learning (SciML) and physics-informed machine learning methods 2023-02-17T04:39:51Z
44 Weave.jl 742 93 Julia 125 Scientific reports/literate programming for Julia 2023-02-10T10:08:52Z
45 ForwardDiff.jl 738 127 Julia 100 Forward Mode Automatic Differentiation for Julia 2023-02-17T21:09:59Z
46 OnlineStats.jl 732 59 Julia 13 ⚡ Single-pass algorithms for statistics 2022-09-25T08:53:20Z
47 Cxx.jl 722 107 Julia 107 The Julia C++ Interface 2022-10-20T03:34:33Z
48 NeuralPDE.jl 709 151 Julia 87 Physics-Informed Neural Networks (PINN) and Deep BSDE Solvers of Differential Equations for Scientific Machine Learning (SciML) accelerated simulation 2023-02-17T21:45:32Z
49 DrWatson.jl 692 72 Julia 43 The perfect sidekick to your scientific inquiries 2023-02-02T19:10:40Z
50 LightGraphs.jl 679 191 Julia 31 An optimized graphs package for the Julia programming language 2021-10-08T14:57:24Z
51 DynamicalSystems.jl 677 84 Julia 12 Award winning software library for nonlinear dynamics 2023-02-17T15:10:04Z
52 Documenter.jl 661 420 Julia 302 A documentation generator for Julia. 2023-02-17T06:12:36Z
53 OhMyREPL.jl 648 51 Julia 43 Syntax highlighting and other enhancements for the Julia REPL 2023-01-28T15:32:06Z
54 dictionary 641 172 Julia 4 A JSON representation of Webster's Unabridged Dictionary 2021-04-23T20:59:28Z
55 LoopVectorization.jl 639 54 Julia 91 Macro(s) for vectorizing loops. 2023-02-05T17:50:07Z
56 StaticArrays.jl 618 131 Julia 136 Statically sized arrays for Julia 2023-02-17T18:49:03Z
57 DataStructures.jl 607 230 Julia 133 Julia implementation of Data structures 2023-02-14T06:48:11Z
58 ProgressMeter.jl 579 82 Julia 62 Progress meter for long-running computations 2023-02-17T12:49:17Z
59 HTTP.jl 578 160 Julia 29 HTTP for Julia 2023-02-15T16:59:59Z
60 POMDPs.jl 563 88 Julia 31 MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces. 2023-02-11T22:58:58Z
61 JET.jl 548 24 Julia 33 An experimental code analyzer for Julia. No need for additional type annotations. 2023-02-17T13:30:21Z
62 TimerOutputs.jl 548 47 Julia 20 Formatted output of timed sections in Julia 2022-11-08T17:11:49Z
63 FastAI.jl 540 49 Julia 17 Repository of best practices for deep learning in Julia, inspired by fastai 2023-02-07T23:51:32Z
64 PkgTemplates.jl 538 96 Julia 72 Create new Julia packages, the easy way 2023-02-09T22:19:45Z
65 Agents.jl 528 93 Julia 47 Agent-based modeling framework in Julia 2023-02-17T23:28:45Z
66 GLM.jl 526 111 Julia 66 Generalized linear models in Julia 2023-02-11T01:32:35Z
67 Pkg.jl 521 214 Julia 383 Pkg - Package manager for the Julia programming language 2023-02-17T23:58:26Z
68 ScikitLearn.jl 517 71 Julia 30 Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/ 2022-12-21T16:13:37Z
69 Tullio.jl 516 18 Julia 54 2023-02-12T00:42:23Z
70 Catlab.jl 510 48 Julia 123 A framework for applied category theory in the Julia language 2023-02-10T18:27:47Z
71 Luxor.jl 509 69 Julia 4 Simple drawings using vector graphics; Cairo "for tourists!" 2023-02-04T12:00:29Z
72 StatsBase.jl 509 186 Julia 149 Basic statistics for Julia 2023-02-14T09:38:59Z
73 Gridap.jl 506 65 Julia 64 Grid-based approximation of partial differential equations in Julia 2023-02-13T23:24:11Z
74 Convex.jl 502 112 Julia 31 A Julia package for disciplined convex programming 2023-02-11T04:59:28Z
75 Images.jl 499 143 Julia 40 An image library for Julia 2022-08-28T23:33:33Z
76 JuliaZH.jl 494 94 Julia 9 Julia语言中文文档 2023-01-11T10:47:10Z
77 General 493 359 Julia 5 The official registry of general Julia packages 2023-02-18T02:05:05Z
78 ThinkJulia.jl 493 124 Julia 15 Port of the book Think Python to the Julia programming language 2022-09-03T19:58:46Z
79 BenchmarkTools.jl 492 92 Julia 79 A benchmarking framework for the Julia language 2023-01-05T09:56:50Z
80 Interact.jl 491 77 Julia 82 Interactive widgets to play with your Julia code 2022-11-11T18:30:06Z
81 Dagger.jl 486 48 Julia 58 A framework for out-of-core and parallel execution 2023-02-12T18:51:06Z
82 Unitful.jl 486 96 Julia 119 Physical quantities with arbitrary units 2023-02-17T15:59:25Z
83 ReinforcementLearning.jl 472 81 Julia 57 A reinforcement learning package for Julia 2023-02-14T03:16:39Z
84 ApproxFun.jl 470 70 Julia 163 Julia package for function approximation 2023-01-25T10:42:01Z
85 Latexify.jl 465 45 Julia 28 Convert julia objects to LaTeX equations, arrays or other environments. 2023-02-03T18:24:57Z
86 Optimization.jl 464 57 Julia 56 Local, global, and beyond optimization for scientific machine learning (SciML) 2023-02-17T21:17:45Z
87 QuantEcon.jl 453 295 Julia 34 Julia implementation of QuantEcon routines 2023-01-06T04:55:51Z
88 JuliaFormatter.jl 453 55 Julia 123 An opinionated code formatter for Julia. Plot twist - the opinion is your own. 2023-02-16T20:59:23Z
89 Lazy.jl 443 55 Julia 38 I was gonna maintain this package, but then I got high 2021-06-01T15:25:55Z
90 PythonCall.jl 443 33 Julia 43 Python and Julia in harmony. 2023-02-15T19:02:13Z
91 QuantumOptics.jl 442 93 Julia 19 Library for the numerical simulation of closed as well as open quantum systems. 2023-01-27T18:37:20Z
92 PyPlot.jl 437 85 Julia 101 Plotting for Julia based on matplotlib.pyplot 2022-09-02T00:59:44Z
93 ClimateMachine.jl 432 76 Julia 153 Climate Machine: an Earth System Model that automatically learns from data 2023-02-10T19:08:11Z
94 SymbolicUtils.jl 432 76 Julia 99 Expression rewriting and simplification 2023-02-10T08:43:18Z
95 Literate.jl 432 57 Julia 21 Simple package for literate programming in Julia 2023-01-18T15:13:34Z
96 DataFramesMeta.jl 430 56 Julia 30 Metaprogramming tools for DataFrames 2023-02-14T21:02:21Z
97 Dash.jl 426 38 Julia 36 Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required. 2023-02-13T14:20:56Z
98 JLD2.jl 422 71 Julia 46 HDF5-compatible file format in pure Julia 2023-02-01T11:47:53Z
99 Interpolations.jl 418 100 Julia 93 Fast, continuous interpolation of discrete datasets in Julia 2022-12-13T07:05:20Z
100 ControlSystems.jl 418 85 Julia 60 A Control Systems Toolbox for Julia 2023-02-17T05:41:13Z