Skip to content
View malyasova's full-sized avatar

Block or report malyasova

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
malyasova/README.md

Hello 👋

I am a machine learning engineer looking for work in AI alignment.

Previously, I participated in SERI MATS 2022 winter program, worked at DeepSpin in Germany, worked at rebels.ai and MainsLab in Russia. I got my Masters degree in Data Science from Skoltech and my Bachelors degree in Mathematics from HSE.

Most of my code contributions are in private repositories at MainsLab and Deepspin, but I created a few small projects to showcase my coding skills.

Projects:

  • PGRD - I reproduce the first experiment from a reinforcement learning paper Reward Design via Online Gradient Ascent The goal of the experiment is to find an optimal reward function to train reinforcement learning agents.
  • intersect_circles - to get some practice with Red-Black trees, I implemented the Bentley-Ottmann sweep line algorithm in C++, but with a twist: instead of finding all intersection of segments, I find all intersections of a set of circles
  • Voice Conversion - a one-shot voice conversion model I trained as a student at Skoltech.
  • malyasova.github.io - some blog posts about data structures and algorithms and their implementation in Python: Augmented Binary Search Tree, Augmented Red-Black Tree, Fenwick Tree, Heap, Quickselect Algorithm, Rivest-Floyd algorithm

You can reach me at viktoriya dot malyasova at gmail dot com

Popular repositories Loading

  1. PGRD PGRD Public

    Implementing the "Reward Design via Online Gradient Ascent" paper

    Jupyter Notebook 1

  2. intersect_circles intersect_circles Public

    C++ 1 1

  3. nand2tetris nand2tetris Public

    Building a computer from first principles

    Hack

  4. VoiceConversion VoiceConversion Public

    Python

  5. malyasova.github.io malyasova.github.io Public

    SCSS

  6. numpy numpy Public

    Forked from numpy/numpy

    The fundamental package for scientific computing with Python.

    Python