Month: April 2023

F# and linear regression

Linear regression using stochastic and batch gradient descent.
Simple implementation example using F#.

F# and Gradient Descent: How to find the minimum of a function in a few minutes?

Gradient descent algorithm is one of the most important optimization methods in the field of machine learning.
Learn how F# language and its tools can help you implement this algorithm.