Pinned Repositories
a-bit-of-deep-learning-and-keras
Follow along repo for the eponymously named youtube playlist
ABCNN
Implementation of ABCNN(Attention-Based Convolutional Neural Network) on Tensorflow
ABCNN-tensorflow
An implementation of ABCNN from ABCNN: Attention-Based Convolutional Neural Network for Modeling Sentence Pairs Yin, W.; Schutze, H.; Xiang, B.; and Zhou, B.
AI_Startup_Prototype
This is the code for "Watch Me Build an AI Startup" By Siraj Raval on Youtube
aics
Course material for Artificial Intelligence: Cognitive systems course (LT2308/LT2318)
ASCII-generator
ASCII generator (image to text, image to image, video to video)
atec_nlp_sim
Determine whether the two sentences are similar or not using deep learning methods.
Attentive_Convolution
This released code corresponds to TACL paper "attentive convolution". Attentive Convolution aims to generate a vector for two sentences.
Awesome-Deep-Learning-Resources
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
awesome-deep-vision
A curated list of deep learning resources for computer vision
ASIREM16's Repositories
ASIREM16/AI_Startup_Prototype
This is the code for "Watch Me Build an AI Startup" By Siraj Raval on Youtube
ASIREM16/ASCII-generator
ASCII generator (image to text, image to image, video to video)
ASIREM16/bert
TensorFlow code and pre-trained models for BERT
ASIREM16/bert-multitask-learning
BERT for Multitask Learning
ASIREM16/dl4nlp
Materials for the course Deep Learning for Natural Language Processing
ASIREM16/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
ASIREM16/fastai_dev
fast.ai early development experiments
ASIREM16/flaskSaaS
A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀
ASIREM16/Getting-Things-Done-with-Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases.
ASIREM16/gt-nlp-class
Course materials for Georgia Tech CS 4650 and 7650, "Natural Language"
ASIREM16/histnorm
Compiled tools, datasets, and other resources for historical text normalization.
ASIREM16/How_to_do_Sentiment_Analysis
This is the code for 'How to Do Sentiment Analysis' #3 - Intro to Deep Learning by Siraj Raval on Youtube
ASIREM16/ludwig
Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
ASIREM16/Machine-Learning-Web-Apps
Building and Embedding Machine Learning Model into a Web App(With Flask,etc)
ASIREM16/Make_Money_with_Tensorflow_2.0
This is the code for "Make Money with Tensorflow 2.0" by Siraj Raval
ASIREM16/marian-dev
Fast Neural Machine Translation in C++ - development repository
ASIREM16/naacl_transfer_learning_tutorial
Repository of code for the NAACL tutorial on Transfer Learning in NLP
ASIREM16/nematus
Open-Source Neural Machine Translation in Tensorflow
ASIREM16/NLP-with-Python
Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more
ASIREM16/open-source-cs
Video discussing this curriculum:
ASIREM16/PRML
PRML algorithms implemented in Python
ASIREM16/python-crfsuite
A python binding for crfsuite
ASIREM16/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
ASIREM16/SentEval
A python tool for evaluating the quality of sentence embeddings.
ASIREM16/stanford-cs-229-machine-learning
VIP cheatsheets for Stanford's CS 229 Machine Learning
ASIREM16/StatisticalMethodsNLP
Statistical Methods for Natural Language Processing (NLP). Master’s Programme in Language Technology; teaching and course organizing.
ASIREM16/Style-Transfer-in-Text
Paper List for Style Transfer in Text
ASIREM16/transformers-nlp
Transformer Models in NLP
ASIREM16/Watch-Me-Build-a-Finance-Startup
This is the code for "Watch Me Build a Finance Startup" by Siraj Raval on Youtube
ASIREM16/XLM
PyTorch original implementation of Cross-lingual Language Model Pretraining.