Konrad RyłkoProagileandcode.com·Mar 5, 2024Logistic Regression with Nx and ElixirIn the previous post, I described how to create a Linear Regression Machine Learning model in Elixir from scratch. This time we'll discuss so similar yet different beast - Logistic Regression. Logistic Regression First things first - what is this fun...Discuss·28 readsMachine Learning in ElixirElixir
Konrad RyłkoProagileandcode.com·Feb 19, 2024Optimize ML with Feature EngineeringIn this article, I'll focus on getting as much value as possible from training data, particularly features. We'll continue our journey started in Linear Regression model using Elixir and Nx. Let's jump into the practice and learn how to squeeze lemon...Discuss·1 likeMachine Learning in ElixirMachine Learning
Konrad RyłkoProagileandcode.com·Feb 8, 2024Linear Regression with Elixir and NxIn the previous article, I made an intro to Machine Learning in the Elixir world. This time I'll show you how to actually do some real work! We'll analyze car data and try to predict the Miles Per Galon factor (label) based on related features like h...Discuss·11 likes·543 readsMachine Learning in ElixirMachine Learning
Konrad RyłkoProagileandcode.com·Aug 25, 2023Machine Learning (in Elixir) - IntroThis post will be a part of my journey in learning Machine Learning (ML). I'm a student of the decent ML course "Machine Learning with JavaScript". You may wonder: Why not Python? Well, to make things more interesting - it won't even be JS 😉 I decid...Discuss·40 readsMachine Learning in ElixirElixir