52- Logistic regression and image classification case study in Python-(Day-25)

  Рет қаралды 4,489

Codanics

Codanics

Күн бұрын

Пікірлер: 129
@Codanics
@Codanics 2 жыл бұрын
Like the video and comment below to let KZbin know that you are learning Machine learning with Codanics.
@syedabdulwahabshah3280
@syedabdulwahabshah3280 2 жыл бұрын
i have followed your video and my accuracy score is o.56,0.58,0.59 why ? also my predicted answer come in float number ?
@asadtariq6080
@asadtariq6080 2 жыл бұрын
For **Assignment Hint** Indentation errors are pretty common in Python. Understand the logic what we actually want to save and what we actually are saving. Debugging is the way to troubleshoot your problem, you can simply print out each data in the loop and check whats the mistake(desi Debugging :D ).
@HsnHny
@HsnHny 2 жыл бұрын
0:01 Start Watching Logistic Regression and Image Classification Case Study.
@aajizattari
@aajizattari 2 жыл бұрын
27:50, the statement "index+=1" on line 10 of the cell, is currently inside if statement. It should be indented back one level so that the code functions properly1
@asadtariq6080
@asadtariq6080 2 жыл бұрын
12:35 Import warnings filter to remove unnecessary warnings. ``` import warnings warnings.filterwarnings('ignore') ```
@muhammadammarmohsin107
@muhammadammarmohsin107 2 жыл бұрын
0:01 Started #DataScience #artificailIntelligence #deeplearning #machinelearning #python #python_ka_chilla #baba_aammar #machine_learning #simple_linear_regression #multiple_linear_regression
@saman__fatima
@saman__fatima Жыл бұрын
plt.figure(figsize=(20,4)) for index,(image,label) in enumerate(zip(digits.data[0:10],digits.target[0:10])): plt.subplot(1,11 , index+1) plt.imshow(np.reshape(image, (8,8)),cmap=plt.cm.gray) plt.title('training: %d ' %label, fontsize = 20)
@ramizch1739
@ramizch1739 Жыл бұрын
@samanfatima how to get these long codes
@zainabbhatti8330
@zainabbhatti8330 2 жыл бұрын
17:17(from sklearn import metrics) and then metrics.confusion_matrix()
@SaleemKhan-vv3ks
@SaleemKhan-vv3ks 2 жыл бұрын
Great job Murshid. #LearningML_with_codanics
@farmanullah388
@farmanullah388 2 жыл бұрын
16:45 Import the library and also define the prediction variable
@AR-Edzone
@AR-Edzone 2 жыл бұрын
17:13 From sklearn import metrics And then move further
@YasirMehmood-ni1zh
@YasirMehmood-ni1zh 2 жыл бұрын
Time Pause #17:23 Import Library from sklearn import metrics
@faizanarshad7927
@faizanarshad7927 2 жыл бұрын
Yes. Started!
@ehtishamahmad2032
@ehtishamahmad2032 2 жыл бұрын
16:46 importing metrices from sklearn library
@MuhammadArslan-dz9fi
@MuhammadArslan-dz9fi 2 жыл бұрын
#17:13 From sklearn import metrics
@mehwishhanif4547
@mehwishhanif4547 2 жыл бұрын
Started watching
@FAIFACTS
@FAIFACTS 2 жыл бұрын
Started watching Sir
@quratulainhabib8748
@quratulainhabib8748 2 жыл бұрын
started watching logistic regression and image classification case study in Python.
@danishnawaz1625
@danishnawaz1625 2 жыл бұрын
26:00 Due to wrong indentation predicted and actual values are same
@goharrahman5611
@goharrahman5611 2 жыл бұрын
Started 17:00 from sklearn import matrix
@ahmedullah8799
@ahmedullah8799 2 жыл бұрын
17:10 first import the matrice from sklearn and then go through
@harisahmed6901
@harisahmed6901 5 ай бұрын
Video completed and implemented sir :)
@amnafarooq5871
@amnafarooq5871 2 жыл бұрын
17:17 from sklearn import metrix import confusion matrix
@Fayez-tk7ph
@Fayez-tk7ph 2 жыл бұрын
Started!
@mehramali4652
@mehramali4652 2 жыл бұрын
Starting watching
@workplace9672
@workplace9672 2 жыл бұрын
16:44 from sklearn import metrics
@azeemjaved9963
@azeemjaved9963 2 жыл бұрын
@17:14 from sklearn import metrics
@mmateenalihashmi7440
@mmateenalihashmi7440 2 жыл бұрын
started watching....
@abro87
@abro87 2 жыл бұрын
watched completely
@NasirJumani
@NasirJumani 2 жыл бұрын
0:00 Started watching
@asadtariq6080
@asadtariq6080 2 жыл бұрын
18:10 Syntax Error because of Spelling of 'prediction'
@nabeelarajput7316
@nabeelarajput7316 2 жыл бұрын
Started .
@muhammadabubakar8930
@muhammadabubakar8930 2 жыл бұрын
0:00 Started
@naseerkhan-lu8kn
@naseerkhan-lu8kn 2 жыл бұрын
16:47 matrices spelling error, metrics, Confusion matrix import is miss from sklearn
@islamhussain8026
@islamhussain8026 2 жыл бұрын
Started 🙂
@fahadnajeeb6132
@fahadnajeeb6132 2 жыл бұрын
00:01 started
@sammadullah8254
@sammadullah8254 2 жыл бұрын
started..
@sana_131
@sana_131 2 жыл бұрын
#ML_with_codanics❣️
@shahidiqbal0506
@shahidiqbal0506 2 жыл бұрын
Logistic regression and image classification is clear
@fahadnajeeb6132
@fahadnajeeb6132 2 жыл бұрын
16:35 library not imported confusion matrices
@hassanorakzai8981
@hassanorakzai8981 2 жыл бұрын
@0:01 Start watching
@muhammadtayyabfarooq7283
@muhammadtayyabfarooq7283 2 жыл бұрын
0:10 started
@faheemk1111
@faheemk1111 2 жыл бұрын
0:05 started watching
@farmanullah388
@farmanullah388 2 жыл бұрын
0:0 Started watching
@ikrambashir8604
@ikrambashir8604 2 жыл бұрын
Started
@ishanbanjara734
@ishanbanjara734 Жыл бұрын
ASSIGNMENT _________________________________ #Get missclassified Labels index=0 MCI=[] for label, predict in zip(y_test,predictions): if predict!=label: MCI.append(index) index+=1 plt.figure(figsize=(20,4)) for index,misclass in enumerate(MCI[0:5]): plt.subplot(1,10,index+1) plt.imshow(np.reshape(X_test[misclass],(8,8)), cmap=plt.cm.gray) plt.title("P: {} , A: {} ".format(predictions[misclass],y_test[misclass]))
@syedriazali1026
@syedriazali1026 2 жыл бұрын
00:01 start watching
@YasirMehmood-ni1zh
@YasirMehmood-ni1zh 2 жыл бұрын
#17:34 Prediction Spelling Mistake
@ramizch1739
@ramizch1739 Жыл бұрын
from where to get these long codes of matplotlib and seaborn need help thanks in advance🙏
@AbdulHannan-wf5ye
@AbdulHannan-wf5ye 2 жыл бұрын
17:15 FROM SKLEARN IMPORT METRICS
@aasimnawaz
@aasimnawaz 2 жыл бұрын
6:46, baba jee the image is not very clear, how we set its quality better
@rkmofficial202
@rkmofficial202 2 жыл бұрын
started
@apricotadventure
@apricotadventure 2 жыл бұрын
Started . Now at 16:28
@faizaafzal121
@faizaafzal121 2 жыл бұрын
0:00 watching
@azeemjaved9963
@azeemjaved9963 2 жыл бұрын
@20:16 import seaborn as sns
@azeemjaved9963
@azeemjaved9963 2 жыл бұрын
@0:30 started
@ahsanzafar4921
@ahsanzafar4921 2 жыл бұрын
Assignment code # finding indexes of data points where model misclassified them misclassified_label = [] for index,(label, prediction) in enumerate(zip(y_test,y_pred)): if label!=prediction: misclassified_label.append(index) # plotting the misclassified labels what they actaully were and what the model predicted them to be plt.figure(figsize=(20,8)) for plotindex,bad_index in enumerate(misclassified_label[:10]): plt.subplot(2,5, plotindex + 1) plt.imshow(np.reshape(X_test[bad_index],(8,8)),cmap=plt.cm.gray) plt.title("Training {}".format(label)) plt.title("Actual {}, Predicted {}".format(y_test[bad_index],y_pred[bad_index]))
@yasmeenamjad5807
@yasmeenamjad5807 2 жыл бұрын
11 : 55 started
@hajraanwar8213
@hajraanwar8213 2 жыл бұрын
From sklearn import metrics ist.
@ahmedullah8799
@ahmedullah8799 2 жыл бұрын
0:01 startted
@letsgoo5176
@letsgoo5176 2 жыл бұрын
how can we transfer manual handwritten images to dataset for classification testing ?
@letsgoo5176
@letsgoo5176 2 жыл бұрын
​@Amir Javaid Thanks, Scanned done .. How to import a hundred images in Python and make Dataset for ML ? Am I missing any lecture?
@letsgoo5176
@letsgoo5176 2 жыл бұрын
@Amir Javaid The idea is to get handwritten Digit/Alphabet from different people of a different races, age etc to judge/train the system to identify their handwritten, or you may say analyse the different factors involved on such handwritten analysis
@islamhussain8026
@islamhussain8026 2 жыл бұрын
@@letsgoo5176 simply the way we import other data like csv file. first convert your images to grayscale and then labeled your images like 1,2,3,4,5 and so on. and then put your data into a single folder and provide the path or put in the same folder where your ipynb file is saved and load or read them from there.
@faizaafzal121
@faizaafzal121 2 жыл бұрын
From sklearn import confusion matrix
@ahmedullah8799
@ahmedullah8799 2 жыл бұрын
0:01 satarted
@leezatariq2842
@leezatariq2842 2 жыл бұрын
1:39 Watching
@jmych
@jmych 2 жыл бұрын
Watching
@muhammadanwarulhassan6823
@muhammadanwarulhassan6823 2 жыл бұрын
If someone facing this error ""Output exceeds the size limit. Open the full output data in a text editor"" Simply remove cm="Spectral " from the 2nd line of code.
@Engr.Umair_Mueed
@Engr.Umair_Mueed 2 жыл бұрын
Hi Mates, I am getting this error while running confusion matric can you please help Found input variables with inconsistent numbers of samples: [360, 10]
@sanashah4731
@sanashah4731 Жыл бұрын
present 51 and 53 video is missing,
@ashhadahmed72
@ashhadahmed72 Жыл бұрын
16:39: metrics*
@SoniaAkter-ce9rj
@SoniaAkter-ce9rj Жыл бұрын
This error occurs. But why? TypeError Traceback (most recent call last) TypeError: only size-1 arrays can be converted to Python scalars The above exception was the direct cause of the following exception: ValueError Traceback (most recent call last) in () ----> 1 logreg = LogisticRegression().fit(X_train, y_train) 4 frames /usr/local/lib/python3.10/dist-packages/sklearn/utils/_array_api.py in _asarray_with_order(array, dtype, order, copy, xp) 183 if xp.__name__ in {"numpy", "numpy.array_api"}: 184 # Use NumPy API to support order --> 185 array = numpy.asarray(array, order=order, dtype=dtype) 186 return xp.asarray(array, copy=copy) 187 else: ValueError: setting an array element with a sequence.
@NasirJumani
@NasirJumani 2 жыл бұрын
For all those who are finding an error, it's somewhere in the second last block. :)
@hayatop3555
@hayatop3555 2 жыл бұрын
Yes same
@mugheezAhmed
@mugheezAhmed 2 жыл бұрын
Cant get u guys which line we use back space?
@NasirJumani
@NasirJumani 2 жыл бұрын
@@mugheezAhmed index = +1 me indentation error hai
@MuhammadAswadking
@MuhammadAswadking 2 жыл бұрын
@@NasirJumani sir problem still not resolved
@aasimnawaz
@aasimnawaz 2 жыл бұрын
8:35, #split the data , there is typo, here mentioned dat
@fahadnajeeb6132
@fahadnajeeb6132 2 жыл бұрын
time stamp 20:30 got an error " 'QuadMesh' object has no property 'suqare' " " QuadMesh has no property square while plotting confusion matrix
@fahadnajeeb6132
@fahadnajeeb6132 2 жыл бұрын
resolved
@sardarabdullahkhawar8487
@sardarabdullahkhawar8487 2 жыл бұрын
0:0 Watching
@shoyogamer530
@shoyogamer530 Жыл бұрын
🥙
@faizaafzal121
@faizaafzal121 2 жыл бұрын
Import seabron Library
@asadtariq6080
@asadtariq6080 2 жыл бұрын
started watching
@technoo2086
@technoo2086 2 жыл бұрын
16:44 from sklearn import matrics
@zeeshanahmed430
@zeeshanahmed430 2 жыл бұрын
0:00 Started watching
@hassanorakzai8981
@hassanorakzai8981 2 жыл бұрын
@16:44 from sklearn import matrics
@workplace9672
@workplace9672 2 жыл бұрын
0:10 started
@ahmedmohammed-qs8ke
@ahmedmohammed-qs8ke 2 жыл бұрын
0:05 started watching
@mianmustafa9812
@mianmustafa9812 2 жыл бұрын
Started
@hameedullah6722
@hameedullah6722 2 жыл бұрын
@10:27 started
@muhammadrizwan688
@muhammadrizwan688 2 жыл бұрын
started
@leezatariq2842
@leezatariq2842 2 жыл бұрын
17:12 From sklearn import metrics
@SureshKumar-dw3xs
@SureshKumar-dw3xs 2 жыл бұрын
17:12 from sklearn import metrics
@kashifraza3339
@kashifraza3339 2 жыл бұрын
started watching
@abdullahmir9351
@abdullahmir9351 2 жыл бұрын
0:01 started
@ishratfatima1570
@ishratfatima1570 2 жыл бұрын
Started
@taqi_haider
@taqi_haider 2 жыл бұрын
started
@zainabbhatti8330
@zainabbhatti8330 2 жыл бұрын
Started Watching
@sehrishilyas8416
@sehrishilyas8416 2 жыл бұрын
17: 10 from sklearn import metrics
@furqan041
@furqan041 2 жыл бұрын
Started
@aasimnawaz
@aasimnawaz 2 жыл бұрын
started
@shah_f1
@shah_f1 2 жыл бұрын
0:13 started
@muhammadnajamulislam2823
@muhammadnajamulislam2823 2 жыл бұрын
started watching
@Fayez-tk7ph
@Fayez-tk7ph 2 жыл бұрын
17:00, from sklearn import metrics
@muhammadzohaib8517
@muhammadzohaib8517 2 жыл бұрын
Started
@naseerkhan-lu8kn
@naseerkhan-lu8kn 2 жыл бұрын
started
Logistic Regression
20:40
Machine Learning- Sudeshna Sarkar
Рет қаралды 84 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 1,1 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 33 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 22 МЛН
Search Literature with Consensus AI: Save Your time!
8:08
Melaku Mathewos
Рет қаралды 2,7 М.
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 416 М.
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 879 М.
How To Force Your Brain To DO Hard Things (Lotus Method)
13:44
Statue of Wisdom
Рет қаралды 603 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,2 МЛН
Cara Lancar Bahasa Inggris dalam 48 Jam dengan AI
15:29
William Jakfar
Рет қаралды 208 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 1,1 МЛН