Skip to content

Instantly share code, notes, and snippets.

View Timopheym's full-sized avatar
🎯
Focusing

Timophey Molchanov Timopheym

🎯
Focusing
View GitHub Profile
@Timopheym
Timopheym / README.md
Last active August 29, 2015 14:02 — forked from mbostock/.block

D3 2.10 allows you to implement custom interpolators for d3.svg.line and d3.svg.area. This contrived example shows how to draw arcs between data points using SVG’s elliptical arc path segments.

var line = d3.svg.line()
    .interpolate(function(points) { return 0; })
    .x(function(d) { return x(d.x); })
    .y(function(d) { return y(d.y); });
@Timopheym
Timopheym / reading.md
Created May 7, 2021 18:29 — forked from bashkirtsevich/reading.md
Машинное обучение

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

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

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

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

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