Julia Programming

Inpainting an image in Julia

For our final article of the month, we'll be showing you how easy it is to inpaint images in Julia.…

3 years ago

SVMs with Julia

We're almost at the end of another month of Julia here on MachineLearningGeek, and we'll be quickly covering Support Vector…

3 years ago

Julia Packaging

Great, now you have a working knowledge of programming in Julia. When you use it to make awesome packages, you'll…

3 years ago

Regression with Julia

Today we'll be taking a quick look at how to do regressions in Julia. But instead of using our advanced…

3 years ago

Deep dive into Flux.jl

Today we'll be taking a look at some source code behind Flux.jl. If you're here, you've likely tried to work…

3 years ago

Macros in Julia

julia> @foofoo "rocks" MLG:rocks You might be thinking how is machine learning related to Macros. Or perhaps you're still haunted…

3 years ago

MNIST with Julia

Today we write the “Hello World” of machine learning in Flux, training a simple neural net to classify hand-written digits…

3 years ago

From Jupyter to Pluto

We can use Julia with our trusty Jupyter and be on our way. But in this article, we'll see why…

3 years ago

Sets and Dictionaries in Julia

In the past week, we've covered the basics of Julia, as well as looked at all the primitive types' implementations.…

3 years ago

Exception Handling

The last article on this mini-series will teach you how to handle exceptions. As its one of the last steps…

3 years ago