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

Block or report YoavRamon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. awesome-kaldi awesome-kaldi Public

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

    532 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