All Projects → nzw0301 → Keras Examples

nzw0301 / Keras Examples

Projects that are alternatives of or similar to Keras Examples

Datavisualization
Tutorials on visualizing data using python packages like bokeh, plotly, seaborn and igraph
Stars: ✭ 234 (-0.85%)
Mutual labels:  jupyter-notebook
Jddc solution 4th
2018-JDDC大赛第4名的解决方案
Stars: ✭ 235 (-0.42%)
Mutual labels:  jupyter-notebook
Youtubeli
Github repo to upload demo files of youtube videos and linkedin
Stars: ✭ 234 (-0.85%)
Mutual labels:  jupyter-notebook
Rl learn
我的强化学习笔记和学习材料📖 still updating ... ...
Stars: ✭ 234 (-0.85%)
Mutual labels:  jupyter-notebook
Lasio
Python library for reading and writing well data using Log ASCII Standard (LAS) files
Stars: ✭ 234 (-0.85%)
Mutual labels:  jupyter-notebook
Dlwpt Code
Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.
Stars: ✭ 3,054 (+1194.07%)
Mutual labels:  jupyter-notebook
Jupyterwith
declarative and reproducible Jupyter environments - powered by Nix
Stars: ✭ 235 (-0.42%)
Mutual labels:  jupyter-notebook
Nbviewer.js
Client side rendering of Jupyter notebooks
Stars: ✭ 235 (-0.42%)
Mutual labels:  jupyter-notebook
Drkg
A knowledge graph and a set of tools for drug repurposing
Stars: ✭ 231 (-2.12%)
Mutual labels:  jupyter-notebook
Emnlp 2019 Papers
Statistics and Accepted paper list with arXiv link of EMNLP-IJCNLP 2019
Stars: ✭ 236 (+0%)
Mutual labels:  jupyter-notebook
Learning Pyspark
Code repository for Learning PySpark by Packt
Stars: ✭ 233 (-1.27%)
Mutual labels:  jupyter-notebook
Pyschedule
pyschedule - resource scheduling in python
Stars: ✭ 232 (-1.69%)
Mutual labels:  jupyter-notebook
Book
Deep Learning 101 with PaddlePaddle (『飞桨』深度学习框架入门教程)
Stars: ✭ 2,621 (+1010.59%)
Mutual labels:  jupyter-notebook
Pydqc
python automatic data quality check toolkit
Stars: ✭ 233 (-1.27%)
Mutual labels:  jupyter-notebook
Aleph star
Reinforcement learning with A* and a deep heuristic
Stars: ✭ 235 (-0.42%)
Mutual labels:  jupyter-notebook
Web scraping with python
Python 入门爬虫和数据分析实战
Stars: ✭ 234 (-0.85%)
Mutual labels:  jupyter-notebook
Deep learning examples
Examples of using deep learning in Bioinformatics
Stars: ✭ 234 (-0.85%)
Mutual labels:  jupyter-notebook
Datasets
A collection of all my datasets
Stars: ✭ 236 (+0%)
Mutual labels:  jupyter-notebook
Worldmodels
An implementation of the ideas from this paper https://arxiv.org/pdf/1803.10122.pdf
Stars: ✭ 236 (+0%)
Mutual labels:  jupyter-notebook
Jazzml
A (very incomplete) project that combines machine learning with music.
Stars: ✭ 235 (-0.42%)
Mutual labels:  jupyter-notebook
  • [[https://github.com/fchollet/keras][Keras]] example codes

** Dependencies

I recommend using anaconda3

  • python libraries

    • Keras
    • tensorflow or theano
    • pydot_ng
    • matplotllib
    • daft (only tutorial )
    • gensim (only save and load word embeddings)
  • software

    • graphviz

** Contents

*** Keras 1

  • Image

    • CNN_MNIST
    • variational auto encoder for CIFAR10
    • Gumbel-softmax with variational auto encoder for MNIST
    • residual CIFAR10
  • Text

    • encoder-decoder
    • Skip-Gram : not hieraltical softmax and negative sampling
  • Tutorial

    • keras_tutorial : for Machine Learning seminar at Tsukuba (note: 7MB notebook and ja only)

*** Keras 2

  • autoencoder

  • MLP_MNIST

  • CNN_CIFAR10

  • CBoW : Normal softmax

  • RNN_binary_classification

  • NNLM

  • SCRNLM : Structurally Constrained Recurrent Nets Language Model

  • fastText : Bi-gram features and softmax

  • Skip-Gram&NG : Skip-gram with negative sampling

  • prodLDA : Product of experts model's LDA based on VAE

  • sklearn_MLP_MNIST: Sklearn API example for parameter search on MNIST classification

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