Skip to content

Tung M Phung's Blog

  • Home
  • About me

Tag: feature extraction

Classification Models, Deep Learning, Exploratory Data Analysis, Feature Engineering, Machine Learning - Data Mining1 Comment

Case study: Machine Learning and Deep Learning for Knowledge Tracing in Programming Education

May 8, 2022May 14, 2022 Tung.M.Phung

Applying Machine Learning and Deep Learning to solve the Knowledge Tracing problem in the context of Programming classrooms. Continue reading Case study: Machine Learning and Deep Learning for Knowledge Tracing in Programming Education

Feature Engineering, Machine Learning - Data MiningLeave a comment

When to add a dummy variable?

December 19, 2019July 31, 2020 Tung.M.Phung

A dummy variable is a variable (or feature, predictor, column) whose values can be either 0 or 1. Continue reading When to add a dummy variable?

Feature Engineering, Machine Learning - Data Mining3 Comments

How to convert Categorical Variables to Numerical Variables

December 18, 2019July 31, 2020 Tung.M.Phung

In Machine Learning, while some predictive models allow categorical variables in the data, most require all predictor variables to be continuous Continue reading How to convert Categorical Variables to Numerical Variables