Recent posts

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