Youfeng Zhou
  • Home
  • About
  • Projects
  • Posts
  • TILs

My latest projects

Extracting and grouping text info by category
data cleaning
regex
This notebook shows matching text pattern and extract text and processing strings using Regex.
Oct 23, 2022

Generate English name
deep learning
nlp
Train a language model to generate next character based on the previous characters to output an english name.
Sep 23, 2022

EigenFace
PCA
SVD
This notebook will dive into eigenvalues and eigenvectors with covariance matrix. We also compare this method with SVD to understand what happens under the hood.
May 26, 2022
No matching items


My latest posts

The common activation functions

deep learning
math

Basic math for deep learning

Nov 4, 2022

Handling missing data

python
pandas
numpy

Examples of dealing with missing data

Oct 30, 2022

Understanding Huggingface datasets

nlp
huggingface

This blog will dive into huggingface datasets

Sep 19, 2022

Connect to MySql with Pandas

mysql
database
pandas

This blog show how to connect to MySql database via Pandas

Aug 19, 2022
No matching items