vesran's Stars
eugeneyan/applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
google/python-fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
PromtEngineer/localGPT
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.
NielsRogge/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
alirezamika/autoscraper
A Smart, Automatic, Fast and Lightweight Web Scraper for Python
facebookresearch/dlrm
An implementation of a deep learning recommendation model (DLRM)
jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
PacktPublishing/Deep-Reinforcement-Learning-Hands-On
Hands-on Deep Reinforcement Learning, published by Packt
ekzhu/datasketch
MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW
chartbeat-labs/textacy
NLP, before and after spaCy
fhamborg/news-please
news-please - an integrated web crawler and information extractor for news that just works
MaxHalford/prince
:crown: Multivariate exploratory data analysis in Python — PCA, CA, MCA, MFA, FAMD, GPA
skrub-data/skrub
Prepping tables for machine learning
abhishekkrthakur/tez
Tez is a super-simple and lightweight Trainer for PyTorch. It also comes with many utils that you can use to tackle over 90% of deep learning projects in PyTorch.
wikipedia2vec/wikipedia2vec
A tool for learning vector representations of words and entities from Wikipedia
flennerhag/mlens
ML-Ensemble – high performance ensemble learning
MIND-Lab/OCTIS
OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)
cbaziotis/ekphrasis
Ekphrasis is a text processing tool, geared towards text from social networks, such as Twitter or Facebook. Ekphrasis performs tokenization, word normalization, word segmentation (for splitting hashtags) and spell correction, using word statistics from 2 big corpora (english Wikipedia, twitter - 330mil english tweets).
oborchers/Fast_Sentence_Embeddings
Compute Sentence Embeddings Fast!
rrenaud/Gibberish-Detector
A small program to detect gibberish using a Markov Chain
neuml/codequestion
🔎 Semantic search for developers
vi3k6i5/GuidedLDA
semi supervised guided topic model with custom guidedLDA
jiesutd/Text-Attention-Heatmap-Visualization
Plot the vector graph of attention based text visualisation
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language processing tasks and compatible with TensorFlow 2.0 and Keras.
faustomorales/vit-keras
Keras implementation of ViT (Vision Transformer)
Alir3z4/stop-words
List of common stop words in various languages.
ydamni/cloud-is-free
Learn how to setup Cloud projects... for free!
topspinj/recommender-tutorial
An introduction to recommendation systems in Python
harshraj11584/Paper-Implementation-Matrix-Factorization-Recommender-Systems-Netflix
[Python3.6] IEEE Paper "Matrix Factorization Techniques for Recommender Systems" by Koren,Bell,Volinsky
Ankur3107/nlp_preprocessing
Text Preprocessing Package includes cleaning, tokenization, dataset preparation ...etc