Skip to main content
darkmocha.dev

// notes

Daily Notes

A log of short thoughts and notes.

Today I studied preprocessing for basic learning models. - Dropping and imputing missing values (dropna, SimpleImputer) - Handling categorical data (mapping ordinal features, one-hot encoding nominal features and its downsides) - Splitting and scaling datasets Next time I'll put it into practice with the Titanic CSV! I'd like to try Kaggle too. #ML

Today I studied the basic learning models, perceptron and ADALINE, plus KNN, decision trees, random forests, and logistic regression. I skipped over a fair amount of the math, so next time I'll go deeper. Random forests are nice. #ML

Still only on my 6th game. Four more in one month... rough. #Unity #GameDev

Note attachment

Had my Coming of Age ceremony today. Got to see everyone after a long while, and the reunion was fun. #Life

Relearning React from the ground up. I want to solidify the basics so I can actually use Next.js properly. #Nextjs #WebDev

Right now I'm taking on a challenge: 5 Unity games in 2 months. #Unity #GameDev