-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme
More file actions
23 lines (13 loc) · 883 Bytes
/
Readme
File metadata and controls
23 lines (13 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Psychometric-AI-Core
Core AI algorithms for the **AI Career Navigator** system.
This repository contains the core machine learning and psychometric modeling components used to analyze student career-interest assessment data and generate personalized career exploration insights.
The project integrates **psychometrics, machine learning, and AI-driven analysis** to support intelligent career exploration systems for students.
---
## Project Overview
This repository implements the core AI pipeline used in the system:
1. Psychometric score preprocessing and normalization
2. Latent interest profile classification using Support Vector Machines (SVM)
3. Model robustness verification using cross-validation
The models are designed to classify **72 latent psychometric interest profiles** derived from large-scale student assessment data.
---
## Repository Structure