Skip to content
View solik220-bit's full-sized avatar

Organizations

@SENATOROVAI

Block or report solik220-bit

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
solik220-bit/README.md

Привет, я Андрей Проценко 👋

🎓 Изучаю Data Science | 🤖 ML энтузиаст | 🐍 Python разработчик

Typing SVG


🙋‍♂️ Обо мне

  • 📊 Участвую в соревнованиях на Kaggle
  • 🧠 Участник сообщества ODS.ai
  • 🌱 Сейчас изучаю Machine Learning и Deep Learning
  • 💬 Задай мне вопрос в Issues

🛠️ Технологии и инструменты

Python Jupyter Pandas NumPy Scikit-Learn Matplotlib Git GitHub VS Code


📊 GitHub статистика

Andrey's GitHub stats

Top Langs

GitHub Streak


🏆 Мои платформы

Kaggle ODS.ai


📬 Связаться со мной

Email Telegram GitHub


Profile Views

Если тебе понравилось — поставь звёздочку на моих репозиториях!

Popular repositories Loading

  1. stochastic-average-gradient-sag-saga-solver-course stochastic-average-gradient-sag-saga-solver-course Public

    Forked from SENATOROVAI/stochastic-average-gradient-sag-saga-solver-course

    The SAG (Stochastic Average Gradient) + SAGA (Accelerated) solver is an optimization algorithm used primarily in machine learning, specifically for logistic regression and linear support vector mac…

    Python 1

  2. L2-regularization-ridge-regression-course L2-regularization-ridge-regression-course Public

    Forked from SENATOROVAI/L2-regularization-ridge-regression-course

    L2 regularization, or Ridge regression, is a technique to prevent overfitting in machine learning by adding a penalty proportional to the sum of squared weights to the loss function. It forces weig…

    Python 1

  3. underfitting-overfitting-polynomial-regression-course underfitting-overfitting-polynomial-regression-course Public

    Forked from SENATOROVAI/underfitting-overfitting-polynomial-regression-course

    Underfitting and overfitting are critical concepts in machine learning, particularly when using Polynomial Regression to model data. Polynomial regression allows a model to learn non-linear relatio…

    Python 1

  4. LSQR-solver-course LSQR-solver-course Public

    Forked from SENATOROVAI/LSQR-solver-course

    LSQR is an iterative method for solving large, sparse, linear systems of equations and linear least-squares problems, including under- or over-determined and rank-deficient systems. It uses the Lan…

    Python 1

  5. conjugate-gradient-sparse-cg-solver-course conjugate-gradient-sparse-cg-solver-course Public

    Forked from SENATOROVAI/conjugate-gradient-sparse-cg-solver-course

    The Conjugate Gradient (CG) method is an efficient iterative algorithm for solving large, sparse systems of linear equations where the matrix is symmetric and positive-definite. It finds the minimu…

    Jupyter Notebook 1

  6. gradient-descent-sgd-solver-course gradient-descent-sgd-solver-course Public

    Forked from SENATOROVAI/gradient-descent-sgd-solver-course

    Stochastic Gradient Descent (SGD) is an optimization algorithm that updates model parameters iteratively using small, random subsets (batches) of data, rather than the entire dataset. It significan…

    Jupyter Notebook 1