Learn pyTorch and Tensorflow simultanerously

post_01-learn_pt_tf In [20]: from IPython.display import HTML, display, Math import warnings warnings.filterwarnings('ignore') Learn pyTorch and Tensorflow Simultaneously¶ If you are interested in machine learning and can’t decide whether to learn pyTorch or Tensorflow, this is an article for you. Why should we fall for the hassel of learning one then migrating to another, when we can possibly learn both at once? From version 2.0, Tensorflow’s coding experience started to be much similar to pyTorch—thanks to the introduction of Gradient tape. Following this series of tutorials, you can quickly become profecient in both pyTorch and Tensorflow. Tape-based Graient Computation¶ “Wengert list” [1] …

Continue Reading

Human Readable Git Log (Copied)

This post is shamelessly copied from https://coderwall.com/p/euwpig/a-better-git-log in order to keep it as a future reference. I guess that’s a bit too long, eh? Let’s just make an alias. Copy and paste the line below on your terminal: And every time you need to see your log, just type in Or, if you want to see the lines that changed

Continue Reading

Current HCI Design Pipeline

I think the current Human-Computer Interaction field, even though works practically, but uses an unsmart procedure. Involving human evaluation at every stage of interaction design is a brute force solution. A better solution is likely to exist. Understanding the human behaviors and finding human responses to various stimuli is the first step in designing better interaction design. By the way, understanding human behavior not only helps HCI, it helps human-human interaction as well.

Continue Reading

Self-Quotes

It doesn’t matter what we are capable to do, or what our inner potential is. The only thing that matters is what we do. The future grandiose plan can not change the world — the small tasks that we do everyday, can.

Continue Reading

Homepage updates

Oct 6th, 2017 My thesis proposal got accepted   Sep 26, 2017 Got invited to Brain and Cognitive Science for presenting my work in NSF Research Traineeship Program (NRT) Slides Aug 10, 2017 I presented a pyTorch Tutorial in our lab Slides May 15, 2017 I am going to work as an intern at the Comcast Applied AI Research Lab this summer   July 24th, 2016 I was invited for a presentation at RIT for One-Day REU Symposium Slides Sep 1st, 2016 AutoManner code is released CodeGUI Code Jan 15th, 2016 IUI travel grant award approved   Dec 7th, 2015 Our …

Continue Reading