Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/logankilpatrick/deeplearningwithjulia
- Owner: logankilpatrick
- Created: 2021-11-11T15:38:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T16:42:12.000Z (about 3 years ago)
- Last Synced: 2024-10-04T11:35:43.551Z (3 months ago)
- Topics: books, deep-learning, fluxml, julia, machine-learning
- Language: Jupyter Notebook
- Homepage: https://deeplearningwithjulia.com
- Size: 4.07 MB
- Stars: 81
- Watchers: 9
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)