Implementing Softmax Regression

Hello, I almost finish the course and this concept, softmax regression, can it help me with my current project as a student?

It is using mimic-iv tabular dataset to train a model predict the illness of the patient. After finishing this course, what courses should I took next to support my current object or just go for DLS course 3 and reading document about softmax regression.

Hey @btdun2002,
Just to make sure we are on the same page, by Softmax Regression, you are simply referring to Multinomial Logistic Regression, i.e., classifying a given sample into one of the many classes. Now, if your dataset requires the model to predict one of the classes from the many given classes, then there is no reason as to why it won’t help to the best of my knowledge. Here, when I say “help”, it means you can definitely apply it, but the performance depends on the dataset, data pre-processing you do, and many other factors.

As to your other query, can you please state your current objective, as from your post, it seems to me that your current objective is to complete your project as a student? In any case, if you are interested in Deep Learning, DLS courses 3, 4 and 5 hold a plethora of new learning opportunities, which will certainly help you out with many other things, and definitely with your project. I hope this helps.

Regards,
Elemento