FluxML / fluxml.github.io

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

Repository transfer request, Dive into Deep Learning Julia version #161

Open NeroBlackstone opened 1 year ago

NeroBlackstone commented 1 year ago

Is your feature request related to a problem? Please describe.

I noticed Flux.jl lack beginner tutorials, not only for particular topics, but also zero-to-one ML textbook with Julia and Flux.jl. So I create Dive into Deep Learning Julia version in repository D2lJulia. For now, I only finished chapter 2.1 .

Describe the feature you'd like

Would you (FluxML organization) like to receive this repo? Since I'm also a beginner in Flux and ML, so I think this task is best done with the Flux community. I'll continue to finish this work and merge the community pull request.

CarloLucibello commented 1 year ago

Hi @NeroBlackstone, this is for sure a good thing to have in the future, but right now seems too early stage. We can consider adopting the repo after a review of the code once the tutorials are mature enough and provided that you or other people are committed to maintaining it. You can also help improve the existing documentation if you want to.

NeroBlackstone commented 1 year ago

Hi @NeroBlackstone, this is for sure a good thing to have in the future, but right now seems too early stage. We can consider adopting the repo after a review of the code once the tutorials are mature enough and provided that you or other people are committed to maintaining it. You can also help improve the existing documentation if you want to.

Thank you, if there is a phased update in the future, I will post here.

Once you think it's mature enough, you could adopt it and let the Flux community collaborate to maintain it.

NeroBlackstone commented 1 year ago

I have finished chapter 2 - Preliminaries. For anyone who want to contribute, please open a pull request at d2ljulia

NeroBlackstone commented 1 year ago

Chapter 3 Linear Neural Networks for Regression finished

NeroBlackstone commented 1 year ago

chapter 4 linear classification finished