Skip to content
View artfreelans's full-sized avatar

Organizations

@SENATOROVAI

Block or report artfreelans

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

kaggle

Popular repositories Loading

  1. artfreelans artfreelans Public

  2. Data-Science-For-Beginners-from-scratch-SENATOROV Data-Science-For-Beginners-from-scratch-SENATOROV Public template

    Forked from SENATOROVAI/Data-Science-For-Beginners-from-scratch-course

    Командный репозиторий.

    Jupyter Notebook

  3. python-from-zero-to-open-source-stepik python-from-zero-to-open-source-stepik Public

    Forked from SENATOROVAI/python-open-source-standards-course

    Степик

    Jupyter Notebook

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

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

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