Category

algorithm

Dynamic Programming

Dynamic Programming is a technique in computer programming that helps to efficiently solve a class of problems that have overlapping subproblems and optimal ...

Graph-based DSA

탐색(Search)이란 많은 양의 데이터 중에서 원하는 데이터를 찾는 과정

Implementation

알고리즘은 간단한데 코드가 지나칠 만큼 길어지는 문제 실수 연산을 다루고, 특정 소수점 자리까리 출력해야 하는 문제 문자열을 특정한 기준에 따라서 끊어 처리해야 하는 문제 적절한 라이브러리를 찾아서 사용해야 하는 문제

Greedy Algorithm

The algorithm never reverses the earlier decision, even if the choice is wrong. It works in a top-down approach.

Back to top ↑

ML

Handling Missing Values

A perfect data set is usually a big win for any data scientist or machine learning engineer. Unfortunately, more often than not, datasets will have missing d...

PCA

Eigenvectors and Eigenvalues

Evaluation

We summarize how well a supervised model performs on a given dataset. Accuracy Classification accuracy is a metric that summarizes the performance of...

Data Preprocessing

Encoding for Categorical variables Most Machine learning algorithms can not handle categorical variables unless we convert them to numerical values...

Back to top ↑

Kaggle

Kaggle- Creditcard_Fraud_Detection

It is important that credit card companies are able to recognize fraudulent credit card transactions so that customers are not charged for items that t...

Kaggle- Santander Customer Satisfaction

From frontline support teams to C-suites, customer satisfaction is a key measure of success. Unhappy customers don’t stick around. What’s more, unhappy...

Back to top ↑

SQL

Back to top ↑