Добавлены разделы о ВПК, алгоритме, ИИ

This commit is contained in:
2026-05-28 16:25:59 +03:00
parent 3673c4aa8d
commit 5c40687011
17 changed files with 1552840 additions and 42 deletions

View File

@@ -92,3 +92,25 @@
year = {2026},
note = {Приватный репозиторий GitLab ЮФУ; доступ для проверки по запросу руководителя ВКР},
}
@misc{tflite-docs,
title = {TensorFlow Lite},
author = {{Google}},
year = {2026},
url = {https://www.tensorflow.org/lite},
}
@misc{mlkit-text,
title = {ML Kit: Text recognition},
author = {{Google}},
year = {2026},
url = {https://developers.google.com/ml-kit/vision/text-recognition},
}
@book{goodfellow-dl,
title = {Deep Learning},
author = {Goodfellow, I. and Bengio, Y. and Courville, A.},
year = {2016},
publisher = {MIT Press},
url = {https://www.deeplearningbook.org/},
}