diff --git a/lessons/3-NeuralNetworks/04-OwnFramework/README.md b/lessons/3-NeuralNetworks/04-OwnFramework/README.md index 5afddc6a..22c6a074 100644 --- a/lessons/3-NeuralNetworks/04-OwnFramework/README.md +++ b/lessons/3-NeuralNetworks/04-OwnFramework/README.md @@ -1,4 +1,6 @@ # Introduction to Neural Networks. Multi-Layered Perceptron +## Available in Multiple Languages +- [中文](./translations/README.zho.md) In the previous section, you learned about the simplest neural network model - one-layered perceptron, a linear two-class classification model.