Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.67 KB

README.md

File metadata and controls

24 lines (23 loc) · 1.67 KB

Deep Learning - Paper Notes

As part of my 2019 resolution, I will be publishing summaries and notes on Deep Learning research papers I read.

2019/01/24

2019/01/22

  • VBPR: Visual Bayesian Personalized Ranking from Implicit Feedback [URL]
    • CollaborativeFiltering, Recommendation, MatrixFactorization

2019/01/20

  • Metadata Embeddings for User and Item Cold-start Recommendations[URL]
    • CollaborativeFiltering, Recommendation, MatrixFactorization, [LightFM]

2019/01/15

  • An Evaluation of Predictive Models for Individual-Level Employee Voluntary Turnover [URL]
  • Evaluation of Employee Attrition by Effective Feature Selection using Hybrid Model of Ensemble Methods[URL]
    • FeatureSelection, Ensemble, Boruta

2019/01/03

  • Forecasting Economics and Financial Time Series: ARIMA vs. LSTM [arXiv]
    • TimeSeries, LSTM, ARIMA, Comparison