Skip to main content

Posts

Showing posts with the label nerd post

The most famous Machine Learning MOOC of our time

If you haven't taken the Stanford's Machine Learning MOOC by Prof Andrew Ng on Coursera, you are less likely to be taken seriously in the AI community. Or so they say. Somewhere in 2008 Andrew Ng started the Stanford Engineering Everywhere (SEE) program that placed a number of Stanford courses online, for free. Andrew himself was responsible for teaching one of these courses, Machine Learning, which consisted of video lectures by him, along with the student materials used in the Stanford CS229 class. The "applied" version of the Stanford class (CS229a) was hosted on ml-class.org and started in October 2011, with over 100,000 students registered for its first iteration; and became one of the first successful MOOCs made by Stanford professors. Andrew Ng and Daphne Koller left Stanford to co-found Coursera in 2012. The Machine Learning course was one of the key offerings on the platform. And it continues to be #1 (check  here ,  here , or comprehensively here

Fitts’s Law and Usability of Gmail

Fitt’s law (Simplified): " Put commonly accessed UI elements on the edges of the screen. Because the cursor automatically stops at the edges, they will be easier to click on. [And then] Make clickable areas as large as you can. Larger targets are easier to click on. " The law is rather simple (or, one might argue, too simple to follow all the time). This is basic common sense. Human Interfaces of computer system typically are a subject matter of Fitts’s law . A FEW YEARS AGO I HAD THE OPPORTUNITY to attend a workshop with Mr. Aaron Marcus . The veteran man is an industry expert on usability and the designer of the original Nokia cell phone’s user navigation system. Cell phones were a niche product in early 2000's and not much data was available to ascertain how users would react to such an operating system of such a hand-held device. Mr. Marcus had a variety of ideas and principles to talk about at the workshop on the subject of Software systems and their usability a

Geek post: How to use Google Search APIs on your blog

HOW CAN YOU MAKE GOOGLE SERVE YOU BETTER? Customizing Google search to suit one's needs in a more controlled manner has been a fairly less exploited area - at least by the end-users. Perhaps because there are enough 3rd party widgets available to assist a normal tusker with her Blog to do this work. This post, though a diversion from the normal theme of discussion here, is about getting a little hands-on with Google Search API to put a professional looking search-box on your blog - all the while utilizing existing components available on (what's called) the Google OS. How To: Use Google Search Ap Is On Your Blog View more presentations from mutex07 . (tags: technology google ) With a little tweak, this method also works with TypePad . Now, if you have means of posting CSS and JavaScript on your WordPress hosted blog, you can use Step-1 through Step-11 to create your customised Google Search Engine and plug it into your personal blog. All the best! Seel also: Go here for docu