BrunnoRicci / mbti-type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Myers–Briggs Type Indicator Calsssification

The Myers Briggs Type Indicator (or MBTI for short) is a personality type system that divides everyone into 16 distinct personality types across 4 axis:

  • Introversion (I) – Extroversion (E)
  • Intuition (N) – Sensing (S)
  • Thinking (T) – Feeling (F)
  • Judging (J) – Perceiving (P)

The notebook cpontains BOW model with NaiveBayes classifier, as well as LSTM based classifier implemented in Keras.

Data Source

The data was obtained from Kaggle. The original data was collected through the PersonalityCafe forum, as it provides a large selection of people and their MBTI personality type, as well as what they have written.

About


Languages

Language:Jupyter Notebook 100.0%