All Projects → llSourcell → Lstm_networks

llSourcell / Lstm_networks

This is the code for "LSTM Networks - The Math of Intelligence (Week 8)" By Siraj Raval on Youtube

Projects that are alternatives of or similar to Lstm networks

Subpixel
subpixel: A subpixel convnet for super resolution with Tensorflow
Stars: ✭ 2,114 (+1061.54%)
Mutual labels:  jupyter-notebook
Feature Engineering Handbook
A practical feature engineering handbook
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Progressive infogan
Progressive training of GANs with Mutual Information Penalty
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Infersent
InferSent sentence embeddings
Stars: ✭ 2,179 (+1097.25%)
Mutual labels:  jupyter-notebook
Hands On Data Analysis
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Awesome Machine Learning Jupyter Notebooks For Colab
A curated list of Machine Learning and Deep Learning tutorials in Jupyter Notebook format ready to run in Google Colaboratory
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Scatteract
Project which implements extraction of data from scatter plots
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Ktext
Utilities for preprocessing text for deep learning with Keras
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Smoke Detect By Yolov5
Yolov5 real time smoke detection system
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Mathematics For Machine Learning Cousera
quizzes/assignments for mathematics for machine learning specialization on coursera
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Berkeley Stat 157
Homepage for STAT 157 at UC Berkeley
Stars: ✭ 2,523 (+1286.26%)
Mutual labels:  jupyter-notebook
Pyro2
A framework for hydrodynamics explorations and prototyping
Stars: ✭ 181 (-0.55%)
Mutual labels:  jupyter-notebook
Ce7454 2019
Deep learning course CE7454, 2019
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Academiccontent
Free tech resources for faculty, students, researchers, life-long learners, and academic community builders for use in tech based courses, workshops, and hackathons.
Stars: ✭ 2,196 (+1106.59%)
Mutual labels:  jupyter-notebook
Ml Python
Stars: ✭ 180 (-1.1%)
Mutual labels:  jupyter-notebook
Girls In Ai
免费学代码系列:小白python入门、数据分析data analyst、机器学习machine learning、深度学习deep learning、kaggle实战
Stars: ✭ 2,309 (+1168.68%)
Mutual labels:  jupyter-notebook
Mslearn Aml Labs
Azure Machine Learning Lab Notebooks
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Principle Of Web Search
北京邮电大学“网络搜索原理”课程资料(2019)
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Mlss2018 Madrid Gan
MLSS 2018 Madrid lecture materials on Generative Adversarial Networks (GANs)
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook
Bert Sklearn
a sklearn wrapper for Google's BERT model
Stars: ✭ 182 (+0%)
Mutual labels:  jupyter-notebook

LSTM_Networks

This is the code for "LSTM Networks - The Math of Intelligence (Week 8)" By Siraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval as part of the Math of Intelligence course. This is an LSTM (long short term memory) network built using just numpy. LSTM's are an improvement to recurrent networks, able to remember long range dependencies.

Dependencies

  • numpy

Install dependencies using pip

Usage

Type jupyter notebook into terminal and the code will pop up in your browser.

Install jupyterhere.

Credits

Credits for the code go to kevin-bruhwiler. 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].