Skip to content

Commit f9b97ec

Browse files
star1327pMukulikaa
andauthored
Update content/tutorial-nlp-from-scratch.md
Co-authored-by: Mukulika <[email protected]>
1 parent b0a63e5 commit f9b97ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial-nlp-from-scratch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,6 @@ Nowadays, LSTMs have been replaced by the [Transformer](https://jalammar.github.
10541054
Building a neural network from scratch with NumPy is a great way to learn more about NumPy and about deep learning. However, for real-world applications you should use specialized frameworks — such as PyTorch, JAX or TensorFlow — that provide NumPy-like APIs, have built-in automatic differentiation and GPU support, and are designed for high-performance numerical computing and machine learning.
10551055

10561056
Finally, to know more about how ethics come into play when developing a machine learning model, you can refer to the following resources :
1057-
- Data ethics resources by the Turing Institute. <https://www.turing.ac.uk/research/data-ethics>
1057+
- [Data ethics resources](https://www.turing.ac.uk/research/data-ethics) by the Turing Institute
10581058
- Considering how artificial intelligence shifts power, an [article](https://www.nature.com/articles/d41586-020-02003-2) and [talk](https://slideslive.com/38923453/the-values-of-machine-learning) by Pratyusha Kalluri
10591059
- More ethics resources on [this blog post](https://www.fast.ai/2018/09/24/ai-ethics-resources/) by Rachel Thomas and the [Radical AI podcast](https://www.radicalai.org/)

0 commit comments

Comments
 (0)