23 Matching Annotations
  1. Nov 2022
    1. R(o.) = JL(y, f(x, o.))dF(x, y).

      Ожидаемое значение Loss, т.о. M[L], а этот интеграл задается по определению.

  2. Oct 2022
    1. показывает какая доля вариативности в данных объясняется лучшей из линейных моделей

      Коэф. детерминации

  3. Sep 2022
    1. As a workaround you can recompile the client locally. I've just tried it and it's working just fine on Ubuntu 22.04 Clone the repo: git clone git@github.com:Jigsaw-Code/outline-client.git cd outline-client Install node 16 (for example using brew) brew install node@16 Install all dependencies npm install Build the app npm run action electron/build linux Now you have properly working Outline-Client.AppImage and you can run it ./build/dist/Outline-Client.AppImage

      Describes how to build electron app AppImage from source.