Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
I like your teaching style...very nice to follow along
Thank you for making these well explained videos with jupyter examples.This is very helpfull!glad bless you
Superb!
genrally, for multiclass also we can use logistic regression but why we are not calculating the score error each time to see the accuracy
So Logistic Regression from scikit learn also works for multiclass classification? Don't get it. How so?
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?
"cannot reshape array of size 784 into shape (25,25,1)". You need to have divisors of 784. For example (4,196,1). However the set description says that the images are 28x28 so you won't get a meaningful image
I like your teaching style...very nice to follow along
Thank you for making these well explained videos with jupyter examples.
This is very helpfull!
glad bless you
Superb!
genrally, for multiclass also we can use logistic regression but why we are not calculating the score error each time to see the accuracy
So Logistic Regression from scikit learn also works for multiclass classification? Don't get it. How so?
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?
"cannot reshape array of size 784 into shape (25,25,1)". You need to have divisors of 784. For example (4,196,1). However the set description says that the images are 28x28 so you won't get a meaningful image