manojgulati.wordpress.com
May 2015 – Manoj Gulati
https://manojgulati.wordpress.com/2015/05
How to do Research. Google’s OS for IOT: Brillo. May 30, 2015. Recently Google released it’s OS Brillo meant for IOT devices which extends Android to all connected devices with a developer preview coming in Q3 of this year. Brillo is “derived” from Android but “polished” to just the lower levels. It supports Wi-Fi, Bluetooth Low Energy, and other Android things. You can find a detailed article covered in The Verge here. Link to project Brillo is : https:/ developers.google.com/brillo/. May 6, 2015.
manojgulati.wordpress.com
Password less SSH and SCP – Manoj Gulati
https://manojgulati.wordpress.com/2015/11/19/password-less-ssh-and-scp
How to do Research. Password less SSH and SCP. November 19, 2015. November 19, 2015. Most of the time while working with networked systems we need SSH and SCP to remotely access data in remote systems. While automating them it may be necessary to have a password free SCP as it is required every time you push a file from remote to local machine or vice versa. This link shows how to fix this by using password less SSH and SCP using OpenSSH. How to Work on a Research Draft. Leave a Reply Cancel reply. Enter...
manojgulati.wordpress.com
November 2015 – Manoj Gulati
https://manojgulati.wordpress.com/2015/11
How to do Research. How to Work on a Research Draft. November 23, 2015. November 23, 2015. Being grad students, all of us write research papers and journals. But certain things that are quite subjective to everyone is writing skills, that improves only when we write more and also critically analyse what we have written. In this post, I have tried to list down some of the key points that are important while working on any research draft/paper. Once you have the skeleton and this structure in place, try to...
researchnoter.wordpress.com
September 2013 – Personal Notes
https://researchnoter.wordpress.com/2013/09
A research journal — on computer science research and related technical concepts. September 16, 2013. September 21, 2013. Reblogging it for future reference. This post also cleared a confusion I had few months back about the difference between statistical learning and non-statistical learning or just machine learning. Love the blog! As usual, all of the code. Presented in this post is available on this blog’s Github page. The Linear Model, in Two Variables. 2,899 more words. The Fast Fourier Transform.
manojgulati.wordpress.com
Some insights from GE India’s public hangout on renewables in India and US – Manoj Gulati
https://manojgulati.wordpress.com/2015/02/23/some-insights-from-ge-indiaa-public-hangout-on-renewables-in-india-and-us/comment-page-1
How to do Research. Some insights from GE India’s public hangout on renewables in India and US. February 23, 2015. February 23, 2015. Speakers: Kannan Tinnium, [Technology lead], Arvind Tiwari, [Manager Renewable Generation Team], Rajendra Naik, [Senior Principal Engineer], Katheine. Topic-1: Why Indian Grid is Different? Indian grid relies on coal, gas and renewables like wind, solar. Due to weakeness of grid it is hard to even integrate renewables to the grid. Bad power quality and stability of grid.
manojgulati.wordpress.com
Tomo: Worn Electrical Impedance Tomography for Hand Gesture Recognition – Manoj Gulati
https://manojgulati.wordpress.com/2015/11/14/tomo-worn-electrical-impedance-tomography-for-hand-gesture-recognition
How to do Research. Tomo: Worn Electrical Impedance Tomography for Hand Gesture Recognition. November 14, 2015. November 14, 2015. A nice work recently published at UIST, 2015 showing how electrical impedance tomography. Or EIT can be used for hand gesture recognition. This nice self explanatory video will take you through. Link to author’s post: http:/ www.chrisharrison.net/index.php/Research/Tomo. Deep Drone: A Flying Object Detector with caffe, dronekit, and zeromq. Password less SSH and SCP.
manojgulati.wordpress.com
April 2014 – Manoj Gulati
https://manojgulati.wordpress.com/2014/04
How to do Research. 20 Python Libraries you can’t live without. April 3, 2014. April 3, 2014. A nice bunch of python libraries meant for variety of interesting applications. Link: http:/ freepythontips.wordpress.com/2013/07/30/20-python-libraries-you-cant-live-without/. How to Work on a Research Draft. Password less SSH and SCP. Tomo: Worn Electrical Impedance Tomography for Hand Gesture Recognition. Deep Drone: A Flying Object Detector with caffe, dronekit, and zeromq. Follow me on Twitter.
manojgulati.wordpress.com
What I Saw Inside Apple’s Top-Secret Input Lab – Manoj Gulati
https://manojgulati.wordpress.com/2015/10/14/what-i-saw-inside-apples-top-secret-input-lab
How to do Research. What I Saw Inside Apple’s Top-Secret Input Lab. October 14, 2015. An exclusive look at how Macintosh accessories are prototyped and tested. This post shows intrinsics and quality work being followed at Apple’s design labs. No doubt with such quality conscious design labs! The final product rolled out will be a masterpiece. View story at Medium.com. Google’s OS for IOT: Brillo. Deep Drone: A Flying Object Detector with caffe, dronekit, and zeromq. Leave a Reply Cancel reply.
manojgulati.wordpress.com
October 2013 – Manoj Gulati
https://manojgulati.wordpress.com/2013/10
How to do Research. How to parse unstructured data into CSV : IPython Notebook. October 1, 2013. October 29, 2013. This was my first try in IPython notebook for parsing data. A few insights:. How to Work on a Research Draft. Password less SSH and SCP. Tomo: Worn Electrical Impedance Tomography for Hand Gesture Recognition. Deep Drone: A Flying Object Detector with caffe, dronekit, and zeromq. What I Saw Inside Apple’s Top-Secret Input Lab. On Some insights from GE India…. Follow me on Twitter.
datasciencelab.wordpress.com
Finding the K in K-Means Clustering | The Data Science Lab
https://datasciencelab.wordpress.com/2013/12/27/finding-the-k-in-k-means-clustering/comment-page-1
The Data Science Lab. December 27, 2013. Finding the K in K-Means Clustering. A couple of weeks ago, here at The Data Science Lab we showed how Lloyd’s algorithm can be used to cluster points using k-means. With a simple python implementation. We also produced interesting visualizations. Other disadvantages are the sensitivity of the final clusters to the selection of the initial centroids and the fact that the algorithm can produce empty clusters. In today’s post, and by popular request. Ie globular in ...