NeoHimu's Stars
dkhamsing/open-source-ios-apps
:iphone: Collaborative List of Open-Source iOS Apps
github/gitignore
A collection of useful .gitignore templates
heyletscode/android-video-call-app
marcotcr/lime
Lime: Explaining the predictions of any machine learning classifier
ChenglongChen/kaggle-HomeDepot
3rd Place Solution for HomeDepot Product Search Results Relevance Competition on Kaggle.
joewalnes/reconnecting-websocket
A small decorator for the JavaScript WebSocket API that automatically reconnects
erdem/django-map-widgets
Highly customizable, intuitive, and user-friendly map widgets for GeoDjango applications.
plotly/dash
Data Apps & Dashboards for Python. No JavaScript Required.
Bearle/django-private-chat
(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
jashmenn/bitcoin-reading-list
a reading list for learning to program Bitcoin transactions
mobapptuts/android_camera2_api_video_app
Code for the android tutorial series found here https://www.youtube.com/playlist?list=PL9jCwTXYWjDIHNEGtsRdCTk79I9-95TbJ that describes how to create an android video application using the android camera2 API.
square/seismic
Android device shake detection.
bradtraversy/lead_manager_react_django
Full stack app with React, Redux & Django
leonwatson2/Tutorial---ReactJS-and-Socket.io-Chat-App
Code from my youtube creating a ReactJS Chat Application
sudheerj/reactjs-interview-questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
prrao87/fine-grained-sentiment
A comparison and discussion of different NLP methods for 5-class sentiment classification on the SST-5 dataset.
navjindervirdee/2048-deep-reinforcement-learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
ben0it8/containerized-transformer-finetuning
Containerized Transformer Fine-Tuning
geekyarjun/task-alarm-chrome-extension
This is a chrome-extension, in which one can set alarm or reminder for tasks, and it will remind them of the task.
xiaojunxu/SQLNet
Neural Network for generating structured queries from natural language.
baomingwang/MTCNN-Tensorflow
mtcnn-tf
sebastianruder/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
TianhongDai/integrated-gradient-pytorch
This is the pytorch implementation of the paper - Axiomatic Attribution for Deep Networks.
jensjepsen/imdb-transformer
A simple Neural Network for sentiment analysis, embedding sentences using a Transformer network.
NirantK/hindi2vec
State-of-the-Art Language Modeling and Text Classification in Hindi Language
helloeve/universal-sentence-encoder-fine-tune
harvardnlp/annotated-transformer
An annotated implementation of the Transformer paper.
MorvanZhou/Tensorflow-Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
ArrasL/LRP_for_LSTM
Layer-wise Relevance Propagation (LRP) for LSTMs.