Andrey Romanov

Results 5 issues of Andrey Romanov

### Checklist - [X] I have searched the issues. - [X] I have searched the docs. ### ❓ Questions and Help Let's say I have a `ts` with `D` frequency...

help wanted
question

given model `m-bty-gen-ch` and `evals` dataset, the solution looks like ``` (def m-bty-gen-ch (c/scatter-plot (i/$ :bty_avg evals) (i/$ :score evals) :group-by (i/$ :gender evals) :legend true)) (def coefs (m-bty-gen :coefs))...

```Python def vectorized_forward_pass(self, input_matrix): ... ``` В описании говорится, что ``` На вход он принимает матрицу активаций размера n×mn×m и вектор ответов длины nn . ... ```