Andrey Anokhin

@AndreyPhys

Joined on Oct 24, 2019

  • Docker Docker - программное обеспечение для автоматизации развёртывания и управления приложениями в средах с поддержкой контейнеризации. Виртуализация vs докер Виртуализация vs докер Docker CLI
     Like  Bookmark
  • Python Decorators Definition A decorator is a function that takes another function and extends the behavior of the latter function without explicitly modifying it @uppercase def greet(): return 'Hello!'
     Like  Bookmark
  • Введение в Git и GitHub Git — распределённая система контроля версий, которая даёт возможность разработчикам отслеживать изменения в файлах и работать совместно с другими разработчиками Подробнее о git Pro Git book https://git-scm.com/book/ru/v2 Git How To https://githowto.com/ru Установка и настройка git
     Like  Bookmark
  • Деплой моделей машинного обучения Static vs Dynamic Training Static vs Dynamic Training Static vs Dynamic Serving Deployment patterns:
     Like  Bookmark
  • Functools Higher-order functions and operations on callable objects. The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for the purposes of this module. The functools module defines the following functions: @lru_cache @total_ordering
     Like  Bookmark
  • Деплой моделей машинного обучения A typical ML workflow API JSON JSON JSON (JavaScript Object Notation) - простой формат обмена данными, удобный для чтения и написания как человеком, так и компьютером.
     Like  Bookmark