Preethi J
Preethi J
  • Видео 181
  • Просмотров 3 171 262
Machine Learning : Full explanation of Naive Bayes Classifier with Example in Google Colob
Machine Learning : Solving Naive Bayes Classifier with full explanation with Example in Google Colob
@preethij427
#NaiveBayes
#MachineLearning
#DataScience
#Classification
#Tutorial
#GoogleColab
#Python
#TutorialTuesday
#AI
#MLTutorial
#BeginnerFriendly
#CodingTutorial
#Algorithm
#Example
#TutorialVideo#machinerearningonline
#naivebayesclassifierprogrammerpythonNaive bayes classifier
pythonGaussian naive bayes classifiergaussian
naive bayes
Просмотров: 313

Видео

How to use PIR sensor with Arduino for Object Movement- #objectdetection
Просмотров 1062 месяца назад
How to use PIR sensor with Arduino for Object movement #arduino const int MOTION_SENSOR_PIN = 2; // Arduino pin connected to the OUTPUT pin of motion sensor const int BUZZER_PIN = 13; // Arduino pin connected to Buzzer's pin int motionStateCurrent = LOW; // current state of motion sensor's pin int motionStatePrevious = LOW; // previous state of motion sensor's pin void setup() { Serial.begin(96...
Build Your Own Arduino Weather Station | Temp & Humidity Tracker
Просмотров 1502 месяца назад
This project explains how to create an Arduino Weather station using Temperature and Humidity Sensor #include "LiquidCrystal.h" #include "DHT.h" #define DHTPIN 6 // what pin we're connected to #define DHTTYPE DHT11 // DHT 11 LiquidCrystal lcd(12, 11, 5, 4, 3, 2); DHT dht(DHTPIN, DHTTYPE); void setup() { Serial.begin(9600); lcd.begin(16,2); //16 by 2 character display dht.begin(); } void loop() ...
Arduino Nano innovation for the visually impaired: smart blind stick- #blindstick project
Просмотров 2022 месяца назад
This project describes the IOT project for smart blind stick using Arduino Nano // defines pins numbers const int trigPin = 9; const int echoPin = 10; const int buzzer = 11; const int ledPin = 13; // defines variables long duration; int distance; int safetyDistance; void setup() { pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output pinMode(echoPin, INPUT); // Sets the echoPin as an Input...
Arduino UNO Distance Measurement Project with Ultrasonic Sensor and LCD Display
Просмотров 4083 месяца назад
This project explains how to code in Arduino software for measuring the distance using ultrasonic sensor and LCD display. Arduino Code Distance measurement HC-SR04 Ultrasonic Sensor with LCD display HC-SR04 Ultrasonic Sensor VCC to Arduino 5V GND to Arduino GND Echo to Arduino pin 12 Trig to Arduino pin 13 LCD Display (I used JHD162A) VSS to Arduino GND VCC to Arduino 5V VEE to Arduino GND RS t...
31. How to handle Array Index Out Of Bounds Exception in Java using Try/Catch block in Eclipse IDE
Просмотров 4867 месяцев назад
This program helps you how to handle Array index out of bounds exception in Java using Try and Catch block in Eclipse IDE @preethij427
Demystifying Cryptography: Inside the RC4 Algorithm
Просмотров 1,4 тыс.8 месяцев назад
Demystifying Cryptography: Inside the RC4 Algorithm
28. Mastering how to implement Encapusulation OOPS concept using Java? #corejava, #java
Просмотров 17511 месяцев назад
28. Mastering how to implement Encapusulation OOPS concept using Java? #corejava, #java
9. Mutual Exclusion implementation with Semaphores | Mutex | Operating System
Просмотров 3,2 тыс.Год назад
9. Mutual Exclusion implementation with Semaphores | Mutex | Operating System
8. Semaphores | Types of semaphores | #Binary semaphore | #Counting Semaphore | #Operating System
Просмотров 1,1 тыс.Год назад
8. Semaphores | Types of semaphores | #Binary semaphore | #Counting Semaphore | #Operating System
1. Inspiring story #shortvideo #motivationalvideo
Просмотров 695Год назад
1. Inspiring story #shortvideo #motivationalvideo
26 Adaptive linear neural network (Adaline) |#adaline and madaline neural network
Просмотров 24 тыс.Год назад
26 Adaptive linear neural network (Adaline) |#adaline and madaline neural network
25. #Implement AND function using Perceptron | #machine learning perceptron algorithm
Просмотров 12 тыс.Год назад
25. #Implement AND function using Perceptron | #machine learning perceptron algorithm
24. #Perceptron network | Architecture, Flowchart | Training algorithm | testing algorithm
Просмотров 34 тыс.Год назад
24. #Perceptron network | Architecture, Flowchart | Training algorithm | testing algorithm
23. How to Use the Hebb Network for Pattern Classification problem? #solvedproblem |#hebb
Просмотров 9 тыс.Год назад
23. How to Use the Hebb Network for Pattern Classification problem? #solvedproblem |#hebb
22. #Solved problem -Logical AND gate -Hebb network - #hebb
Просмотров 14 тыс.Год назад
22. #Solved problem -Logical AND gate -Hebb network - #hebb
21. #Hebb Learning Rule - Basic Concepts | Flowchart | Training algorithm | #Neural Network
Просмотров 29 тыс.Год назад
21. #Hebb Learning Rule - Basic Concepts | Flowchart | Training algorithm | #Neural Network
20. Linearly separable- Neural networks\n#Linear separability in neural networks|Linearly separable
Просмотров 23 тыс.Год назад
20. Linearly separable- Neural networks #Linear separability in neural networks|Linearly separable
19. #McCulloch Pitts neuron with solved ANDNOT example -Artificial Neural Networks
Просмотров 23 тыс.Год назад
19. #McCulloch Pitts neuron with solved ANDNOT example -Artificial Neural Networks
18. #Solved Problems -Defuzzification -Fuzzy Logic - #defuzzificationsolvedproblem
Просмотров 16 тыс.2 года назад
18. #Solved Problems -Defuzzification -Fuzzy Logic - #defuzzificationsolvedproblem
17. #Defuzzification methods | #fuzzy logic in artificial intelligence | #defuzzification
Просмотров 87 тыс.2 года назад
17. #Defuzzification methods | #fuzzy logic in artificial intelligence | #defuzzification
16. #Defuzzification - #lambda-cuts for Fuzzy sets- #Properties#fuzzyset#fuzzysets
Просмотров 20 тыс.2 года назад
16. #Defuzzification - #lambda-cuts for Fuzzy sets- #Properties#fuzzyset#fuzzysets
15. #Fuzzification- #membership value assignements- #fuzzy logic
Просмотров 55 тыс.2 года назад
15. #Fuzzification- #membership value assignements- #fuzzy logic
14.#Features of Membership function- (Core, Support, Boundary), Types of Fuzzy sets
Просмотров 43 тыс.2 года назад
14.#Features of Membership function- (Core, Support, Boundary), Types of Fuzzy sets
13.Fuzzy Composition - Max-Min & Max-Product Composition, Cartesian Product - Solved Examples
Просмотров 48 тыс.2 года назад
13.Fuzzy Composition - Max-Min & Max-Product Composition, Cartesian Product - Solved Examples
12. #fuzzy relations - Operations, Properties , Composition, Equivalence Relation,Tolerance Relation
Просмотров 37 тыс.2 года назад
12. #fuzzy relations - Operations, Properties , Composition, Equivalence Relation,Tolerance Relation
11. #classical relations / #crisprelations- Fuzzy logic
Просмотров 25 тыс.2 года назад
11. #classical relations / #crisprelations- Fuzzy logic
10. #fuzzyset problems - #soft computing
Просмотров 72 тыс.2 года назад
10. #fuzzyset problems - #soft computing
9. #Fuzzy sets -Operations (Union, Intersection,Complement, Set Difference), Properties of Fuzzy set
Просмотров 32 тыс.2 года назад
9. #Fuzzy sets -Operations (Union, Intersection,Complement, Set Difference), Properties of Fuzzy set
8. #Fuzzy logic -Introd to Sets, Classical Sets,Operations and Properties of Classical set-Crisp set
Просмотров 30 тыс.2 года назад
8. #Fuzzy logic -Introd to Sets, Classical Sets,Operations and Properties of Classical set-Crisp set

