Skip to main content
ML Quest
Python Idle

The neural network guild demands a final trial. You'll receive the spam dataset — raw text messages labeled as spam or ham. No step-by-step instructions. Vectorize the text, build a neural network classifier, and prove your accuracy exceeds 85%. Show the guild you've mastered the art of neural networks.

~30 minproject500 rows
Loading Python runtime...
Goals: 3 tests
should create a trained model
should achieve accuracy above 0.85
should use a text vectorizer
Python loading...