Skip to content

Instantly share code, notes, and snippets.

View YaserAlOsh's full-sized avatar

Yaser YaserAlOsh

View GitHub Profile
@xanathar
xanathar / Easing.cs
Created March 17, 2016 23:54
Robert Penner's easing equations for Unity
/**
* Easing
* Animates the value of a float property between two target values using
* Robert Penner's easing equations for interpolation over a specified Duration.
*
* Original Author: Darren David darren-code@lookorfeel.com
*
* Ported to be easily used in Unity by Marco Mastropaolo
*
* Credit/Thanks:
@EndruK
EndruK / Deep Learning
Last active July 29, 2022 15:03
links to interesting ML NLP techniques
Skip-gram model: http://mccormickml.com/2016/04/19/word2vec-tutorial-the-skip-gram-model/
Skip-gram model(negative sampling): http://mccormickml.com/2016/04/19/word2vec-tutorial-the-skip-gram-model/
TFGAN(framework to train & evaluate GANs) https://research.googleblog.com/2017/12/tfgan-lightweight-library-for.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+blogspot/gJZg+(Official+Google+Research+Blog)
NLP-Formula: https://explosion.ai/blog/deep-learning-formula-nlp
https://medium.com/dair-ai/textql-colorless-green-rnns-convai2-machine-learning-yearning-meta-learning-tutorial-tinn-d85e64d3b6fb
https://github.com/outcastofmusic/quick-nlp
Bidirectional LSTM tensorflow
https://www.svds.com/tensorflow-rnn-tutorial/