Skip to content
View PodYapolskiy's full-sized avatar
spinning round tensors
spinning round tensors

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 ⚡

anatoly.tatar GitHub Kaggle Telegram LinkedIn

class Me:
  education = "IU B26', Applied AI"
  languages = [
    "🇷🇺 Русский (C2)",
    "🇬🇧 English (C1)",
    "🇹🇷 Türkçe  (A2)",
    "🇪🇸 Español (A1)"
  ]

  def __repr__(self) -> str:
    return "Anatoly Soldatov; ML Engineer / Software Developer"

  @staticmethod
  def soft_skills() -> frozenset[str]:
    return frozenset(["Communication", "Team Work", "Time Management"])

  def get_skills(self, domain: str):
    # TODO
.get_skills("ML")
Skill Level
NumPy Star Rating
Pandas Star Rating
Matplotlib Star Rating
scikit-learn Star Rating
SciPy Star Rating
PyTorch Star Rating
Lightning Star Rating
.get_skills("MLOps")
Skill Level
Tensorboard Star Rating
ClearML Star Rating
WandB Star Rating
mlflow Star Rating
DVC Star Rating
Apache Airflow Star Rating
.get_skills("Programming")
Skill Level
Python Star Rating
TypeScript Star Rating
Julia Star Rating
Rust Star Rating
C++ Star Rating
.get_skills("DB")
Skill Level
Postgres Star Rating
MongoDB Star Rating
Redis Star Rating
FAISS Star Rating
MinIO Star Rating
Qdrant Star Rating
.get_skills("Tools")
Skill Level
Git Star Rating
GitHub Star Rating
Docker Star Rating
Linux Star Rating
Visual Studio Code Star Rating
Codeium Star Rating

Stats

GitHub Profile 3D Contribution

3d stats plot

GitHub User Interactions

         


CHECK OUT MY REPOS

Pinned Loading

  1. modern-ner-el-and-re modern-ner-el-and-re Public

    Research and experiments on modern techniques of named entity recognition, entity linking and relation extraction on unstructured text containing not only English but also Russian language.

  2. ucf50-orb-sift-video-compression-for-classification ucf50-orb-sift-video-compression-for-classification Public

    Efficient video action recognition using hybrid techniques: combining ORB, SIFT, and deep models like VideoMAE and (2+1)D Conv to reduce data size while maintaining performance.

    Jupyter Notebook 1

  3. search search Public

    Forked from one-zero-eight/search

    InNoHassle Search API backend

    Python

  4. 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