Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.86 KB

README.md

File metadata and controls

57 lines (40 loc) · 2.86 KB


AGB and YSO stars Classification

In this project, we are going to solve a classification problem with 5 classes of (O-C-S rich) AGBs, Post AGBs and Young Stellar Objects (YSOs) by their spectroscopy data. The raw data which is different classes' data files are provided in the main separately.


Milestone Report Notebook(s)
Data Report 1 Open In Colab
Traditional ML Techniques Report 2 Open In Colab
Neural Networks Report 3 Open In Colab

1st Milestone

  • In the first Milestone we have cleaned up the data and normalized the features by Standard, Robust and MinMax scalers. We have also encoded the output classes by One-Hot Encoding method and you can find all of the aforementioned data files in 1st Milestone Data.

  • The first Milestone's report and its (ipynb) code file are provided in first Milestone.

  • First milestone files all together: Milestone_1.zip.

2nd Milestone

  • Applying the traditional techniques (SGD, KNN, SVM, etc.) to the data, Tunning Models and their Evaluation.

3rd Milestone

  • Applying a Neural Network model to the data.