Lindenmayer.jl: Defining recursive patterns in Julia

This is a simple package that can make LSystems. It uses Luxor.jl to draw them. Read more

Similar

7 Binary Classifier Libraries in Julia

I wished to do some machine learning for binary classification. Binary classification is perhaps the most basic of all supervised learning problems. Unsurprisingly julia has many libraries for it. Today we are looking at: LIBLINEAR (linear SVMs), LIBSVM (... (more…)

Read more »

Distributed Tables for Julia

Distributed table structures and data manipulation operations built on top of Dagger.jl - GitHub - JuliaParallel/DTables.jl: Distributed table structures and data manipulation operations built on t... (more…)

Read more »

Julia Language Telemetry on by Default

New “Pkg & Storage protocols” and an accompanying centralized service to host packages have been merged and are present in Julia v1.5.0-rc1. The new Pkg sends telemetry consisting of a user-specific UUID and other information to the server, where it i... (more…)

Read more »