All Projects → hundredblocks → Concrete_nlp_tutorial

hundredblocks / Concrete_nlp_tutorial

An NLP workshop about concrete solutions to real problems

Projects that are alternatives of or similar to Concrete nlp tutorial

Syntax Speaker Prediction
The tastiest machine learning project. Can we predict who is speaking for how long during an episode of the syntax.fm podcast?
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Yelp nlp project
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Helioml
A book about machine learning, statistics, and data mining for heliophysics
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Renkotrading
Simple algorithm inspired on Renko charts applied to cryptocurrency trading
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Ai and security
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Notebooks tutoriais
Aqui você encontrar notebooks para alguns vídeos do meu canal no Youtube
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Renewable power plants
Data package: renewable power plants
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Ml Classification Algorithms Poverty
A comparative assessment of machine learning classification algorithms applied to poverty prediction
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Applied Machine Learning
Applied Machine Learning @ http://amitkaps.com/ml
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Residual Attention Convolutional Neural Network
It contains the Attention-56 and Attention-96 models built from scratch in keras. Residual Attention Networks are described in the paper "Residual Attention Network for Image Classification"(https://arxiv.org/pdf/1704.06904.pdf).
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Tensorflow Mnist Tutorial
MNIST classification in Tensorflow using Django
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Autocalibration
Automatic Hand-to-Eye Calibration for Dobot Magician and Realsense D415
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Cs145 Notebooks 2016
Public materials for the Fall 2016 offering of CS145
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Genomics In The Cloud
Source code and related materials for the O'Reilly book
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Scrape global temps
Quick python code to scrape the latest data from all the global surface temperature datasets and return it on a common baseline period.
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Sta 663 2015
Course materials for STA663
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Analyticstool
함수산책 - 캐글뽀개기 스터디 자료 보관소
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook
Nla2017
Skoltech 2017 NLA course
Stars: ✭ 36 (-96.34%)
Mutual labels:  jupyter-notebook

NLP Workshop for ODSC 2017

Feel free to follow along in this notebook, or download it and run it yourself. Instructions below.

Installation instructions

clone the repository

download pretrained google word vectors

Run python -m gensim.downloader --download word2vec-google-news-300 or follow the instructions in the gensim documentation.

download pretrained char-rnn for Yelp

curl -O https://s3.amazonaws.com/yelp-weights-files/Sep-26-all-00-0.7280.hdf5

rename the file to 'pretrained-yelp.hdf5'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].