Тёмный
When Maths Meet Coding
When Maths Meet Coding
When Maths Meet Coding
Подписаться
Hi... welcome to the world of data science...

We all know knowledge is immortal, it is like a flowing stream in this time space continuum, with help of this channel I have tried to explain most of the concept which I understood during this lovely journey of data science and machine learning. Hope you will like the content..

Most of the plots are generated with help of pyhton libraries like matplotlib and plotly.
ARIMA Model: Time series Forecasting
16:29
2 года назад
OpenCV- AI learn playing games p2
5:18
3 года назад
Bayes Theorem a gentle Introduction
6:51
3 года назад
logistics regression
15:56
3 года назад
How computers stores images??
6:18
3 года назад
Комментарии
@user-jq1yw1ik6q
@user-jq1yw1ik6q 2 дня назад
why 8*8, not 12*12 to find the total number of multiplication ?
@techgenius614
@techgenius614 5 дней назад
Can u please share the link of notebook
@Vivek-wn6ii
@Vivek-wn6ii 11 дней назад
clear explanation, thank you so much
@agnishpaul8683
@agnishpaul8683 26 дней назад
Sir can u provide us the code
@rohinimahadevan6954
@rohinimahadevan6954 27 дней назад
Pls tell how to create classification report for this? @whenmathsmeetcoding1836
@deafxgod6030
@deafxgod6030 29 дней назад
Thank you for your video, great explanation
@monarch6t9
@monarch6t9 Месяц назад
🥰🥰 bhai maja agya thank you vmro
@UdhamsArtAndCraft
@UdhamsArtAndCraft Месяц назад
Thankyou brother Thankyou ❤️ 🙏 💙 🙌
@hasrat17
@hasrat17 Месяц назад
Wooo ... Beautifully explained. Thanks
@huzaifashah2390
@huzaifashah2390 Месяц назад
Watching it too. I have not found such simple explanation
@sachinborse4178
@sachinborse4178 2 месяца назад
Please make one video on bert model with such custom dataset sir it will really help me and our subscribers family 🙏🏻
@akshayvasav2497
@akshayvasav2497 2 месяца назад
This is a great video there is no explanation of backpropagation in theory video only a feedforward explanation is there
@akshayvasav2497
@akshayvasav2497 2 месяца назад
This is a great video. Understood every step of feed-forward network. Where is 2nd part? is it uploaded? Could you please provide a link?
@shubhammishra8760
@shubhammishra8760 2 месяца назад
Quality Content ...Keep Going Sir
@afiatasnim8848
@afiatasnim8848 2 месяца назад
Thank u. this video has helped me twice.
@projects221
@projects221 2 месяца назад
how to install darknet in local system?
@tharunkumar6405
@tharunkumar6405 2 месяца назад
Hi all, Could someone help me how to resolve the below error? line 15: layer_out = net.forward(last_layer) error: error Traceback (most recent call last) Cell In[15], line 1 ----> 1 layer_out = net.forward(last_layer) error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\layers\fully_connected_layer.cpp:216: error: (-215:Assertion failed) srcMat.dims == 2 && srcMat.cols == weights.cols && dstMat.rows == srcMat.rows && dstMat.cols == weights.rows && srcMat.type() == weights.type() && weights.type() == dstMat.type() && srcMat.type() == CV_32F && (biasMat.empty() || (biasMat.type() == srcMat.type() && biasMat.isContinuous() && (int)biasMat.total() == dstMat.cols)) in function 'cv::dnn::FullyConnectedLayerImpl::FullyConnected::run'
@suyashrahatekar4964
@suyashrahatekar4964 2 месяца назад
Everything was fine until you hard coded the thresholding values . This hit and trial is difficult especially with an actual dataset.
@muhammadhasil2757
@muhammadhasil2757 3 месяца назад
anyone following along using the label studio app which is newer version of labelmg should just annotate their dataset and then press exposrt scroll down and then click export in yolo format and then follow along
@tjtj1122
@tjtj1122 3 месяца назад
Tensorflow 3.7 only available
@tjtj1122
@tjtj1122 3 месяца назад
Python genrade error please kindly help me
@omanshsharma6796
@omanshsharma6796 3 месяца назад
thanks bhai
@aadi7448
@aadi7448 3 месяца назад
Awesome video! Thank you for simplifying things so well.
@-DivyaR
@-DivyaR 3 месяца назад
What if we have a multiple label...what should i give in class_mode ?
@ravanangaming9673
@ravanangaming9673 3 месяца назад
Thanks sir it helped a lot
@okoyecollins1469
@okoyecollins1469 3 месяца назад
Sir, please the link to the dataset, it saying the page can't be found
@crnohd
@crnohd 3 месяца назад
thank you prof ♥
@gserpentzx188
@gserpentzx188 3 месяца назад
are these using mobilenet architecture?
@nipamghorai3217
@nipamghorai3217 3 месяца назад
Where is the github link
@TechnoArky
@TechnoArky 3 месяца назад
awesome
@rumiisufi1187
@rumiisufi1187 3 месяца назад
The file that you have provided has error :(
@peterslater2914
@peterslater2914 4 месяца назад
Excellent video thanks alot.
@user-eq5jb4hx8h
@user-eq5jb4hx8h 4 месяца назад
we need to use new images for validation??
@TrendingHashtags-bt7tz
@TrendingHashtags-bt7tz 4 месяца назад
Crystal clear implementation of CNN
@rewindpraveen
@rewindpraveen 4 месяца назад
This is such a great video
@VolleCe
@VolleCe 4 месяца назад
Hey ... if i run this code : !python custom_data/creating-files-data-and-name.py i got this error : Traceback (most recent call last): File "/content/drive/MyDrive/yolo_custom_model_Training/custom_data/creating-files-data-and-name.py", line 61, in <module> for line in txt: File "/usr/lib/python3.10/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf6 in position 8: invalid start byte can anyone help me to solve this problem.....
@saleemabedin6206
@saleemabedin6206 4 месяца назад
Very good explanation. It made the concept clear. Thank You 💙❤
@ashishmasih5353
@ashishmasih5353 4 месяца назад
Sorry: Your title says visualization Plotly; Dash; Matplotlib. But you are showing graph in Jupyter notebook. It is misleading i.e. you are saying something and doing something else in the video.
@user-xu7up7rn1s
@user-xu7up7rn1s 5 месяцев назад
Sir iski theory m kya likhenge
@aiueo8962
@aiueo8962 5 месяцев назад
Cool..
@mamunhasan8898
@mamunhasan8898 5 месяцев назад
thanks a lot for your help
@mahmudulalam1911
@mahmudulalam1911 5 месяцев назад
update code I use so far and works for me dic = {} for row in range(len(column_data))[1:]: a_data = column_data[row].find_all("a") if a_data: # Check if the list is not empty try: key = column_data[row].find_all("a")[0].string except: key = "" values = [j.string for j in column_data[row].find_all("td")] dic[key]=values df = pd.DataFrame(dic).iloc[2:,:] df_reset = df.reset_index(drop=True).T df_reset
@adamcalleja9815
@adamcalleja9815 5 месяцев назад
great job explaining it, you're a great teacher
@JeevaSivalingam
@JeevaSivalingam 5 месяцев назад
Excellent ji.Really very good explanation with real time image's 🎉🎉🎉
@priyabarui9929
@priyabarui9929 5 месяцев назад
Thanks for this video
@priyabarui9929
@priyabarui9929 5 месяцев назад
Thanks for this video
@guilhermepereira163
@guilhermepereira163 6 месяцев назад
You are awesome
@tharakafernando7451
@tharakafernando7451 6 месяцев назад
Dear Sir, I am a second year university student. I am doing my project about a law constitution chatbot. For this, I have to create an NLP based model to get the user input (like a legal issue) and map it with the dataset of laws and retrieve the relevant or the matching laws. Can you please do a video for this and using the word2vec model. Also if there are any sources for me to refer, please recommend me some. Thank you so much...
@mithunchandrasaha403
@mithunchandrasaha403 6 месяцев назад
Very Nice Explanation,Sir.Needs More Tutorial from you.
@pulse5863
@pulse5863 6 месяцев назад
helpful, was looking for someone to explain the concept behind the formula.
@SaurabhSingh-zf1de
@SaurabhSingh-zf1de 6 месяцев назад
My training is abruptly stopping after 3-4 hrs. (no error message) and nothing is stored in backup folder. I am training for 2 classes. What could be the possible reasons.