GithubHelp home page GithubHelp logo

willzhang6 / code-samples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robert-aduviri/code-samples

0.0 0.0 0.0 36.86 MB

Code samples from various machine learning and data science projects and competitions

License: MIT License

Jupyter Notebook 99.53% Python 0.47%

code-samples's Introduction

Code samples

These are some code samples from various research projects, side projects and competitions.

Deep Learning

Implementation of the "Variational Sparse Coding" paper as part of the ICLR 2019 Reproducibility Challenge. [code]

Sequence-to-sequence recurrent neural network (bidirectional LSTM) with Global Attention (Luong et al., 2015) and Beam Search implemented in PyTorch. ~41 BLEU in 110K-sentences English-Spanish corpus.

Pokémon image classification with transfer learning from ImageNet-pretrained MobileNet convolutional neural network (Howard et al., 2017). ~82% accuracy with 27 classes and 3.8K web-scraped images. Deployed in Flask with React JS for the SPA user interface. Presented at Infosoft 2017 and Hack Faire 2017. [slides] [demo]

Information retrieval system between job descriptions and applicant profiles textual description matching based on Word2Vec and Doc2Vec (Le & Mikolov, 2014) semantic search and string matching algorithms for out-of-vocabulary misspelled words, constructed over an inverted index for efficient look-up. Presented at WAIMLAp 2017 and Hack Faire 2017. [poster]

Commodity description classification using recurrent neural networks (bidirectional LSTM) implemented in PyTorch with FastText pretrained word embeddings (Joulin et al., 2016). ~92% top-5 accuracy with 3762 classes and 30.6M text descriptions.

Convolutional neural networks architecture experimentation for genomic sequence pair binary classification with high imbalance (0.07% positive classes). ~78.5 F1-Score for ~200k pairs of sequences.

Fully-connected autoencoder for MNIST dataset with a bottleneck of size 20 implemented in PyTorch, based on DeepBayes 2018 practical assignment. 0.00069 L2 reconstruction loss + L1 regularization loss. t-SNE dimensionality reduction for bottleneck features visualization.

Data Science Competitions

Main preprocessing and main cross validation loop with LightGBM

LSTM conditioned on a structured embedding network implemented in PyTorch (refactored version)

LSTM conditioned on a structured embedding network implemented in PyTorch

Other competitions

Coursework

Miscellaneous

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.