About me

I am currently a student at Arizona State University, pursuing a Bachelor's degree in Computer Science. With a perfect 4.0 GPA, I am set to graduate a semester early in May 2025. As I approach this milestone, I am actively seeking full-time employment opportunities.

My journey into the world of programming began at the age of 7, thanks to my grandfather, a computer science professor, who ignited my passion for coding. This early start led me to attend one of the best STEM high schools in Russia, where I graduated at the top of my class, nurturing my love for math and physics.

By the time I was thirteen, I had begun exploring the field of machine learning, creating my own projects. Throughout high school and college, I competed in numerous hackathons to showcase my skills and have held leadership positions in software engineering clubs at my school. Over the years, I've built numerous projects and conducted scientific research in machine learning, from developing web applications using Flask to crafting AI models with TensorFlow.

Upon graduation, I am looking to join a company where I will continue to be challenged and encouraged to innovate.

My skills

  • Web Development

    Building responsive and user-friendly websites using HTML, CSS, and JavaScript.

  • Machine Learning

    Developing and deploying AI models with TensorFlow and PyTorch for data-driven solutions.

  • Backend Development

    Creating robust server-side applications with Flask and fastAPI, ensuring efficient data handling and integration.

  • camera icon

    Cloud Infrastructure

    Managing and deploying applications using Docker, Nginx, and cloud services for scalable and secure environments.

Resume

Education

  1. Arizona State University

    2022 - Present

    I am currently pursuing a Bachelor of Science in Computer Science at Arizona State University with a perfect 4.0 GPA. My studies focus on software development, machine learning, and data analysis, and I am actively involved in tech-related extracurricular activities. I am eager to apply my academic knowledge in real-world applications.

Experience

  1. iDayDream Studios - Fullstack developer intern

    May 2024 — Present

    Developed an AI algorithm to create custom websites for content creators by integrating and scraping data from their social media accounts using Python and natural language processing techniques, enhancing user engagement and online presence.
    Engineered an AI framework for automating social media content creation, transforming weekly podcast content into blog posts, Instagram posts, and TikTok clips with AI-generated avatars, resulting in a 40% increase in social media engagement.

  2. Gazprom - Data Science intern

    Jun 2021 — Aug 2021

    Collaborated with a team of developers to analyze underground rock samples and predict oil reserve probabilities with high accuracy, utilizing Siamese networks and statistics.
    Independently created and deployed a robust machine learning model using Python, TensorFlow, Keras, Pandas, and NumPy, achieving 75% accuracy and now actively used by Gazprom for predictive analysis in new oil field exploration.

Extra Curriculars

  1. Augmented Reality Club - Co-Founder

    Aug 2023 - Present

    Hosted a Hackathon for students to use EffectHouse and create innovative filters on TikTok.
    Leading efforts to integrate Augmented Reality into ASU campus map.

  2. SoDA (Software Developers Association) - Technical Director

    Jan 2022 - Dec 2023

    Led a team of technical officers in the largest Software Developers club at the university, driving a 50% increase in membership through strategic initiatives and effective task allocation.
    Designed technical projects, workshops, hackathons, and tech talks, promoting learning and collaboration among members.
    Managed server cloud infrastructure for the club, including VPS and project deployment tools.

Certifications

  1. Microsoft Certified: Azure Fundamental

    2023

Awards & Achievements

  1. Hacker Devils Codeathon - 1st place

    Apr 2024
  2. Software Developers Association Coding Competition - 1st place

    Mar 2024
  3. WiCS Coding Competition - 2nd place

    Mar 2024
  4. Silicon Valley Bank Hackathon - 2nd place

    Apr 2022
  5. International Sakharov Readings conference - 2nd place

    Mar 2020
  6. Samsung IT school competition - 3rd place

    Jul 2019

My skills

  • Python Developement
    6 years
  • Web Development
    2 years
  • Data Science
    8 years
  • Machine Learning
    8 years

Contact

Contact Form

Project name

I made this website to showcase my web development skills. The frontend is made using HTML, CSS, and JavaScript / Jquery, while the backend is powered by Python Flask. The entire website is run using Docker containers, which handle SSL certificate issuing and renewal using Certbot, and has Nginx built-in for traffic handling.

The website is fully responsive, ensuring a seamless user experience across different devices and screen sizes.

Various performance optimization techniques have been applied, including lazy loading images and minifying CSS/JS files, to ensure fast load times and a smooth user experience.

Google Analytics is integrated to track user interactions and gather insights for further improvements.

Startup Success Prediction Model

At the Silicon Valley Bank Hackathon, I led a team of five members to secure 2nd place with an innovative project. I focused on the backend, developing a natural language processing (NLP) model using TensorFlow in Python, designed to forecast the success of startups in the finance sector, achieving a 75% accuracy rate.

The model leveraged data from multiple sources to make accurate predictions. I utilized the Twitter API to gather real-time tweets about various startups, capturing public sentiment and trending discussions. Additionally, I incorporated Google search results, Google Trends data, and internet mentions to enrich our dataset, providing a comprehensive view of each startup’s online presence and public perception.

The core of our model was based on transformer architecture, the same technology that powers ChatGPT, which enabled us to effectively process and analyze large volumes of text data. This sophisticated approach allowed us to identify patterns and insights indicative of a startup’s potential success.

This experience challenged me to integrate diverse data sources and apply machine learning to real-world problems.

Unfortunately, SVB did go bankrupt shortly after granting my team a $10,000 check…

C2PRL stands for Centralized 2 Part Reinforcement Learning. It is a research project I've been working on. When I was studying AI, reinforcement learning caught my interest and I started implementing different algorithms from that field myself. But I always wanted to create something unique. I began reading research papers and got inspired by DeepMind's research on hierarchical AI. This led me to develop my own hierarchical AI.

After months of contemplation, I finally came up with the idea: an agent composed of two neural networks. The first is the Brain, which generates a game state for the agent to reach within a specified time, focusing on long-term success. The second is the Executor, which attempts to reach the state generated by the Brain within the given time. The Executor learns the short-term mechanics of the game environments. Together, they produce sophisticated strategies quicker than a single neural network and with less training data.

I tested my algorithm on Atari games, a standard benchmark at the time, and it outperformed humans and DeepMind's early algorithm, DQN. Following this success, my mentor helped me prepare for a science conference where I presented my work and achieved 2nd place.