Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/logankilpatrick/deeplearningwithjulia

The Deep Learning with Julia book, using Flux.jl.
https://github.com/logankilpatrick/deeplearningwithjulia

books deep-learning fluxml julia machine-learning

Last synced: 2 months ago
JSON representation

The Deep Learning with Julia book, using Flux.jl.

Awesome Lists containing this project

README

        

# Deep Learning with Julia

![DLGitHubPreview](https://user-images.githubusercontent.com/35577566/142680741-276551f1-6ec6-4eba-b625-4e88d70dda13.png)

DL with Julia is a book about how to do various deep learning tasks using the Julia programming language and specifically the Flux.jl package. The intent of the book is to prove that serious deep learning can be done in Julia and that the ecosystem as a whole is ready for the spotlight.

## Getting Started

All of the code and resources for this book are stored here on GitHub and deployed to [https://deeplearningwithjulia.com](https://deeplearningwithjulia.com).

## Content

At the present moment, my focus is on writing materials in the following areas:

- [] Basic Recurrent Neural Networks with Flux.jl (WIP)
- [] CNN Basics with Flux.jl
- [] Transfer Learning for Computer Vision with Flux.jl (WIP)
- [] Solving basic NLP problems with Flux.jl
- [] Preparing and using data with Flux.jl (inspired by out image augmentation assignment somewhat)
- [] Saving and loading machine learning models in Flux.jl
- [] Automatic Differentiation in Flux (https://www.microsoft.com/en-us/research/video/the-simple-essence-of-automatic-differentiation/)