NerdML
NerdML
  • Видео 30
  • Просмотров 155 928
Roadmap for Data Scientist | How I Would Learn Data Science Smartly(If I Had to Start Over) | NerdML
In this video, I talk about how I would learn data science if I had to start again from scratch. Learning data science and machine learning is a little bit different for everyone, but hopefully this video will help you to build the necessary foundation to tackle these fields.
Complete data science roadmap: Do you want to learn data science step by step starting from very beginning? Are you the person who doesn't have any technical or programming background and want to join every growing data science industry? Are you a mechanical engineer or a bachelor of commerce graduate and have doubts about what the learning path would look like for you? If you are one of these then this video is for ...
Просмотров: 5 493

Видео

Understanding Intuition of Attention Models in Neural Networks | Attention Is All You Need | NerdML
Просмотров 1 тыс.3 года назад
In this video, we discuss Basic Intuition of Attention Models in neural networks. We go through the architecture with examples. The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple networ...
A friendly introduction to Convolutional Neural Networks (CNN) & Image Recognition explained| NerdML
Просмотров 3,8 тыс.3 года назад
In this video, we explain the concept of Convolutional Neural Networks, how they're used, and how they work on a technical level. We also discuss the details behind convolutional layers and filters. A friendly explanation of how computer recognize images, based on Convolutional Neural Networks. All the math required is knowing how to add and subtract 1's. (Bonus if you know calculus, but not ne...
Vanishing/Exploding Gradients - An Old Problem results from backpropagation (Deep Learning) | NerdML
Просмотров 1,7 тыс.3 года назад
In this video we will understand what Vanishing Gradients & Exploding Gradients are & the problems they cause during training. How can we fix the vanishing gradient problem & exploding gradient problem with your network. If deep neural networks are so powerful, why aren’t they used more often? The reason is that they are very difficult to train due to an issue known as the vanishing gradient & ...
What is Forward Propagation & backpropagation calculus really doing in Deep learning? | NerdML
Просмотров 1,8 тыс.3 года назад
In this video we will understand What is Forward Propagation & backpropagation calculus really doing in Deep learning. The following video is sort of an appendix to this one. The main goal with the follow-on video is to show the connection between the visual walk through here, and the representation of these "nudges" in terms of partial derivatives that you will find when reading about backprop...
Activation Functions in a Neural Network | Sigmoid,Tanh,ReLU,Leaky ReLU,Softmax Functions | NerdML
Просмотров 6 тыс.3 года назад
This is the video of "Activation Functions in a Neural Network explained". In this video we will cover the Sigmoid Tanh ReLU Leaky ReLU Softmax Activation Functions. In artificial neural networks, the activation function of a node defines the output of that node given an input or set of inputs. A standard computer chip circuit can be seen as a digital network of activation functions that can be...
Neural Network In 5 Minutes | What is a Neural Network? | How Neural Networks Work | NerdML
Просмотров 8093 года назад
This video on "What is a Neural Network" delivers an entertaining and exciting introduction to the concepts of Neural Network. We will learn the different layers present in a Neural Network and understand how these layers process data. We will get an idea of the different parameters used in a Neural Network such as weights, bias and activation functions. We will also understand how to train a N...
AI vs Machine Learning vs Deep Learning | AI VS ML VS DL | NerdML
Просмотров 3,3 тыс.3 года назад
This AI vs Machine Learning vs Deep Learning video talks about the differences and relationship between AL ML and DL. The tutorial video will also cover what AI VS ML VS DL entail how they work with the help of examples and whether they really are all that different. This AI vs Machine Learning vs Deep Learning video will explain the topics listed below: Start (0:00) 1. What is Artificial Intel...
DBSCAN (Density Based Spatial Clustering of Applications with Noise) Clustering | NerdML
Просмотров 7513 года назад
The DBSCAN (Density-based spatial clustering of applications with noise) algorithm is based on this intuitive notion of “clusters” and “noise”. The key idea is that for each point of a cluster, the neighborhood of a given radius has to contain at least a minimum number of points. Below topics are explained in this video: 1). Basic understanding of DBSCAN (00:08) 2). Epsilon & minimum points exp...
Hierarchical Clustering | NerdML
Просмотров 1 тыс.4 года назад
This video will help you to understand how we can make use of Hierarchical Clustering algorithm for solving unsupervised learning problem. We will mathematically solve the problem. We will understand what is Hierarchical Cluster, what is Agglomerative approach, dendogram and how can we apply all these in Clustering algorithm. Do subscribe to my channel and hit the bell icon to never miss an upd...
K-means clustering algorithm with solve example: how it works | NerdML
Просмотров 27 тыс.4 года назад
This video will help you to understand how we can make use of K-Means Clustering algorithm for solving unsupervised learning problem. We will mathematically solve the problem. We will understand what is K-Means Cluster, what is Euclidean Distance & centroid and how can we apply all these in Clustering algorithm. The K-means algorithm starts by placing K points (centroids) at random locations in...
Random Forests - Building, Using and Evaluating | Fun and Easy Machine Learning | NerdML
Просмотров 8804 года назад
Random Forests make a simple, yet effective, machine learning method. They are made out of decision trees, but don't have the same problems with accuracy. In this video, I walk you through the steps to build, use and evaluate a random forest. Want to learn why Random Forests are one of the most popular and most powerful supervised Machine Learning algorithm in Machine Learning? What this video ...
Decision Tree for Regression Part 3 | NerdML
Просмотров 9 тыс.4 года назад
This video will help you to understand how we can make use of standard deviation for building Decision Tree algorithm for Regression problem. We will mathematically solve the regression problem. I have divided Decision Tree tutorial into several parts which will cover basic intuition, Classification problem solving & regression problem solving. Do subscribe to my channel and hit the bell icon t...
Decision Tree Classifier with Decision Tree Analysis & Example: how it works |Part -2| NerdML
Просмотров 4,9 тыс.4 года назад
This "Decision Tree Classifier with Decision Tree Analysis & Example" video will help you to understand how can we make use of Entropy, Information Gain & Gini Impurity for building Decision Tree algorithm. We will mathematically solve the classification problem. I have divided Decision Tree tutorial into several parts which will cover basic intuition, Classification problem solving & regressio...
Decision Tree (Basic Intuition - Entropy, Gini Impurity & Information Gain) | NerdML
Просмотров 50 тыс.4 года назад
Decision Tree (Basic Intuition - Entropy, Gini Impurity & Information Gain) | NerdML
Support Vector Machine Kernel Trick (Part - 4) | NerdML
Просмотров 1,1 тыс.4 года назад
Support Vector Machine Kernel Trick (Part - 4) | NerdML
Support Vector Machine Quadratic Optimizer(Primal & Dual Optimizer) (Part - 3) | NerdML
Просмотров 1,7 тыс.4 года назад
Support Vector Machine Quadratic Optimizer(Primal & Dual Optimizer) (Part - 3) | NerdML
Support Vector Machine Mathematics Intuition - hyperplane, margin (Part - 2) | NerdML
Просмотров 8 тыс.4 года назад
Support Vector Machine Mathematics Intuition - hyperplane, margin (Part - 2) | NerdML
Learning: How Support Vector Machines (SVM) algorithm works - Basic Intuition (Part -1) | NerdML
Просмотров 1,7 тыс.4 года назад
Learning: How Support Vector Machines (SVM) algorithm works - Basic Intuition (Part -1) | NerdML
How K Nearest Neighbors Classifier Algorithm works | KNN Algorithm Using Python | NerdML
Просмотров 9364 года назад
How K Nearest Neighbors Classifier Algorithm works | KNN Algorithm Using Python | NerdML
Naïve Bayes Classifier, Clearly Explained!!! - Fun and Easy Machine Learning | NerdML
Просмотров 9594 года назад
Naïve Bayes Classifier, Clearly Explained!!! - Fun and Easy Machine Learning | NerdML
An Introduction to Logistic Regression - Maths Intuition | NerdML
Просмотров 1,1 тыс.4 года назад
An Introduction to Logistic Regression - Maths Intuition | NerdML
Machine Learning Fundamentals: Bias and Variance | Overfitting and Underfitting Explained | NerdML
Просмотров 9 тыс.4 года назад
Machine Learning Fundamentals: Bias and Variance | Overfitting and Underfitting Explained | NerdML
Multiple Linear Regression & Polynomial Regression Model Example, The Very Basics | NerdML
Просмотров 1,9 тыс.4 года назад
Multiple Linear Regression & Polynomial Regression Model Example, The Very Basics | NerdML
Introduction to Bayesian Linear Regression statistics | NerdML
Просмотров 6 тыс.4 года назад
Introduction to Bayesian Linear Regression statistics | NerdML
Machine Learning - The Mathematics of Machine Learning | NerdML
Просмотров 1,8 тыс.4 года назад
Machine Learning - The Mathematics of Machine Learning | NerdML
An Introduction to Linear Regression Analysis, The Very Basics - Coding Least Square Error | NerdML
Просмотров 1,1 тыс.4 года назад
An Introduction to Linear Regression Analysis, The Very Basics - Coding Least Square Error | NerdML
An Introduction to Simple Linear Regression Analysis - Gradient Descent | NerdML
Просмотров 9214 года назад
An Introduction to Simple Linear Regression Analysis - Gradient Descent | NerdML
Introduction To Machine Learning | Machine Learning Basics 2021 | What Is Machine Learning? | NerdML
Просмотров 1,3 тыс.4 года назад
Introduction To Machine Learning | Machine Learning Basics 2021 | What Is Machine Learning? | NerdML
Simple Linear Regression - Mathematical Explanation | NerdML
Просмотров 1,3 тыс.4 года назад
Simple Linear Regression - Mathematical Explanation | NerdML

