thumb_up
0
thumb_down
0
Topic | Overview |
---|---|
LingoLand | Foreign language learning web-based project. |
HHV Regression Analysis | Find factors which are related to high heating value(HHV) of carbon. |
Trading At The Close | Use bid to predict ask and reference price for target. |
SRM and Distribution Mismatch | SRM is for categorical data and Dsitribution Mismatch is for continuous data. |
UCI Bank Marketing Dataset | Find potential customers who are willing to subscribe deposit. |
Titanic Competition Simple Deep Learning(MLP) | For Kaggle classic competition "Titanic", simple MLP is good enough to predict survival. |
CNN Learning Tutorial | Kaggle Digits Recognizer, beginner-friendly to learn CNN with Tensorflow and Keras |
UCLA Logit Regression--Python | This is equivalent python code for UCLA original R version. |
RNN Learning Tutorial | Same data as project 7 but this time it is served as an alternative RNN TensorFlow version of the original Pytorch code. |