FluxML / fluxml.github.io

Flux Website
https://fluxml.ai
MIT License
20 stars 45 forks source link

New Blog on creating custom ML models with Flux.jl added #127

Open arcAman07 opened 2 years ago

arcAman07 commented 2 years ago

Created a blog for beginners to Flux.jl on "Creating custom ML models with flux.jl". This blog deals with building a basic Linear Regression model using the BostonHousing dataset( present in the MLDatasets.jl library) while helping the readers understand the basics of flux.jl library.

arcAman07 commented 2 years ago

Is it fit to be added to the website? ( tried to make it as basic as possible )

logankilpatrick commented 2 years ago

Hey @arcAman07 the best way to approach this is to convert the Medium article into markdown format so that it can live here and be updated

arcAman07 commented 2 years ago

Converted the blog into the markdown format with some edits to the original medium blog which can be fit as a first step learning guide for beginners to start with Flux.jl , creating models from scratch . Let me know if the blog requires more edits or additions to the markdown.