Github-Ranking

:star:Github Ranking:star: Github stars and forks ranking list. Github Top100 stars list of different languages. Automatically update daily. | Github仓库排名,每日自动更新

View on GitHub

Github Ranking

Top 100 Stars in Julia

Ranking Project Name Stars Forks Language Open Issues Description Last Commit
1 julia 44537 5399 Julia 3962 The Julia Programming Language 2024-04-30T21:08:03Z
2 Flux.jl 4393 589 Julia 216 Relax! Flux is the ML library that doesn’t make you tensor 2024-05-01T00:14:49Z
3 DifferentialEquations.jl 2759 218 Julia 153 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-04-30T07:18:29Z
4 IJulia.jl 2748 405 Julia 126 Julia kernel for Jupyter 2024-03-08T20:52:07Z
5 computational-thinking 2539 469 Julia 8 Course 18.S191 at MIT, Fall 2022 - Introduction to computational thinking with Julia 2024-02-26T15:56:57Z
6 Makie.jl 2273 278 Julia 897 Interactive data visualizations and plotting in Julia 2024-05-01T00:09:27Z
7 Genie.jl 2185 186 Julia 99 🧞The highly productive Julia web framework 2024-04-30T11:10:59Z
8 JuMP.jl 2136 387 Julia 8 Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear) 2024-04-30T23:57:23Z
9 Turing.jl 1967 213 Julia 69 Bayesian inference with probabilistic programming. 2024-04-30T10:33:26Z
10 Gadfly.jl 1893 252 Julia 258 Crafty statistical graphics for Julia. 2024-03-13T12:25:24Z
11 Plots.jl 1793 345 Julia 662 Powerful convenience for Julia visualizations and data analysis 2024-05-01T00:03:58Z
12 Gen.jl 1771 159 Julia 149 A general-purpose probabilistic programming system with programmable inference 2024-05-01T02:58:27Z
13 MLJ.jl 1725 156 Julia 95 A Julia machine learning framework 2024-04-30T02:50:41Z
14 DataFrames.jl 1694 360 Julia 130 In-memory tabular data in Julia 2024-04-19T20:51:48Z
15 Zygote.jl 1440 206 Julia 380 21st century AD 2024-03-24T10:13:21Z
16 PyCall.jl 1438 185 Julia 257 Package to call Python functions from the Julia language 2024-03-11T02:07:35Z
17 Julia.jl 1400 196 Julia 9 Curated decibans of Julia programming language. 2023-12-07T19:45:52Z
18 UnicodePlots.jl 1393 78 Julia 10 Unicode-based scientific plotting for working in the terminal 2024-04-26T13:21:01Z
19 penumbra 1389 29 Julia 7 Penumbra Color Theme 2022-09-13T06:47:06Z
20 PackageCompiler.jl 1371 182 Julia 104 Compile your Julia Package 2024-04-30T14:05:38Z
21 ModelingToolkit.jl 1338 188 Julia 255 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-04-30T15:27:46Z
22 BeautifulAlgorithms.jl 1308 89 Julia 2 Concise and beautiful algorithms written in Julia 2023-12-17T17:11:46Z
23 Symbolics.jl 1288 137 Julia 382 Symbolic programming for the next generation of numerical software 2024-04-28T20:43:42Z
24 Mocha.jl 1286 259 Julia 35 Deep Learning framework for Julia 2018-12-06T01:09:35Z
25 AlphaZero.jl 1217 134 Julia 35 A generic, simple and fast implementation of Deepmind’s AlphaZero algorithm. 2024-03-13T09:43:26Z
26 VIMKiller 1191 15 Julia 13 Exiting VIM is hard; sometimes we need to take drastic measures 2021-10-14T06:18:57Z
27 Revise.jl 1154 106 Julia 57 Automatically update function definitions in a running Julia session 2024-04-24T16:34:46Z
28 CUDA.jl 1136 198 Julia 216 CUDA programming in Julia. 2024-05-01T02:47:13Z
29 Optim.jl 1081 212 Julia 80 Optimization functions for Julia 2024-04-29T20:37:51Z
30 Distributions.jl 1071 404 Julia 312 A Julia package for probability distributions and associated functions. 2024-04-20T16:28:33Z
31 StatsWithJuliaBook 1067 283 Julia 13 None 2023-03-27T02:18:41Z
32 polylux 950 46 Julia 51 A package for creating slides in Typst 2024-04-08T16:24:12Z
33 pythonidae 936 186 Julia 0 Curated decibans of scientific programming resources in Python. 2023-07-04T14:36:02Z
34 Franklin.jl 926 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 902 194 Julia 99 Physics-Informed Neural Networks (PINN) Solvers of (Partial) Differential Equations for Scientific Machine Learning (SciML) accelerated simulation 2024-04-30T17:50:15Z
36 Yao.jl 892 115 Julia 34 Extensible, Efficient Quantum Algorithm Design for Humans. 2024-04-30T23:39:05Z
37 model-zoo 883 335 Julia 55 Please do not feed the models 2024-03-20T22:16:27Z
38 TensorFlow.jl 879 112 Julia 70 A Julia wrapper for TensorFlow 2024-04-30T12:26:59Z
39 Oceananigans.jl 878 171 Julia 145 🌊 Julia software for fast, friendly, flexible, ocean-flavored fluid dynamics on CPUs and GPUs 2024-04-30T22:48:59Z
40 ForwardDiff.jl 854 141 Julia 124 Forward Mode Automatic Differentiation for Julia 2024-04-29T12:05:52Z
41 DSGE.jl 843 217 Julia 11 Solve and estimate Dynamic Stochastic General Equilibrium models (including the New York Fed DSGE) 2024-04-06T16:09:11Z
42 DiffEqFlux.jl 836 151 Julia 42 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-04-29T14:26:23Z
43 OnlineStats.jl 816 61 Julia 25 ⚡ Single-pass algorithms for statistics 2024-04-17T13:29:09Z
44 Weave.jl 814 95 Julia 133 Scientific reports/literate programming for Julia 2024-04-16T10:50:53Z
45 Javis.jl 812 51 Julia 54 Julia Animations and Visualizations 2024-04-16T00:07:31Z
46 DynamicalSystems.jl 800 87 Julia 10 Award winning software library for nonlinear dynamics and nonlinear timeseries analysis 2024-04-25T17:33:54Z
47 DrWatson.jl 797 85 Julia 51 The perfect sidekick to your scientific inquiries 2024-04-27T08:34:35Z
48 Documenter.jl 792 465 Julia 345 A documentation generator for Julia. 2024-05-01T01:01:36Z
49 diff-zoo 772 63 Julia 7 Differentiation for Hackers 2021-07-09T11:52:53Z
50 JuliaDB.jl 763 62 Julia 113 Parallel analytical database in pure Julia 2023-10-29T00:14:52Z
51 Cxx.jl 751 107 Julia 108 The Julia C++ Interface 2024-02-21T05:15:25Z
52 StaticArrays.jl 738 142 Julia 158 Statically sized arrays for Julia 2024-04-08T14:47:20Z
53 OhMyREPL.jl 737 56 Julia 46 Syntax highlighting and other enhancements for the Julia REPL 2024-02-13T09:12:51Z
54 LoopVectorization.jl 722 64 Julia 108 Macro(s) for vectorizing loops. 2024-05-01T00:10:51Z
55 JET.jl 692 28 Julia 69 An experimental code analyzer for Julia. No need for additional type annotations. 2024-04-22T14:53:05Z
56 Agents.jl 691 112 Julia 66 Agent-based modeling framework in Julia 2024-04-28T07:51:20Z
57 DataStructures.jl 676 241 Julia 115 Julia implementation of Data structures 2024-04-18T06:18:59Z
58 ChatGPT-Plugins-Collection 675 52 Julia 0 An unofficial collection of Plugins for ChatGPT, in any programming language! 2023-04-20T01:53:11Z
59 PythonCall.jl 672 59 Julia 122 Python and Julia in harmony. 2024-04-24T14:55:05Z
60 LightGraphs.jl 670 186 Julia 31 An optimized graphs package for the Julia programming language 2021-10-08T14:57:24Z
61 Optimization.jl 664 71 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-04-30T03:04:14Z
62 dictionary 662 170 Julia 4 A JSON representation of Webster’s Unabridged Dictionary 2021-04-23T20:59:28Z
63 ProgressMeter.jl 657 89 Julia 52 Progress meter for long-running computations 2024-04-04T01:25:00Z
64 Gridap.jl 640 89 Julia 83 Grid-based approximation of partial differential equations in Julia 2024-04-30T18:14:26Z
65 POMDPs.jl 639 97 Julia 21 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 637 51 Julia 27 Formatted output of timed sections in Julia 2024-03-06T13:23:32Z
67 HTTP.jl 624 172 Julia 79 HTTP for Julia 2024-04-22T11:48:45Z
68 Cthulhu.jl 610 41 Julia 76 The slow descent into madness 2024-04-29T19:16:22Z
69 PkgTemplates.jl 610 100 Julia 78 Create new Julia packages, the easy way 2024-05-01T02:15:49Z
70 Pkg.jl 601 249 Julia 507 Pkg - Package manager for the Julia programming language 2024-04-30T16:05:51Z
71 BenchmarkTools.jl 592 97 Julia 65 A benchmarking framework for the Julia language 2024-04-27T09:49:30Z
72 Catlab.jl 586 55 Julia 126 A framework for applied category theory in the Julia language 2024-04-29T13:42:44Z
73 FastAI.jl 584 53 Julia 19 Repository of best practices for deep learning in Julia, inspired by fastai 2024-02-29T23:40:53Z
74 Tullio.jl 583 26 Julia 60 2023-12-09T11:45:41Z
75 Dagger.jl 579 63 Julia 78 A framework for out-of-core and parallel execution 2024-04-23T16:52:40Z
76 Unitful.jl 575 111 Julia 141 Physical quantities with arbitrary units 2024-04-25T14:04:50Z
77 GLM.jl 573 113 Julia 68 Generalized linear models in Julia 2024-04-10T02:50:19Z
78 General 570 430 Julia 11 The official registry of general Julia packages 2024-05-01T02:53:36Z
79 ReinforcementLearning.jl 566 105 Julia 11 A reinforcement learning package for Julia 2024-04-18T12:26:04Z
80 Luxor.jl 566 71 Julia 10 Simple drawings using vector graphics; Cairo “for tourists!” 2024-04-25T17:39:59Z
81 StatsBase.jl 565 190 Julia 156 Basic statistics for Julia 2024-04-25T07:44:46Z
82 Convex.jl 542 119 Julia 13 A Julia package for disciplined convex programming 2024-04-30T09:52:18Z
83 ScikitLearn.jl 539 75 Julia 37 Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/ 2023-06-22T20:10:07Z
84 ThinkJulia.jl 537 135 Julia 18 Port of the book Think Python to the Julia programming language 2024-01-10T17:29:42Z
85 SymbolicRegression.jl 536 64 Julia 38 Distributed High-Performance Symbolic Regression in Julia 2024-04-30T00:08:54Z
86 JuliaFormatter.jl 535 60 Julia 166 An opinionated code formatter for Julia. Plot twist - the opinion is your own. 2024-04-30T10:08:07Z
87 WaterLily.jl 532 64 Julia 6 Fast and simple fluid simulator in Julia 2024-04-20T14:08:36Z
88 Latexify.jl 531 54 Julia 34 Convert julia objects to LaTeX equations, arrays or other environments. 2024-04-26T07:27:21Z
89 ApproxFun.jl 524 70 Julia 166 Julia package for function approximation 2024-03-16T12:26:11Z
90 Images.jl 523 141 Julia 37 An image library for Julia 2024-04-06T09:49:55Z
91 JLD2.jl 523 80 Julia 24 HDF5-compatible file format in pure Julia 2024-04-28T07:54:33Z
92 Literate.jl 516 61 Julia 25 Simple package for literate programming in Julia 2024-04-20T17:09:20Z
93 Interact.jl 514 77 Julia 85 Interactive widgets to play with your Julia code 2022-11-11T18:30:06Z
94 JuliaZH.jl 506 96 Julia 10 Julia语言中文文档 2023-11-02T05:21:53Z
95 QuantumOptics.jl 506 99 Julia 27 Library for the numerical simulation of closed as well as open quantum systems. 2024-03-15T00:10:58Z
96 Transformers.jl 503 69 Julia 29 Julia Implementation of Transformer models 2024-02-17T11:40:43Z
97 SymbolicUtils.jl 502 95 Julia 113 Symbolic expressions, rewriting and simplification 2024-04-30T22:07:02Z
98 OrdinaryDiffEq.jl 500 192 Julia 290 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-04-30T18:28:35Z
99 Interpolations.jl 499 106 Julia 107 Fast, continuous interpolation of discrete datasets in Julia 2024-04-10T15:14:32Z
100 QuantEcon.jl 493 300 Julia 35 Julia implementation of QuantEcon routines 2024-01-04T02:20:24Z