All Projects → csaid → Illusion

csaid / Illusion

Code for an animated sinusoidal Müller-Lyer illusion

Projects that are alternatives of or similar to Illusion

Carnd
Udacity's Self-Driving Car Nanodegree Projects
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Skdata
Python tools for data analysis
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Seq2seq Signal Prediction
Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier
Stars: ✭ 890 (+5135.29%)
Mutual labels:  jupyter-notebook
Ce599
CE599-002 Data Science for Transportation
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
First Steps With Pandas Workshop
Workshop introducing to Pandas
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Hack University Machine Learning
Hack University course "Introduction to Machine Learning" sylabus, course material, python examples, resource links, and data sets
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Advanced Factorization Of Machine Systems
GSOC 2017 - Apache Organization - # Implementation of Factorization Machines on Spark using parallel stochastic gradient descent (python and scala)
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Covid Model Deaths
The IHME Covid-19 Statistical deaths model
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Emf Rbm
Extended Mean Field Restricted Boltzmann Machine
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Zero To Jupyterhub K8s
Helm Chart & Documentation for deploying JupyterHub on Kubernetes
Stars: ✭ 888 (+5123.53%)
Mutual labels:  jupyter-notebook
Nla2016
Repository for 2016 NLA course @ Skoltech
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Lab teaching 2016
Repository for materials/codes from Kording lab teaching 2016
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Machine Learning
A repository of Jupyter/IPython notebooks with the slides and code examples for my machine learning class.
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Cloud Rnaseq
ncbi data processing and cloud based genomics
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorial
Some interesting TensorFlow tutorials for beginners.
Stars: ✭ 893 (+5152.94%)
Mutual labels:  jupyter-notebook
Visualization Of Global Terrorism Database
📊 Visualization of GTD with py Plotly lib, including amazing graphs and animation 📼
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Word2vec Chinese Demo
my chinese word2vec visulization demo, using chinese wiki as corpus
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Swebert
Arbetsförmedlingen's Swedish BERT models
Stars: ✭ 17 (+0%)
Mutual labels:  jupyter-notebook
Slides
Slides from various talks/courses I've given
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook
Geoblend
Geo-aware poisson blending
Stars: ✭ 16 (-5.88%)
Mutual labels:  jupyter-notebook

Animated sinusoidal Müller-Lyer illusion

This is a variant of Gianni Sarcone's (@gsarcone) illusion, which is itself a variant of the original Müller-Lyer illusion

See tweet for more details.

Illusion

The notebook is somewhat cleaned up. The make_animation function will create some .png files that you can stitch together into an animated gif with ImageMagick.

convert -delay 7 -loop 0 frame*.png  animation.gif
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].