Questions tagged [classification]
The classification tag has no summary.
3 questions
4votes
1answer
388views
Machine Learning Model to Predict the Type of Variable Star from Light Curve
I've created this machine learning model that predicts the type of variable star based on the light curve. A variable star is a type of star whose luminosity changes over time. My model predicts ...
2votes
1answer
200views
Neural network text classifier
I wrote a simple NN text classifier to help me quickly sort through the new daily submissions to the arXiv. It downloads the new submissions, processings their titles and abstracts, trains a NN on ...
1vote
1answer
58views
Model validation through the combination of PCA with classifiers
I use the code below for building machine learning algorithm. In the end, I need to validate model performance. However, I am confused if I do it correctly or not. ...