Pinned Repositories
allennlp
An open-source NLP research library, built on PyTorch.
allennlp-models
Officially supported AllenNLP models
ASFI_formalization
NLP code for open source governance research
Bayesian-Neural-Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
BertSum
Code for paper Fine-tune BERT for Extractive Summarization
CHATRLAB_annotation_desktop
Browse and annotate data hosted on google cloud
Mahasweta-usc.github.io
NLP4GOV
An extensive, curated collection of functionalities and tasks in natural language processing(NLP), adapted to aid empirical policy analysis at scale.
sequential_sentence_classification
https://arxiv.org/pdf/1909.04054
Mahasweta-usc's Repositories
Mahasweta-usc/NLP4GOV
An extensive, curated collection of functionalities and tasks in natural language processing(NLP), adapted to aid empirical policy analysis at scale.
Mahasweta-usc/coding-interview-university
A complete computer science study plan to become a software engineer.
Mahasweta-usc/allennlp
An open-source NLP research library, built on PyTorch.
Mahasweta-usc/allennlp-models
Officially supported AllenNLP models
Mahasweta-usc/ASFI_formalization
NLP code for open source governance research
Mahasweta-usc/Bayesian-Neural-Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Mahasweta-usc/BertSum
Code for paper Fine-tune BERT for Extractive Summarization
Mahasweta-usc/bottom-up-attention
Bottom-up attention model for image captioning and VQA, based on Faster R-CNN and Visual Genome
Mahasweta-usc/BPFA_2015
BPFA based PPG denoising
Mahasweta-usc/chatrlab-api-heroku
Mahasweta-usc/CHATRLAB_annotation_desktop
Browse and annotate data hosted on google cloud
Mahasweta-usc/early-stopping-pytorch
Early stopping for PyTorch
Mahasweta-usc/incremental_decision_tree-CART-Random_Forest_python
incremental CART decision tree, based on the hoeffding tree i.e. very fast decision tree (VFDT), which is proposed in this paper "Mining High-Speed Data Streams" by Domingos & Hulten (2000). And a newly extended model "Extremely Fast Decision Tree" (EFDT) by Manapragada, Webb & Salehi (2018). Added new implementation of Random Forest
Mahasweta-usc/Mahasweta-usc.github.io
Mahasweta-usc/sequential_sentence_classification
https://arxiv.org/pdf/1909.04054
Mahasweta-usc/EE_511_Assignments
Mahasweta-usc/lxmert
PyTorch code for EMNLP 2019 paper "LXMERT: Learning Cross-Modality Encoder Representations from Transformers".
Mahasweta-usc/model-card-regulatory-check-PR
PR on HF regulatory check
Mahasweta-usc/Mturk_form_CHATRLAB
Mahasweta-usc/ORFnew
Mahasweta-usc/ORFpy
Online Random Forests (Saffari) for Python
Mahasweta-usc/transformers
🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
Mahasweta-usc/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
Mahasweta-usc/VL-BERT
Code for ICLR 2020 paper "VL-BERT: Pre-training of Generic Visual-Linguistic Representations".
Mahasweta-usc/vowpal_wabbit
Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.
Mahasweta-usc/vwoptimize
Drop-in wrapper for Vowpal Wabbit that adds hyper-parameter tuning, more performance metrics, text preprocessing, reading from csv/tsv, feature extraction and k-fold cross-validation