You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Welcome to the Flux community!
4
4
5
5
**Flux.jl** is the de facto machine learning library in the **Julia ecosystem** and one of the foundational Julia packages. It is written in *pure Julia*. This is very different from most other state-of-the-art machine learning libraries which typically leverage languages like C or C++ under the hood.
6
6
7
-
Flux has always had the mission of being a simple, hackable and performant approach to machine learning, which is extended to a number of domains in science by means of differentiable programming.
7
+
Flux has always had the mission of being a simple, hackable and performant approach to machine learning, which is extended to a number of scientific domains by means of differentiable programming.
8
8
9
9
Julia provides features that Machine Learning researchers and practitioners need. However, the ecosystem is not yet mature enough so that developers can rewrite it in Julia. This provides a great opportunity for you to contribute to the [future of Machine Learning and the Julia language in general](https://towardsdatascience.com/the-future-of-machine-learning-and-why-it-looks-a-lot-like-julia-a0e26b51f6a6).
10
10
@@ -41,11 +41,11 @@ Before you start contributing to Flux, you need the following tools:
41
41
42
42
If you need to learn about Julia and Flux, then you can check out the following resources:
43
43
44
-
*[JuliaAcademy](https://juliaacademy.com/) introductory courses to Julia and Flux.
45
-
* Flux’s official [Getting Started](https://fluxml.ai/getting_started.html) tutorial.
46
-
*[Deep Learning with Flux - A 60 Minute Blitz](https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html). This is a quick intro to Flux loosely based on PyTorch’s tutorial.
47
-
*[Flux Model Zoo](https://github.com/FluxML/model-zoo) showcases various demonstrations of models that you can reuse with your own data.
48
-
*[Flux’s official documentation](https://fluxml.ai/Flux.jl/stable/).
44
+
*[JuliaAcademy](https://juliaacademy.com/) introductory courses to Julia and Flux
45
+
* Flux’s official [Getting Started](https://fluxml.ai/getting_started.html) tutorial
46
+
*[Deep Learning with Flux - A 60 Minute Blitz](https://fluxml.ai/tutorials/2020/09/15/deep-learning-flux.html): a quick intro to Flux loosely based on PyTorch’s tutorial
47
+
*[Flux Model Zoo](https://github.com/FluxML/model-zoo) showcases various demonstrations of models that you can reuse with your own data
48
+
*[Flux’s official documentation](https://fluxml.ai/Flux.jl/stable/)
0 commit comments