Skip to content
View YoavRamon's full-sized avatar
Block or Report

Block or report YoavRamon

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. awesome-kaldi awesome-kaldi Public

    This is a list of features, scripts, blogs and resources for better using Kaldi ( http://kaldi-asr.org/ )

    533 85

  2. post-check post-check Public

    Scraper that checks if your package arrived at the Israeli Post office

    Python 22 5

  3. Useful-Py-Decorators Useful-Py-Decorators Public

    Useful decorators in python3 that I use a lot

    Python 10 1

  4. Speech-Recognition-Israel Speech-Recognition-Israel Public

    The repository for Speech Recognition Israel meetup group. It is used to material collection and sharing.

    13 1

  5. news-parser news-parser Public

    A tool for parsing the titles of Israeli news sites.

    Python

  6. Training Keras model with tf.data Training Keras model with tf.data
    1
    """An example of how to use tf.Dataset in Keras Model"""
    2
    import tensorflow as tf   # only work from tensorflow==1.9.0-rc1 and after
    3
     
    4
    _EPOCHS      = 5
    5
    _NUM_CLASSES = 10