- Вводная беседа
- Основы python
Источник: https://docs.python.org/3/tutorial/
- skitit-learn
- xgbboost
- Сравнение линейной регрессии и xgbboost на конкретном примере обработки данных
Источники:
https://github.com/dmlc/xgboost/tree/master/demo#machine-learning-challenge-winning-solutions
https://machinelearningmastery.com/gentle-introduction-xgboost-applied-machine-learning/
https://habr.com/en/company/ods/blog/327250/
https://dl.acm.org/doi/pdf/10.1145/2939672.2939785?download=true
- Вводная часть про обучение нейронных сетей, какие проблемы приходится решать
- MNIST и LeNet
- Задача ImageNet
Источники:
https://arxiv.org/pdf/1609.04747.pdf
https://www.eecis.udel.edu/~shatkay/Course/papers/NetworksAndCNNClasifiersIntroVapnik95.pdf
https://arxiv.org/pdf/1502.03167.pdf
http://www.vlfeat.org/matconvnet/matconvnet-manual.pdf
Николенко и др., Глубокое обучение
Goodfellow
- Region proposals via selective search R-CNN
- Fast R-CNN
- Faster R-CNN
- YOLO, SSD
http://openaccess.thecvf.com/content_iccv_2015/papers/Girshick_Fast_R-CNN_ICCV_2015_paper.pdf
https://arxiv.org/pdf/1512.02325.pdf
- Доверительный интервал для оценки достоверности классификации
- Оценки объёмов тестирующих выборок
- Источники данных
- Платформы mturk, toloka
- Симуляционные данные
- Трюки при обучении (pseudo-labeling, аугментация)
Источники:
https://sebastianraschka.com/blog/2018/model-evaluation-selection-part4.html
https://toloka.yandex.ru/tasks
https://github.com/immersive-limit/Unity-ComputerVisionSim
- Пример кода с использованием SIMD-инструкций
- Библиотека Openvino
- Howard, Andrew G., Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand, Marco Andreetto, and Hartwig Adam. "Mobilenets: Efficient convolutional neural networks for mobile vision applications." arXiv preprint arXiv:1704.04861 (2017).
- Sandler, Mark, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, and Liang-Chieh Chen. "Mobilenetv2: Inverted residuals and linear bottlenecks." In Proceedings of the IEEE conference on computer vision and pattern recognition, pp. 4510-4520. 2018.
- Courbariaux, Matthieu, Itay Hubara, Daniel Soudry, Ran El-Yaniv, and Yoshua Bengio. "Binarized neural networks: Training deep neural networks with weights and activations constrained to+ 1 or-1." arXiv preprint arXiv:1602.02830(2016).
- Rastegari, Mohammad, Vicente Ordonez, Joseph Redmon, and Ali Farhadi. "Xnor-net: Imagenet classification using binary convolutional neural networks." In European conference on computer vision, pp. 525-542. Springer, Cham, 2016.
- BMXNet: An Open-Source Binary Neural Network Implementation Based on MXNet