Multiclass Classification With Logistic regression in Python | Sklearn

The link to the Fashion MNIST dataset:
www.kaggle.com/datasets/zalan...
Logistic regression basics and step by step tutorial on a binary classification problem:
• Step by Step Tutorial ...
Please feel free to check out my Data Science blog where you will find a lot of data visualization, exploratory data analysis, statistical analysis, machine learning, natural language processing, and computer vision tutorials and projects:
regenerativetoday.com/
Twitter page:
/ rashida048
Facebook Page:
regenerativetoday.com/
#machinelearning #datascience #dataAnalytics #ArtificialIntelligence #python #sklearn #jupyternotebook #logisticRegression

Пікірлер: 8

  • @amitblizer4567
    @amitblizer4567 Жыл бұрын

    Thank you for making these well explained videos with jupyter examples. This is very helpfull! glad bless you

  • @billyblackburn864
    @billyblackburn864 Жыл бұрын

    I like your teaching style...very nice to follow along

  • @okj4521
    @okj45213 ай бұрын

    Superb!

  • @MrMadmaggot
    @MrMadmaggot Жыл бұрын

    So Logistic Regression from scikit learn also works for multiclass classification? Don't get it. How so?

  • @Essentialenglishwords-ii7ek
    @Essentialenglishwords-ii7ek Жыл бұрын

    genrally, for multiclass also we can use logistic regression but why we are not calculating the score error each time to see the accuracy

  • @adityakakade9172
    @adityakakade91727 ай бұрын

    plz tell me plt.imshow(np.reshape(x_train_list[0],(28,28,1))) Why 28,28,1 works but 25,25,1 don't work?

  • @jeremyzhang9305
    @jeremyzhang9305 Жыл бұрын