Posts

Showing posts with the label machine learning

Featured Post

लक्ष्य निर्धारित कर सम्यकत्व के लिए पुरुषार्थ करेंगे तो मोक्ष का मार्ग मिलेगा- पूज्य श्री अतिशयमुनिजी म.सा.

लक्ष्य निर्धारित कर सम्यकत्व के लिए पुरुषार्थ करेंगे तो मोक्ष का मार्ग मिलेगा- पूज्य श्री अतिशयमुनिजी म.सा. 

advertisement

Machine Learning MCQs - Basics & Supervised Learning

Machine Learning MCQs - Basics & Supervised Learning Machine Learning MCQs machine Learning mcqs Basics & Supervised Learning (1-100) 1. What is the main goal of supervised learning? A. To group data without labels B. To discover hidden patterns C. To learn a mapping from inputs to known outputs D. To minimize entropy Answer: C Supervised learning uses labeled data to train models to predict outcomes based on input. 2. Which of the following is a supervised learning algorithm? A. K-means B. Linear Regression C. PCA D. DBSCAN Answer: B Linear Regression is a supervised learning algorithm that models the relationship between inputs and outputs. 3. What is the difference between classification and regression? A. Classification predicts continuous output, regression predicts categories B. Classification predicts categories, regression predicts continuous out...

deep learning frameworks list

  Basic Frameworks to implement Deep Learning Algorithms

What is Dropout? How does it prevent overfitting in a neural network?

What is Dropout? How does it prevent overfitting in a neural network?

What is Confusion Matrix and Advanced Classification Metrics?

Image
  What is Confusion Matrix and Advanced Classification Metrics?

Python Web Development Frameworks That You Should Know!

Image
  Python Web Development Frameworks That You Should Know!

What is machine learning?

Image
  What is machine learning?

Cloud Computing

Image
Cloud Computing - Overview

Ridgeline plots in matplotlib python

Image
Ridgeline plots in pure matplotlib

Solving the Travelling Salesman Problem with MiniSom hands on practical

Image
  Solving the Travelling Salesman Problem with MiniSom

The Central Limit Theorem, a hands-on introduction

Image
   The Central Limit Theorem, a hands-on introduction

Machine Learning MCQ Questions and Answers

[MCQ’s] Machine Learning

Solving a regression problem using a Sequential Neural Network Model in Keras

Image
  Solving a regression problem using a Sequential Neural Network Model in Keras

Building a CNN model in Keras using MNIST dataset

Image
  Building a CNN model in Keras using MNIST dataset

Top Machine Learning Interview Questions

  Top Machine Learning Interview Questions

outlier detection in machine learning

Image
  Outlier Detection

What are type I and type II errors?

Image
  What are type I and type II errors?

Linear regression using Python

Image
  Linear Regression

Artificial Neural Networks : Interview Questions

Image
  Artificial Neural Networks : Interview Questions

Preprocessing of raw data in NLP: Tokenization, Stemming, Lemmatization and Vectorization

Image
  Preprocessing of raw data in NLP:

clustering methods in machine learning

  Different Clustering Methods Hierarchical Methods Agglomerative hierarchical clustering — Each object initially represents a cluster of its own. Then clusters are successively merged until the desired cluster structure is obtained.   Divisive hierarchical clustering — All objects initially belong to one cluster. Then the cluster is divided into sub-clusters, which are successively divided into their own sub-clusters. This process continues until the desired cluster structure is obtained. The hierarchical clustering methods could be further divided according to the manner that the similarity measure is calculated Single-link clustering (also called the connectedness, the minimum method or the nearest neighbor method) — methods that consider the distance between two clusters to be equal to the shortest distance from any member of one cluster to any member of the other cluster. If the data consist of similarities, the similarity between a pair of clusters is considered to be eq...

Advertisement

ADVERTISEMENT