Van-Duyet Le

Data Engineer - learn, work, and play with the data.

Working on Data Engineering (Data Pipeline, DWH, Data Processing and Big Data based on AWS and GCP), Machine Learning (Classification, Clustering, ...) especially NLP (Sentiment Analysis, Text Classification, Word2vec, ...)

Skills & stacks: Python (sklearn, pandas, plotly, ...), Javascript (Nodejs), NLP, Apache Spark, AWS.

[ resume.pdf ] [ projects ]

import { CV } from 'duyetdev-core';

const profile = {
    name : 'Van-Duyet Le',
    email : ['me', 'duyet.net'].join('@'),
    phone: `0${362626000 + 9}`
};

CV(profile).then(() => {
    console.info(`nothing ...`);
});