The Julia Language
Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.
Here are 2,551 public repositories matching this topic...
Currently you have to click on the devtools icon and then toggle errors button.
Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components
-
Updated
Aug 16, 2020 - Julia
The last few weeks I have to switched to JuMP in order to perform my (optimization) analysis. Having a look at the documentation related to "Query Solutions" I found that you can extract very useful information regarding the optimizations results.
Thus, I was thinking that it would be a nice all of this information to be presented in a table. I understand that not everything is useful for every
Koç University deep learning framework.
-
Updated
Sep 17, 2020 - Jupyter Notebook
Only relevant to pyplot with most recent matplotlib
plot(1:10)
sys:1: MatplotlibDeprecationWarning: Passing the fontdict parameter of _set_ticklabels() positionally is deprecated since Matplotlib 3.3; the parameter will become keyword-only two minor releases later.
sys:1: UserWarning: FixedFormatter should only be used together with FixedLocator
sys:1: MatplotlibDeprecationWarning: Case-i
Curated decibans of Julia programming language.
-
Updated
Sep 15, 2020 - Julia
Package to call Python functions from the Julia language
-
Updated
Sep 16, 2020 - Julia
In-memory tabular data in Julia
-
Updated
Sep 17, 2020 - Julia
CoCalc: Collaborative Calculation in the Cloud
-
Updated
Sep 18, 2020 - TypeScript
I found that function mod2pi is not implemented yet, but mod works. Is there any list of implemented functions? Minimal working example is:
using Zygote
# This is working
gradient(x -> mod(x, 2pi), 1.)
# This is not
gradient(x -> mod2pi(x), 1.)
A Julia machine learning framework
-
Updated
Sep 17, 2020 - Jupyter Notebook
A Julia wrapper for TensorFlow
-
Updated
Mar 2, 2020 - Julia
A generic, simple and fast implementation of Deepmind's AlphaZero algorithm.
-
Updated
Sep 15, 2020 - Julia
Julia extension for Visual Studio Code
-
Updated
Sep 17, 2020 - TypeScript
So that other people (like me) can help development of the interactive API. At the moment it is something alien that I Can just use through example. This is not the proper way forward...
(finally found Mouse in interaction/iodevices.jl...)
Learn Julia the hard way!
-
Updated
Jul 27, 2020 - Makefile
solution of exercises of the book "probabilistic robotics"
-
Updated
Jul 22, 2020 - C++
Optimization functions for Julia
-
Updated
Sep 12, 2020 - Julia
A Julia package for probability distributions and associated functions.
-
Updated
Sep 18, 2020 - Julia
Hi there. It's my first day coding & I really appreciate this resource and I find it more or less easy to follow. However, I would recommend either providing a link to a glossary or simply having a glossary available for absolute beginners to explain terminology such as those referring to the various data types & examples given. Just to make the language a bit more accessible.
I'm enjoying
typo
It would be handy for all edge operations to have both f(g, e) and f(g, src(e), dst(e)) defined by default on abstract graphs
Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
Released February 14, 2012
- Organization
- JuliaLang
- Website
- julialang.org
- Wikipedia
- Wikipedia


Currently, the docs for the Printf standardlib simply mentions it uses "C
printfstyle format specification", but does not specify what that is, nor provides a link to the C printf format.It would be nice to explain it in the docs.