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: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,12 @@
17
17
2. Библиотека глубокого обучения [Keras](https://keras.io/).
18
18
3. Библиотеки [Theano](http://deeplearning.net/software/theano/) или [TensorFlow](https://www.tensorflow.org/) (используются в качестве вычислительного бекенда для Keras).
19
19
20
-
[Инструкция по установке Keras и Theano в Anaconda](https://www.asozykin.ru/deep_learning/2016/12/25/Keras-Installation.html).
21
-
[Инструкция по установке Keras и TensorFlow в Anaconda](https://www.asozykin.ru/deep_learning/2017/09/07/Keras-Installation-TensorFlow.html).
20
+
Инструкция по установке:
22
21
23
-
Примеры тестировалис с Theano. С TensorFlow возможны проблемы из-за разных подходов к использованию размерностей тензоров.
22
+
-[Keras и Theano в Anaconda](https://www.asozykin.ru/deep_learning/2016/12/25/Keras-Installation.html).
23
+
-[Keras и TensorFlow в Anaconda](https://www.asozykin.ru/deep_learning/2017/09/07/Keras-Installation-TensorFlow.html).
24
+
25
+
Примеры тестировались с Theano. С TensorFlow возможны проблемы из-за разных подходов к хранению изображений.
0 commit comments