2022

Clustering with K-Means

4 minute read

In this exercise you’ll explore our first unsupervised learning technique for creating features

Creating Featues

7 minute read

In this exercise you’ll start developing the features

Mutual Information

5 minute read

Mutual information describes relationships in terms of uncertainty.

Random Forest

1 minute read

Random Forest is going to be an easy win.

Scatter Plots

8 minute read

Leverage the coordinate plane to explore relationships between variables

Hello, Seaborn

6 minute read

Your first introduction to coding for data visualization

Pipelines

less than 1 minute read

Pipelines are a simple way to keep your data preprocessing and modeling code organized.

IntermediateML pipelines

8 minute read

This notebook is an exercise in the Intermediate Machine Learning course. You can reference the tutorial at this link.

Building Your Model

less than 1 minute read

The steps to building and using a model are: Define: What type of model will it be? A decison tree? Some other type of model? Some other parameters...

[GAN] Training Handwriting

3 minute read

Handwritten Digits - MNIST GAN With Seed Experiments Make Your First GAN With PyTorch, 20202

[GAN] Simple Pattern

2 minute read

import torch import torch.nn as nn import pandas as pd import matplotlib.pyplot as plt import random

첫 포스팅~^^

less than 1 minute read

오늘 첫 블로그를 시작합니다. 저의 세계를 열어볼께요.