Skip to content
View zen0no's full-sized avatar
Block or Report

Block or report zen0no

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
zen0no/README.md


class AboutMe:
    def __init__(self):
        self.name = "Andrey"
        self.education = "ITMO University"
        self.faculty = "Control Systems Engineering"
        self.languages = ["Python", "C/C++", "Java"]

    def say_hello(self):
        print(self.name + " is ready to work!")

Popular repositories

  1. odqm odqm Public

    ODQM contains metrics for measuring quality of offline reinforcement learning data

    Python 3

  2. face_recognition face_recognition Public

    Simple face detection and verification system

    Python 1

  3. lab2 lab2 Public

    Java

  4. lab3 lab3 Public

    Java

  5. lab5 lab5 Public

    JavaLaboratory work #5

    Java

  6. cosinus_riemann_sum cosinus_riemann_sum Public

    Riemann's sum of cosinus vizulization on the [0; pi/2] interval

    Jupyter Notebook