Understand classification Problem in Machine Learning

Understand classification Problem in Machine Learning

Basically, there are four types of machine learning algorithms. 1- Supervised Learning Algorithms- In supervised  learning, values of  features and labels or classes are given. Further, Supervised learning algorithms are of two types. 1.1- Regression- In regression numerical values are predicted. 1.2-Classification In classification, labels  are predicted. 2-Unsupervised Learning Algorithms In unsupervised learning, instances have

Understand classification Problem in Machine Learning Read More »

ultrasonic sensor

Calculate Distance using Ultrasonic Sensor and Arduino Uno Microcontroller

Ultrasonic Sensor- Ultrasonic sensor is an electronic device which can calculate distance. It transmits ultrasonic waves and converts ultrasonic waves into electrical signal. Ultrasonic sensor can be used in various projects from making smart dustbin to obstacle avoiding robots. In this post, I will explain how to calculated distance using  Ultrasonic sensor and Arduino Uno

Calculate Distance using Ultrasonic Sensor and Arduino Uno Microcontroller Read More »

ATL

Projects  List of Events(Competitions) to be Participated Other Events  Participation Records in Events (Competitions) Quizzes List of Participants ATL Achievements Google Group Tinkercad Class Link CodeComebat Class Link PostNetwork Group LinkedIn  Group Thingspeak Channels        

ATL Read More »

Glow an LED using Arduino Code Explanation Line by Line

Glow an LED using Arduino Line-1-setup() function is used to configure Pins for INPUT, OUTPUT, signal rate etc. Line-2-Block of setup() function starts here. Line-3-It indicates pin no. 8 is used for OUTPUT. Line-4-Block of setup() function ends here. Line-5-Statements inside loop() function run forever. Line-6-Block of loop() function starts here. Line-7-digitalWrite(8, HIGH) statement will

Glow an LED using Arduino Code Explanation Line by Line Read More »

©Postnetwork-All rights reserved.