DSA PYTHON PROGRAMMING COURSES COMPUTER
5.28K subscribers
50 photos
2 videos
23 files
27 links
Disclaimer: This Channel is for educational purpose only , no one takes responsibility if you do anything wrong
𝙃𝙖𝙘𝙠 𝙏𝙝𝙚 𝙍𝙞𝙘𝙝💲= 𝙁𝙚𝙚𝙙 𝙏𝙝𝙚 𝙋𝙤𝙤𝙧🙌


FOUNDER:- @TeamVoiceContactBot
Download Telegram
Three different learning styles in machine learning algorithms:

1. Supervised Learning

Input data is called training data and has a known label or result such as spam/not-spam or a stock price at a time.

A model is prepared through a training process in which it is required to make predictions and is corrected when those predictions are wrong. The training process continues until the model achieves a desired level of accuracy on the training data.

Example problems are classification and regression.

Example algorithms include: Logistic Regression and the Back Propagation Neural Network.

2. Unsupervised Learning

Input data is not labeled and does not have a known result.

A model is prepared by deducing structures present in the input data. This may be to extract general rules. It may be through a mathematical process to systematically reduce redundancy, or it may be to organize data by similarity.

Example problems are clustering, dimensionality reduction and association rule learning.

Example algorithms include: the Apriori algorithm and K-Means.

3. Semi-Supervised Learning

Input data is a mixture of labeled and unlabelled examples.

There is a desired prediction problem but the model must learn the structures to organize the data as well as make predictions.

Example problems are classification and regression.

Example algorithms are extensions to other flexible methods that make assumptions about how to model the unlabeled data.
👍1🔥1
𝗚𝗼𝗼𝗴𝗹𝗲 𝗙𝗥𝗘𝗘 𝗖𝗲𝗿𝘁𝗶𝗳𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗖𝗼𝘂𝗿𝘀𝗲𝘀😍

Master AI for FREE: 5 Must-Take Google Courses to Boost Your Career

🌟 Artificial Intelligence is transforming industries, and now’s your chance to dive into this exciting field with free, expert-led courses by Google.

𝐋𝐢𝐧𝐤👇:-

https://pdlink.in/428e55o

Enroll Now & Get Certfied 🎓
👍1
🔰 Filtering and Modifying Array Elements in JavaScript

You may want to filter out certain elements while modifying the remaining elements in an array.
In JavaScript, this can be accomplished in the following ways:


1. Using filter and map methods together.
2. Use the reduce method to achieve both tasks in a single step.
3
🔰 Frontend Libraries You Should Try
2👍2