ML is so difficult
Using numpy to construct a basic linear model predicting PM2.5.
Using numpy to contruct a simple classifier predicting credit card payment.
Using Keras to build a CNN model to classify the face expression of image.
Tune the hyperparameters to achieve higher performance on LSUN dataset with ResNet50 and MobileNet.
Using Keras to build a RNN model to classify if the comments are malicious.
Using pytorch to build a CNN model that classify chest diseases with DenseNet201 and Auto-Encoder. We achieved a AUROC=0.79998 score using only small part of NIH dataset. Colaboration with
NTUEE B05901009 高瑋聰
NTUEE B05901034 劉奎元
View our code from