wangxinqi94 / MLOpt.jl

Tutorial code for Machine Learning and Optimization written in julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository collects the code used in my blog series about Optimization and Machine Learning.

The code is written in julia, primarily for the purpose of demonstrating basic machine learning models and optimization algorithms. In order to make the code clear, efficiency is not of a primary concern here. Directly using this code in production is not recommended.

Since this code might be evolving, I will make a tag when each blog post is published, so that one can always check out the old version and reproduce what is described in the blog post even if the structure or the behavior of the code change in future versions.

About

Tutorial code for Machine Learning and Optimization written in julia


Languages

Language:Julia 99.3%Language:Shell 0.7%