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: content/tutorial-nlp-from-scratch.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1051,7 +1051,7 @@ To further enhance and optimize your neural network model, you can consider one
1051
1051
1052
1052
Nowadays, LSTMs have been replaced by the[Transformer](https://jalammar.github.io/illustrated-transformer/)( which uses[Attention](https://jalammar.github.io/visualizing-neural-machine-translation-mechanics-of-seq2seq-models-with-attention/) to tackle all the problems that plague an LSTM such as as lack of[transfer learning](https://en.wikipedia.org/wiki/Transfer_learning), lack of[parallel training](https://web.stanford.edu/~rezab/classes/cme323/S16/projects_reports/hedge_usmani.pdf) and a long gradient chain for lengthy sequences
1053
1053
1054
-
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, TensorFloworMXNet — that provide NumPy-like APIs, have built-in automatic differentiation and GPU support, and are designed for high-performance numerical computing and machine learning.
1054
+
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, JAXorTensorFlow — that provide NumPy-like APIs, have built-in automatic differentiation and GPU support, and are designed for high-performance numerical computing and machine learning.
1055
1055
1056
1056
Finally, to know more about how ethics come into play when developing a machine learning model, you can refer to the following resources :
1057
1057
- Data ethics resources by the Turing Institute.https://www.turing.ac.uk/research/data-ethics