All Projects → llSourcell → Wiki_generator_live

llSourcell / Wiki_generator_live

live code

Projects that are alternatives of or similar to Wiki generator live

Tensorflow Tutorials For Time Series
TensorFlow Tutorial for Time Series Prediction
Stars: ✭ 1,067 (+1913.21%)
Mutual labels:  jupyter-notebook
Brihaspati
Collection of various implementations and Codes in Machine Learning, Deep Learning and Computer Vision ✨💥
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Some notebooks
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Figure Gen
A Python package to effortlessly assemble images in comparison figures. Supports LaTeX, PPTX, and HTML.
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Transformer Tts
Implementation of "FastSpeech: Fast, Robust and Controllable Text to Speech"
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Fasttext multilingual
Multilingual word vectors in 78 languages
Stars: ✭ 1,067 (+1913.21%)
Mutual labels:  jupyter-notebook
Stock Market Prediction Using Natural Language Processing
We used Machine learning techniques to evaluate past data pertaining to the stock market and world affairs of the corresponding time period, in order to make predictions in stock trends. We built a model that will be able to buy and sell stock based on profitable prediction, without any human interactions. The model uses Natural Language Processing (NLP) to make smart “decisions” based on current affairs, article, etc. With NLP and the basic rule of probability, our goal is to increases the accuracy of the stock predictions.
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Gan
python notebooks accompanying the book Make Your Own GAN
Stars: ✭ 50 (-5.66%)
Mutual labels:  jupyter-notebook
Data Privacy For Data Scientists
A workshop on data privacy methods for data scientists.
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Neural Process Family
Code for the Neural Processes website and replication of 4 papers on NPs. Pytorch implementation.
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Aistudio Searching Data Dumps With Use
searching large heterogenous data dumps with Universal Sentence Encoder
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Visualizing And Understanding Convolutional Neural Networks
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Targeted literature reviews via webscraping
Web scraping to get articles for a given query. It returns an spreadsheet with titles, abstracts, doi and references of the article
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Homeless Arrests Analysis
A Los Angeles Times analysis of arrests of the homeless by the LAPD
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Aws Machine Learning University Accelerated Cv
Machine Learning University: Accelerated Computer Vision Class
Stars: ✭ 1,068 (+1915.09%)
Mutual labels:  jupyter-notebook
Policy Gradient Methods
Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC
Stars: ✭ 54 (+1.89%)
Mutual labels:  jupyter-notebook
Commitgen
Code and data for the paper "A Neural Architecture for Generating Natural Language Descriptions from Source Code Changes"
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Handwritten Character Recognition
This a Deep learning AI system which recognize handwritten characters, Here I use chars74k data-set for training the model
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook
Keras2kubernetes
Open source project to deploy Keras Deep Learning models packaged as Docker containers on Kubernetes.
Stars: ✭ 53 (+0%)
Mutual labels:  jupyter-notebook

wiki_generator_live

live code

Overview

This is the code for this video on Youtube by Siraj Raval as part of the Deep Learning Nanodegree with Udacity. We're going to code an LSTM in Tensorflow to generate Wikipedia articles.

Dependencies

Use pip to install any missing dependencies

Basic Usage

I downloaded the data from https://metamind.io/research/the-wikitext-long-term-dependency-language-modeling-dataset/.

Run the notebook with jupyter notebook in command line when in the top level directory.

Credits

The credits for the original codebase go to kumikokashii. I've merely created a wrapper to get people started

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].