Skip to content

Commit 621440f

Browse files
Apply suggestions from code review
Co-authored-by: Kyle Daruwalla <daruwalla.k.public@icloud.com>
1 parent 94e7c56 commit 621440f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to the Flux community!
44

55
**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.
66

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.
88

99
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).
1010

@@ -41,11 +41,11 @@ Before you start contributing to Flux, you need the following tools:
4141

4242
If you need to learn about Julia and Flux, then you can check out the following resources:
4343

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/)
4949

5050
## Get help
5151

0 commit comments

Comments
 (0)