Skip to content

Instantly share code, notes, and snippets.

@skucherenko
skucherenko / reading.md
Created June 27, 2023 13:34 — forked from bashkirtsevich/reading.md
Машинное обучение

Для тех, кто хочет на русском языке почитать:

  1. Петер Флах Машинное обучение источник, Оглавление и отрывки из глав

  2. Джеймс Г., Уиттон Д., Хасти Т., Тибширани Р. Введение в статистическое обучение с примерами на языке R источник, Оглавление и отрывки из глав

  3. Себастьян Рашка Python и машинное обучение источник

  4. Хенрик Бринк, Джозеф Ричардс Машинное обучение источник

@skucherenko
skucherenko / di-in-fp.md
Created July 20, 2018 06:48 — forked from gvolpe/di-in-fp.md
Dependency Injection in Functional Programming

Dependency Injection in Functional Programming

There exist several DI frameworks / libraries in the Scala ecosystem. But the more functional code you write the more you'll realize there's no need to use any of them.

A few of the most claimed benefits are the following:

  • Dependency Injection.
  • Life cycle management.
  • Dependency graph rewriting.