Questions tagged [classification]
The classification tag has no summary.
3 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
4
votes
1
answer
405
views
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 ...
2
votes
1
answer
224
views
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 ...
1
vote
1
answer
72
views
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.
...