Комментарии

  • @Zaiddgaf
    @Zaiddgaf Месяц назад

    Walchand walo tumhare toh lag gye hai bete

    • @NerdML
      @NerdML Месяц назад

      Sorry didn’t get yoy

  • @arindamn4880
    @arindamn4880 Месяц назад

    Can you show us, how to derive the formula of entropy?

    • @NerdML
      @NerdML Месяц назад

      Will create a separate video on that

    • @arindamn4880
      @arindamn4880 Месяц назад

      @NerdML thank you

  • @DaGong-k7d
    @DaGong-k7d Месяц назад

    great video!

    • @NerdML
      @NerdML Месяц назад

      Thanks man!

  • @umeshs5034
    @umeshs5034 8 месяцев назад

    Hello sir, you are using a labelled dataset for unsupervised (K-means Algorithm). can you explain how the labelled dataset works for K-means algorithm.

  • @MARYADASINHA-jo2pz
    @MARYADASINHA-jo2pz 8 месяцев назад

    God Bless you! Very simple. Thanks

    • @NerdML
      @NerdML 8 месяцев назад

      Thanks a lot🙏🏻

  • @kartikeymehar2234
    @kartikeymehar2234 11 месяцев назад

    how did you solved the equation 11 ? Is there any code available ?

  • @jeelfaldu3750
    @jeelfaldu3750 Год назад

    Hello brother , why consider coefficient of variable 10% ?? It is already given or not ?? And btw good explanation ..!!❤

  • @lamiainf2269
    @lamiainf2269 Год назад

    I need the pdf please

  • @sangeethavijayakumar5479
    @sangeethavijayakumar5479 Год назад

    thank you sir,explanation for k means clustering is easy.

    • @NerdML
      @NerdML Год назад

      Glad you liked it😊

  • @BhagavathKatha
    @BhagavathKatha Год назад

    nice explanation

  • @arshadaafaqd8636
    @arshadaafaqd8636 Год назад

    I don't know even after putting in so much effort why you haven't got the views that you deserve, try to learn about keywords and Hashtags hope that will help!

    • @NerdML
      @NerdML Год назад

      Oh thanks man for your concern Will surely look for the keywords & stuff Thanks for the suggestion

  • @suhaschari7973
    @suhaschari7973 Год назад

    Sir can u share the coding part for this dataset or where can i get the code from scratch

    • @NerdML
      @NerdML Год назад

      Sure, will let you know Just drop your email id here

  • @elgs1980
    @elgs1980 2 года назад

    Nobody talks about cnn back propagation.

    • @NerdML
      @NerdML 2 года назад

      It’s not about CNN back propagation, as this is very important topic i though to make a separate video on it & add mathematical aspects of back propagation

    • @elgs1980
      @elgs1980 2 года назад

      @@NerdML thank you Sir! Please do it. There is very few tutorials/videos about CNN BP.

    • @NerdML
      @NerdML 2 года назад

      Sure, i will create one

  • @DrCycotic
    @DrCycotic 2 года назад

    if you are explaining a topic using an example or a sum can you at least recheck the solution once before posting the video. That will help a lot. 11th Row is coming in cluster 2 not C1. Waste a lot of time coz of this.

    • @NerdML
      @NerdML 2 года назад

      Sure i will keep this in mind but there’s lot of mess while preparing the whole content so hope you can understand these kind of mistakes

    • @rahuldevanshu
      @rahuldevanshu Год назад

      Thanks man, I'm also very confused about this.

  • @saksshi
    @saksshi 2 года назад

    helo the value for fourth row for cluster one is 7.21 not 6.32

    • @NerdML
      @NerdML 2 года назад

      Thanks for highlighting, i will check again

    • @artijaganguly4811
      @artijaganguly4811 8 месяцев назад

      Yes, it will be 7.21

    • @NerdML
      @NerdML 8 месяцев назад

      Thanks for the confirmation

    • @sayanghosh622
      @sayanghosh622 8 месяцев назад

      ​@@artijaganguly4811haha Sbai eki video dekhche. Smi Students op😂

    • @NerdML
      @NerdML 7 месяцев назад

      😂😂

  • @KA-4013
    @KA-4013 2 года назад

    How you got 9.32 which value you insert at X . I have getting SD value 10.63 How... Please reply

    • @NerdML
      @NerdML 2 года назад

      SD will be 9.32 only So according to formula you have to put value of x one by one in the formula & subtract it from mean value then take whole square of that value and divide by n i.e. 14 then take next value of x do the same & add it to the previous value Repeat this till 14th value of x from the table Then find under-root of final sum which is 86.88 (219.04 96.04 38.44 27.04 148.84 282.24 10.24 23.04 3.24 38.44 67.24 148.84 17.64 96.04) You will get 9.32 as standard deviation

    • @KA-4013
      @KA-4013 2 года назад

      @@NerdML Thankyou

    • @NerdML
      @NerdML 2 года назад

      You’re welcome Happy Learning

  • @nishi7274
    @nishi7274 2 года назад

    keep up the good work nice explanation

    • @NerdML
      @NerdML 2 года назад

      Thanks 🙏🏻

  • @ХОМЯЧОК-с9б
    @ХОМЯЧОК-с9б 2 года назад

    U saved my life!!!! Thx sooooooo much ^ ^

    • @NerdML
      @NerdML 2 года назад

      Pleasure is mine🙏🏻

  • @tats21a
    @tats21a 2 года назад

    is vector x assumed to be represented as x1, y1 or is it assumed to be represented as x1, x2 ?

    • @NerdML
      @NerdML 2 года назад

      You can assume that as x1,x2 as each vector can have its space in three dimensions i.e. x,y,z Hope it has cleared your doubt

  • @sometimesdchordstrikes...7876
    @sometimesdchordstrikes...7876 2 года назад

    @8:00 sir u please check d meaning of instead.

    • @NerdML
      @NerdML 2 года назад

      Sorry not getting you

    • @sometimesdchordstrikes...7876
      @sometimesdchordstrikes...7876 2 года назад

      @@NerdMLafter the word instead negative things come like here for instance negative which could have happened in the case of z he was good ubsaid instead of memorizing AND LEARNING THE PROCEDURE CONCEPTS. Learning procedure is what he did to his merit. Instead of using instead u should have said he did.

    • @NerdML
      @NerdML 2 года назад

      Thanks for correction👍🏻

  • @kartikvyakaranam1710
    @kartikvyakaranam1710 2 года назад

    thank you

    • @NerdML
      @NerdML 2 года назад

      My pleasure

  • @bahram-848durani2
    @bahram-848durani2 2 года назад

    It was great

    • @NerdML
      @NerdML 2 года назад

      Thanks🙏🏻

  • @debabratasahoo2588
    @debabratasahoo2588 2 года назад

    Hlw sir , your content is osm. I much clarify throughout your good teaching way. thanks sir

    • @NerdML
      @NerdML 2 года назад

      Thanks to you for liking it Happy Learning!!

  • @thangtran145
    @thangtran145 2 года назад

    Great video, subscribed! Clear, concise, friendly, and easy-going !

    • @NerdML
      @NerdML 2 года назад

      Thanks for liking it Happy Learning!!

  • @akashojha5361
    @akashojha5361 2 года назад

    great work

    • @NerdML
      @NerdML 2 года назад

      Thanks dude👍🏻

  • @naivelearner6357
    @naivelearner6357 2 года назад

    amazingly explained...

    • @NerdML
      @NerdML 2 года назад

      Oh thanks😊

  • @anandhegde5723
    @anandhegde5723 2 года назад

    wow broo

    • @NerdML
      @NerdML 2 года назад

      Thanks 🙏🏻

  • @datascience1274
    @datascience1274 2 года назад

    Hi, thanks a lot for your video. I have a question. I have studied machine learning and deep learning concepts theoretically and now I would like to get into data science and start using softwares. What is the most powerful alternative to spss? Im not looking for a programming language for now. I am considering jasp, jamovi, gretl, but I'm not sure in which we get neural network analysis. Any suggestion of which one choosing? Thanks a lot in advance.

    • @NerdML
      @NerdML 2 года назад

      Hey thanks for liking my content🙏🏻 See jamovi is better out of Jasp, jamovi & gretl If you are highly focused on bayesian models then only jasp is good Rest you can try all three & proceed accordingly as your point of view can be different according to your choice of interest & use case

    • @datascience1274
      @datascience1274 2 года назад

      @@NerdML thank you very much. So is it possible to work on neural networks concepts with jamovi? Feel free to suggest any other powerful software (with no coding required) I may have not considered. Thanks again

    • @NerdML
      @NerdML 2 года назад

      Hey I am not much aware about other tools but yeah will do a research on that & get back to you

    • @datascience1274
      @datascience1274 2 года назад

      @@NerdML thank you very much. Yeah I would really appreciate if you can suggest me what in your opinion is the best open source software for machine learning, that doesn’t require coding.

  • @VarunSharma-ym2ns
    @VarunSharma-ym2ns 2 года назад

    Grt session 👌

    • @NerdML
      @NerdML 2 года назад

      Thanks Varun!!

  • @VarunSharma-ym2ns
    @VarunSharma-ym2ns 2 года назад

    Nice video...👌👌👍

    • @NerdML
      @NerdML 2 года назад

      Glad you liked my content🙂

    • @VarunSharma-ym2ns
      @VarunSharma-ym2ns 2 года назад

      @@NerdML yea...actually it is easiest way to explain this front of interviewer and for our fundamentals as well

    • @NerdML
      @NerdML 2 года назад

      Exactly, that’s why moulded it into this fashion so that anyone can remember this without mugging up the concept during exams/interview

  • @ommathur3705
    @ommathur3705 2 года назад

    Thanks for sparing time to make this video. I learnt a alot with it

    • @NerdML
      @NerdML 2 года назад

      Glad you liked it Keep supporting 👍🏻

  • @NikitaSharma-bs4gg
    @NikitaSharma-bs4gg 2 года назад

    such a great explanation - thank you

    • @NerdML
      @NerdML 2 года назад

      Thanks🙏🏻

  • @akshara_K.
    @akshara_K. 3 года назад

    Awesome video with detailed explanations. Can you suggest other topics/concepts that need to be learnt for Data science? If they are already included in your channel, that would be great.

    • @NerdML
      @NerdML 3 года назад

      Thanks Akshara, glad you liked the content Recently I have uploaded a video on “Complete Roadmap for a learning Data Science from scratch” You can watch that

    • @akshara_K.
      @akshara_K. 3 года назад

      @@NerdML Thank you very much! Much appreciated!

    • @NerdML
      @NerdML 3 года назад

      Pleasure is mine!!

  • @ganpatinatrajan5890
    @ganpatinatrajan5890 3 года назад

    Good one ...👍👍👍

    • @NerdML
      @NerdML 3 года назад

      Thanks dear👍🏻

  • @nitishkumarnayak8204
    @nitishkumarnayak8204 3 года назад

    Great content .. keep it up 👍👍👍

    • @NerdML
      @NerdML 3 года назад

      Oh thanks man!!

  • @shivkumarkansal245
    @shivkumarkansal245 3 года назад

    Nice👏👏👏

    • @NerdML
      @NerdML 3 года назад

      Thank you!!😀

  • @ranjansingh2801
    @ranjansingh2801 3 года назад

    Thanks for this easiest explanation, absolutely awsome. please keep continue 👍

    • @NerdML
      @NerdML 3 года назад

      Sure, thanks Ranjan😊

  • @glimpses_of_rama6751
    @glimpses_of_rama6751 3 года назад

    Nice content 👍

    • @NerdML
      @NerdML 3 года назад

      Thanks 🙏🏻

  • @priyayelakar5526
    @priyayelakar5526 3 года назад

    Thank you Rahul

    • @NerdML
      @NerdML 3 года назад

      Thanks Priya

  • @facelessguy2093
    @facelessguy2093 3 года назад

    Thank you Rahul sir for this video. We waited for so long. Hope there is more tutorials on the way 👏👏👏

    • @NerdML
      @NerdML 3 года назад

      Sure Prashant By the way thanks for liking the content

  • @mridushishukla
    @mridushishukla 3 года назад

    Very helpful roadmap for learning data science strategically. Good work 👏👍

    • @NerdML
      @NerdML 3 года назад

      Thanks, tried building a structure

  • @nikhilseth9001
    @nikhilseth9001 3 года назад

    Best content👌🏻

    • @NerdML
      @NerdML 3 года назад

      Thanks😊

  • @mohitram7243
    @mohitram7243 3 года назад

    Thanks for sharing your knowledge and guidance with us. Your content is lit 🔥.

  • @vikrantsamre9335
    @vikrantsamre9335 3 года назад

    Amazing video 👏👏

    • @NerdML
      @NerdML 3 года назад

      Thanks mate!! 😀

  • @prashantsharma5866
    @prashantsharma5866 3 года назад

    Content nicely presented, keep sharing the knowledge to world 👍🏻

    • @NerdML
      @NerdML 3 года назад

      Glad you liked it👍 Thanks!!

  • @anubhavrawal4526
    @anubhavrawal4526 3 года назад

    Amazing stuff Rahul... Keep up the good work ❤️❤️

    • @NerdML
      @NerdML 3 года назад

      Thanks buddy 👍🏻

  • @siddheshpowar4208
    @siddheshpowar4208 3 года назад

    Nice explanation ✌️...all the things are nicely presents 👌.

    • @NerdML
      @NerdML 3 года назад

      Thanks dude👍🏻 Keep supporting

  • @sajadch6526
    @sajadch6526 3 года назад

    Thank you bro😘😘😘

  • @rajeshchaubey9333
    @rajeshchaubey9333 3 года назад

    Very nicely explained you have good command on subject Sir please keep uploading more videos.

    • @NerdML
      @NerdML 3 года назад

      Thanks a lot & i will make sure

  • @ksrimannarayana311
    @ksrimannarayana311 3 года назад

    how to get that phi function? how 8? come in that phi.