Комментарии

  • @rmxpassports3016
    @rmxpassports3016 День назад

    I am in 11th and have no plans in taking CS, yet I don't know why I am watching this so intrestingly

  • @fatima-cf1bj
    @fatima-cf1bj День назад

    thank you so much

  • @manvendrasingh3015
    @manvendrasingh3015 День назад

    u are the first person to explain it in such simple terms thanks a lot ma'am

  • @sankaraammu3404
    @sankaraammu3404 4 дня назад

    Wow super...mam...by listening your vedios I can easily understand....the topics... Thank u so much for ur hardwork mam🙏🙏

  • @RafiZubayer
    @RafiZubayer 4 дня назад

    Where's the A to D node cost mam?

  • @letienhung9311
    @letienhung9311 4 дня назад

    Could you please tell us about the textbooks we should use for your courses? Thanks alot

  • @sreeragcs2167
    @sreeragcs2167 7 дней назад

    ❤❤

  • @sreeragcs2167
    @sreeragcs2167 7 дней назад

    You are a fabulous teacher ❤

  • @gokulakrishnan5298
    @gokulakrishnan5298 13 дней назад

    Mam can we follow this CS3591 for R-2021 ?

    • @preethij427
      @preethij427 12 дней назад

      Yes, you can follow this playlist for syllabus CS3591 R-2021

  • @user-lb7tf6nq1v
    @user-lb7tf6nq1v 16 дней назад

    SMP authentication failure occurs on composing the mail mam

  • @bikasghosh6010
    @bikasghosh6010 16 дней назад

    explained in a simple and nice way

  • @KRISHN-1000
    @KRISHN-1000 17 дней назад

    Mam can u please tell what's written in the STEP 5 of the training algorithm.....u didn't show it !

  • @AbhishekGupta-yp3zy
    @AbhishekGupta-yp3zy 18 дней назад

    😲😲 maam you are coding on phone...nice effort maam

  • @farooqshaikh5566
    @farooqshaikh5566 21 день назад

    Whe she has taken A=10

  • @aboubacarabdoufannareme
    @aboubacarabdoufannareme 26 дней назад

    🥰😍

    • @preethij427
      @preethij427 26 дней назад

      Thank you. Please subscribe the channel

  • @aboubacarabdoufannareme
    @aboubacarabdoufannareme 26 дней назад

    you are the best

  • @aboubacarabdoufannareme
    @aboubacarabdoufannareme 26 дней назад

    thank you so much I have learned what I couldn't understand in class

  • @21_diyamolap
    @21_diyamolap 27 дней назад

    min(1/9,1/4,1/4) isnt 1/9?

  • @mansiadarsh9844
    @mansiadarsh9844 28 дней назад

    Thank u mam

    • @preethij427
      @preethij427 26 дней назад

      Most welcome 😊 please subscribe my channel

  • @johnsvilla3279
    @johnsvilla3279 28 дней назад

    notes please

  • @kick4089
    @kick4089 29 дней назад

    Pseudo code please

  • @priyankaprabakaran1235
    @priyankaprabakaran1235 29 дней назад

    Mam after I'm composing email it shows server not found .... Pls explain me

  • @AliHassan-wg1np
    @AliHassan-wg1np Месяц назад

    For example for A the copy that it is updated copies

  • @AliHassan-wg1np
    @AliHassan-wg1np Месяц назад

    Is we update all vector

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

    mam your explanation was very excellent...kindly explain TCP and UDP protocol mam...

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

    1:53 why d is not added

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

    Maam it is a request to continue the series Tomorrow end semester exams Pls helpp

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

    Maam pls explain gentic algorithm also🥹 Very good video👍

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

    Thank you mam💕🤗

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

      Most welcome 😊 please subscribe my channel and forward to your friends group too

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

    Thank you mam

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

      Most welcome 😊 please subscribe my channel and foreword to your friends group too

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

    Very good lecture. 💯

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

    MAM I thing "A intersection A" will be equal to "Null set" .......Not A. Please Help

    • @emprazon5317
      @emprazon5317 25 дней назад

      No it's A only because intersection gives the common elements and A is common between A and A ... If it makes sense

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

    Thank you so much miss❤️

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

      Welcome… please subscribe my channel and forward to your friends

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

    but before the activation function you must add bias ??

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

    Well explained🎉

  • @DeepakKumar-pl9nx
    @DeepakKumar-pl9nx Месяц назад

    What abt other nodes a,b,d (new node,old node)

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

    Excellent 💯

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

    Ma'am Please Back Propagation Network ka aaj video bna kr upload kr dein kal exam h.

  • @HuzaifaKhan-iy5qj
    @HuzaifaKhan-iy5qj Месяц назад

    how the level will be equals to four in the end?

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

    Ma'am, I have a question: A | B what it means in terms of union or intersection ?

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

    support identification mistake in plot

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

    Life savior 😂❤

  • @frame-fitness
    @frame-fitness Месяц назад

    Very good explanation

  • @DilipKumar-pd7wn
    @DilipKumar-pd7wn Месяц назад

    Mam you explained clearly thank you so much. please come to my college. You worth and brilliant compare to my whole College teachers. 16:54

  • @user-ut1hg5pj3o
    @user-ut1hg5pj3o Месяц назад

    Thanks mam 🙏

  • @tanishazaman-kx7ry
    @tanishazaman-kx7ry Месяц назад

    5:27

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

    Thank You Ma'am

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

    Thank You Ma'am

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

    why she taken: A=10,b=5,and c=7, can any one ???

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

      Those are instances given in question or most of the time not given

    • @ramsha3145
      @ramsha3145 27 дней назад

      And how available came?​@@geckoop2848

  • @d.kvlogs565
    @d.kvlogs565 Месяц назад

    Maam when I am solving for OR gate with weight w1= 1 and w2= 1 . I am getting the output correct but what will be the threshold value according to the formula it should be 2 but if I take threshold value as 2 the conditions are not satisfied. And if we will change the weight than again it is not satisfying what should I do. If possible please make a video or tell me what would be the weights and threshold value in case of OR gate