YouTube video by Julia Dispatch
Julia Health with Jacob Zelko
#Julialang Dispatch: we welcome Jacob Zelko, who takes us on a fascinating journey from his early days as a #biomedical engineering student through his work at the CDC during the COVID-19 pandemic, and into his current exploration of applied #categorytheory.
www.youtube.com/watch?v=HyMp...
05.08.2025 16:30 β π 4 π 1 π¬ 0 π 0
Well no one responded to libflame issues for 4 years and haven't tagged in 6. So at what point do you stop waiting and just say welp, here are the results. I thought 4 years was enough. It's on EPYC which isn't in their set I think? At least on that CPU it's not good.
04.08.2025 18:44 β π 0 π 0 π¬ 1 π 0
BLIS is a really slow BLAS lol
04.08.2025 18:23 β π 2 π 0 π¬ 1 π 0
New paper on fitting #neuroscience models to neuroimaging and electrophysiological data! We show that the previous techniques within the field (Spectral DCM) can be greatly improved using automatic differentiation, #julialang #sciml, ModelingToolkit, and more.
25.07.2025 11:33 β π 6 π 0 π¬ 1 π 0
SciML: Open Source Software for Scientific Machine Learning
Open Source Software for Scientific Machine Learning
How successful has the SciML Small Grants program been at getting newcomers to contribute to open source software #oss for #sciml #julialang and #ai4science? Very!
* 13 total projects initiated
* ~90% success rate
See the blog post summary of the first year!
sciml.ai/news/2025/07...
20.07.2025 21:32 β π 12 π 5 π¬ 0 π 0
That's why we don't do direct symbolic regression. By doing it indirect you can always regenerate data to a size more appropriate for SR convergence.
09.07.2025 14:51 β π 0 π 0 π¬ 1 π 0
This gives a deep dive into open source sustainability models that integrates #academia while also integrating the #startup community.
09.07.2025 10:38 β π 1 π 0 π¬ 0 π 0
In this blog post we go into detail how Dyad is designed to be synergistic with the enabling stronger open source software, giving long-term maintenance structures and show the history of how much of what has evolved in the #sciml community had been created in tandem with the goals here.
09.07.2025 10:38 β π 1 π 0 π¬ 1 π 0
Additionally, we show that this is much more capable of learning the correct equations than techniques like #SINDy as it is better able to use prior information about possible equations and model structure!
09.07.2025 10:29 β π 2 π 0 π¬ 1 π 0
We can learn dynamical systems that capture the correct statistical properties of the original system, and use symbolic regression to sparsify the results to predicted governing equations. Use case: learning neural mass models, i.e. models of average behaviors of large brain regions
09.07.2025 10:29 β π 1 π 0 π¬ 1 π 0
However, we can force the perturbed model to be non-chaotic, making the fitting process orders of magnitude easier. It also gives a smooth loss landscape with less or no bad local minima.
09.07.2025 10:29 β π 0 π 0 π¬ 1 π 0
So how did we overcome this? By making a non-chaotic training of course! We instead fit a perturbed model with the curious behavior that it retains the same global optima, i.e. the correct fitting parameters of the perturbed model is also a correct fitting model of the original model.
09.07.2025 10:29 β π 0 π 0 π¬ 1 π 0
Our new manuscript shows how to extend automated model discovery and universal differential equations to chaotic systems in #neuroscience using a trick from control literature known as the Prediction Error Method (PEM)!
Check out the paper at: arxiv.org/abs/2507.03631
#sciml #ai4science
09.07.2025 10:29 β π 15 π 3 π¬ 1 π 0
YouTube video by JuliaHub
Getting Started with Dyad Studio - Extended Edition (Complete In-Depth Tutorial)
Check out the extended edition of our Dyad Studio tutorial! This one really dives into detail, showing you every step of using Dyad in modeling and simulation.
#julialang
www.youtube.com/watch?v=5zKL...
27.06.2025 12:58 β π 5 π 0 π¬ 0 π 0
YouTube video by Julia Dispatch
Julia Dispatch Podcast: March 2025 Newsletter Deep Dive with Chris Rackauckas & Stefan Krastanov
New Julia Dispatch Podcast! Join Chris Rackauckas and Stefan Krastanov as they explore the latest developments in the Julia programming language ecosystem from the March 2025 "This Month in Julia World" newsletter.
www.youtube.com/watch?v=i9pe...
#julialang
26.06.2025 13:15 β π 7 π 0 π¬ 0 π 0
YouTube video by JuliaHub
Getting Started with Dyad Studio
In this comprehensive tutorial, we'll walk you through everything you need to know to get started with #Dyad Studio - the next-generation modeling system that seamlessly combines GUI and textual modeling.
www.youtube.com/watch?v=QLlX...
#julialang #acausal #modelica #sciml
25.06.2025 17:26 β π 2 π 0 π¬ 0 π 0
Dyad
Modeling with Dyad: Hardware Engineering at the Speed of Software
So if you've ever wanted to merge #acausal modeling and scientific #machinelearning, check out the Dyad documentation! help.juliahub.com/dyad/dev/
18.06.2025 10:29 β π 3 π 0 π¬ 1 π 0
PID Autotuning Analysis | Dyad
Automatically tune PID controller parameters for a given model using step-response optimization subject to frequency-domain constraints.
This is mixed with a complete system for doing classical controls analysis, for example auto-tuning PID controllers and performing frequency-based analyses. help.juliahub.com/dyad/dev/ana...
18.06.2025 10:29 β π 1 π 0 π¬ 1 π 0
It is built upon the #julialang #sciml ecosystem, meaning the generated code is accessible and easily re-targetable. You can write your own backends, force the usage of #gpu acceleration, do differentiable programming, etc.
18.06.2025 10:29 β π 1 π 0 π¬ 1 π 0
Dyad comes with #VSCode extensions to seamlessly perform static analyses for furthering model correctness by ensuring the physics is correct before code generation.
18.06.2025 10:29 β π 1 π 0 π¬ 1 π 0
Dyad: Making Hardware as Easy as Software
Dyad redefines engineering workflows with a declarative, AI-ready modeling system that bridges simulation, devops, and embedded hardware targets.
@JuliaHub_Inc
has released a new modeling language, Dyad, which integrates traditional physical modeling a la #modlica with scientific machine learning #sciml in a high-level and declarative form. Check out our release post!
juliahub.com/blog/dyad-ma...
#julialang #mbse #ai
18.06.2025 10:29 β π 7 π 1 π¬ 1 π 0
This is the first results of the new BVP solvers to share, with many more to come soon (that will be its own publication very soon, lots of new tricks!).
18.06.2025 10:20 β π 2 π 0 π¬ 0 π 0
Linear BVP Benchmarks Β· The SciML Benchmarks
For more detailed BVP solver benchmarks, see the SciMLBenchmarks: docs.sciml.ai/SciMLBenchma...
18.06.2025 10:20 β π 2 π 0 π¬ 1 π 0
With modeling heat pumps and dehumidifiers, we were able to show that the latest boundary value problem (#BVP) solvers in #julialang #sciml outperform the Fortran wrapped bvp_solver of SciPy and the native bvp4c/5c solvers of MATLAB.
Published article here: authors.elsevier.com/c/1lHcein8Vr...
18.06.2025 10:20 β π 9 π 0 π¬ 1 π 0
What does this do that TagBot doesn't? For the most part we seem fine with TagBot/Registrator as the release process.
12.06.2025 19:18 β π 1 π 0 π¬ 1 π 0
YouTube video by Drumeo
Mike Portnoy Hears Taylor Swift For The First Time
Artistic rendition of using #julialang on models with only 3 ODEs
www.youtube.com/watch?v=cHl_...
09.06.2025 03:35 β π 3 π 0 π¬ 1 π 0
β€οΈπ π£οΈDE|EN|FR #RStats | #EconSky | #NAFO βcrypto|nft|ai|antivaxx|bots
Optimisation, Riemannian manifolds, and numerics in Julia (Manifolds.jl & Manopt.jl). Working at the Department of Mathematical Sciences, NTNU, Trondheim, Norway.
Posts mostly in English, manchmal Deutsch eller Norsk.
Climate scientist. NERC Research Fellow @UniofOxford, prev Schmidt AI in Science; PostDoc @MIT, PhD @UniofOxford. #JuliaLang, open source, low carbon, free education, vegan, π»+π²+π₯οΈ. Cars ruin cities. *354ppm he|him
Professor of Numerical Methods @ Istanbul University | Associate Editor @ Journal of Open Source Software (JOSS)
Doctor. Data scientist. University of Canterbury, NZ. Machine learning. Environment. Epidemiology. Digital Twins. Meta Analysis. Julia. Aotearoa. at social.arinbasu.online. Founder of TwinMe, signal: arinbasu.89
Join the largest annual conference organized around the Julia programming language
Pittsburgh, Pennsylvania. July 21stβ26th, 2025.
https://juliacon.org/2025/
Researcher in machine learning and optimization. Open source enthusiast. Parody songwriter (aka PianoHamster). OCD survivor.
neuroscience, behaviour, open source tools.
research scientist at neuroblox.org
my two bits : https://github.com/harisorgn
Trustworthy AI, Counterfactual Explanations, Open-Source Software and other PhD things at TU Delft.
@julialang.org developer @taija.org
Website: www.patalt.org
Assistant Professor at Tufts Medicine studying microbes, brains, and the immune system π½π¦ π§
Fermenter, gardener, Zen Buddhist. Ask me about #julialang!
ποΈ: https://audiommunity.org
π: https://blog.bonham.ch
π»: https://GitHub.com/kescobo
Asst. prof. at NUS. Scaling cooperative intelligence & infrastructure for an automated future. PhD @ MIT ProbComp / CoCoSci. Pronouns: η₯/δΌ
Applied Statistician (Causal Inference, Psychometrics & Econometrics) | Research Software Developer - #JuliaLang, #RStats, #Python. Passionate about #EducationalPsychology & #BehavioralEconomics.
Applied mathematician and technologist. Research scientist at @toposinstitute.bsky.social
Working on Julia, Graphics, Plotting and GPU computing - studied Cognitive Science, creator of Makie.jl
Makie.jl is a plotting library for Julia. Follow this account to view updates & outstanding examples! https://github.com/JuliaPlots/Makie.jl
SWE. Aerospace R&D. I like SynBio, compilers and programming languages :)
βAnd weβre still not scared. Nothing new here, this is stuff you already know. This isnβt confusing; weβre not scared.β β Brian Beckman, Donβt fear the Monad
Doing Bayesian stuff in #rustlang and #julialang. Seattle
Julia REPL stan | Rust Software Performance Engineering
https://miguelraz.github.io
www.linkedin.com/in/miguel-raz-guzmΓ‘n-macedo-64895a127
Data Scientist @ Utah Medicaid || #rstats User || Train Enthusiast
Developer of RuleMiner.jlβ a fast data mining library in #julialang:
https://github.com/JaredSchwartz/RuleMiner.jl