Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 479 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 479 Bytes

DL_projects

This repo is a simple Portfolio gathering some Machine Learning / Deep Learning projects

Content:

  • Transformer: detailed report on the original article 'Attention is all you need' and Tensorflow implementation of the Transformer
  • Titanic: a studycase of binary classification with XGB on the classical Titanic dataset
  • Image classification on Intel dataset: CNN algorithm that classify pictures among 6 classes with +90% accuracy.
  • Twitter sentiment analysis