Only Just Getting Started!

Finally finishing up the project. The extra week was sure needed to iron out all the kinks and make sure the documentation was completed properly. Also needed the time to make the presentation sucks we couldn’t do an actual presentation. But even though this is the end of the project course this is only theContinue reading “Only Just Getting Started!”

Kampai!!! The End?

After the long and tiring journey, our documentation and presentations are finally completed, the different comparisons on the final results using different datasets, gave us even more insights to the data and some ideas on what we can do to improve or to even test some hypothesis on sepsis prediction, but that’s a story forContinue reading “Kampai!!! The End?”

The Project Conclusion

We also made some modifications to the model by having the data undersampled and oversampled (with imbalance learn). The results are shown here: -> Random Undersampling Classifiers F1 Score Accuracy Score Precision Score Recall Score ROC AUC Score Random Guessing 0.501245 0.501367 0.501347 0.501149 0.501358 Logistic Regression 0.944553 0.945775 0.966213 0.923844 0.945772 Neural Network 0.957754Continue reading “The Project Conclusion”

Finally Good News!

The new model works! It is great it still needs some tweaking but it is producing promising results. The scores are also better than the competition. We decided to compare it against different classifiers especially the ones the competition used in their research. Hopefully when they are tested they also perform well. We have alsoContinue reading “Finally Good News!”

The Network Optimization

Hooray!! We finally got reasonable results from evaluating the PyTorch Feedforward Neural Network. Classifiers F1 Score Accuracy Score Precision Score Recall Score ROC AUC Score Random Guessing 0.437825 0.500549 0.389329 0.500129 0.500473 Logistic Regression 0.931898 0.948762 0.964399 0.901518 0.940170 Neural Network 0.941330 0.955052 0.955112 0.928378 0.950201 Random Forest 0.995107 0.996177 0.990894 0.999355 0.996755 Gaussian NaiveContinue reading “The Network Optimization”

The Feature Re-engineering

After building the LSTM in PyTorch, we continued to acquire terrible accuracy and F1 scores. This made us rethink our method of predicting sepsis. We contacted our supervisor and decided to switch from an LSTM approach to using a Feedforward Neural Network instead. This would mean that we needed to re-create features. We took theContinue reading “The Feature Re-engineering”

Design a site like this with WordPress.com
Get started