Skip to content
View PodYapolskiy's full-sized avatar
🦎
🦎

Highlights

  • Pro
Block or Report

Block or report PodYapolskiy

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

Hi, it's me, not Mario, Anatoly πŸ‘‹

telegram mail Linkedln LeetCode

class Me:
  education = 'Innopolis University, Bachelor 2, Applied AI'
  languages = [
    'πŸ‡·πŸ‡Ί Russian (Native)',
    'πŸ‡¬πŸ‡§ English (C1)',
    'πŸ‡ΉπŸ‡· Turkish (A1)'
  ]
  programming_languages = [
    '🐍 Python',
    'πŸ’€ C++',
    'πŸ”’ Julia'
  ]
  stack = [
    'pandas',
    'sklearn',
    'PyTorch',
    'SQL'
  ]
  
  def __repr__(self) -> str:
    return "<ML Engineer> Anatoly Podyapolsky"

  @property
  def soft_skills(self) -> list[str]:
    return ['Communication', 'Team Work', 'Time Management']

Check out my repos ⬇️

Pinned

  1. follow-my-reading follow-my-reading Public

    Follow My Reading is an API service software project which is built during Summer 2023 Software Project course at Innopolis University

    Python

  2. predicting-drawn-digits predicting-drawn-digits Public

    Predict drawn digits

    Python 1

  3. where-is-waldo where-is-waldo Public

    This repository keeps my solution for Task 1 in the Introduction to Machine Learning course in Innopolis University. The key technics here are data preprocessing and training ANN on highly imbalanc…

    Jupyter Notebook

  4. cnns-on-cifar10 cnns-on-cifar10 Public

    A project is a second part of Introduction to Machine Learning course. Here the problem is image recognition on CIFAR10 dataset using 2 different approaches: simple model and transfer learning usin…

    Jupyter Notebook