|
You are here |
rdrr.io | ||
| | | | |
purrr.tidyverse.org
|
|
| | | | | These functions are variants of map() that iterate over two arguments at a time. | |
| | | | |
dplyr.tidyverse.org
|
|
| | | | | Most data operations are done on groups defined by variables. group_by() takes an existing tbl and converts it into a grouped tbl where operations are performed "by group". ungroup() removes grouping. | |
| | | | |
marcospereira.me
|
|
| | | | | In this post we summarize the math behind deep learning and implement a simple network that achieves 85% accuracy classifying digits from the MNIST dataset. | |
| | | | |
verdagon.dev
|
|
| | | |||