Support Vector Machine

Support Vector Machines (SVM) is a supervised machine learning algorithm that can be used for classification or regression tasks. The goal of the SVM algorithm is to find the hyperplane in an N-dimensional space that maximally separates the two classes. Mathematical Intuition Support Vector Machines (SVMs) are a type of supervised machine learning algorithm that […]

Steps to Create a Tensorflow Model

There are 3 fundamental steps to creating a model Create a Model -> Connect the layers of NN yourself by using Sequential or Functional API or import a previously built model(Transfer Learning) Compile a Model -> Define how a model’s performance should be measured(metrics) and how to improve it by using an optimizer(Adam, SGD, etc.) […]

How to deal with outliers

In this Notebook, we will describe how to deal with outliers Trimming outliers from the dataset Performing winsorization Winsorizing is different from trimming because the extreme values are not removed, but are instead replaced byother values. Data greater than quantile 90 percent is replaced by value at 90 quantiles similarly less thenquantile 5 percent is […]

What is data leakage in Machine Learning

When training a machine learning model, we normally prefer selecting a generalized model which is performing well both on training and validation/test data. However, there can be a situation where the model performs well during testing but fails to achieve the same level of performance with real-world (production data) usage. For example, your model is […]

Most Popular SQL Commands everyone should know

SQL Commands:SQL Commands are instructions. It is used to communicate with the database. It is also used to perform specific tasks, functions, and queries of data. SQL can perform various tasks like creating a table. add data to tables, drop the table modify the table. set permission for users.Types of SQL Commands: There are five […]

Five Courses that can be finished in one week to advance Pandas skills

𝟏. 𝐖𝐫𝐢𝐭𝐢𝐧𝐠 𝐄𝐟𝐟𝐢𝐜𝐢𝐞𝐧𝐭 𝐂𝐨𝐝𝐞 𝐰𝐢𝐭𝐡 𝐩𝐚𝐧𝐝𝐚𝐬: This course will build on your knowledge of Python and the panda’s library and introduce you to efficient built-in pandas functions to perform tasks faster. Link:- Get the course here 𝟐. 𝐉𝐨𝐢𝐧𝐢𝐧𝐠 𝐃𝐚𝐭𝐚 𝐰𝐢𝐭𝐡 𝐩𝐚𝐧𝐝𝐚𝐬: In this course, you will learn to handle multiple DataFrames by combining, organizing, joining, […]

Find out the Longest Path in a matrix

Explain the central limit theorem and give examples of when you can use it in a real-world problem.

The center limit theorem states that if any random variable, regardless of the distribution, is sampled a large enough time, the sample mean will be approximately normally distributed. This allows for studying the properties of any statistical distribution as long as there is a large enough sample size. Important remark from Adrian Olszewski:⚠️ we can rely on […]

What are the motivation behind random forests and mention two reasons why they are better than individual decision trees?

The motivation behind random forest or ensemble models in general in layman’s terms, Let’s say we have a question/problem to solve we bring 100 people and ask each of them the question/problem and record their solution. Next, we prepare a solution which is a combination/ a mixture of all the solutions provided by these 100 […]

Dripshop.live is hiring for a Senior Full Stack Engineer

Description About Dripshop.live: Drip (dripshop.live) is a fast-growing, VC-backed live shopping platform and community for collectibles and NFTs. Drip enables collectors to buy, sell, and stream with their communities. We closed a $23M Series A at a $100M+ valuation to build our team and power our development of next-generation experiences and expansion into more categories! Our […]

%d bloggers like this: