Ordinal Logistic Regression
An overview and implementation in R Feb 19, 2018 Fig 1: Performance of an individual — Poor, Fair, Excellent Can you guess what is the common link in the variables mentioned below: Job … Read more
An overview and implementation in R Feb 19, 2018 Fig 1: Performance of an individual — Poor, Fair, Excellent Can you guess what is the common link in the variables mentioned below: Job … Read more
Many organizations have become adept at identifying what they need from software development projects, based on a keen understanding of their business goals. Even so, they’re often surprised to find … Read more
The idea behind using a Keras generator is to get batches of input and corresponding output on the fly during training process, e.g. reading in 100 images, getting corresponding 100 … Read more
It’s not enough to do data analysis (Credit rawpixel: Unsplash) Stop management from ignoring your analysis Feb 3, 2018 To a data analyst, there is nothing more exciting than the data … Read more
4) Under the hood: expressing computations TensorFlow could be considered a programming system and runtime, not just a “library” in the traditional sense: TensorFlow’s graph even supports constructs like variable … Read more
Jan 13, 2018 The computing world has seen increasing attention on microservices software architecture in order to enhance software scalability and efficiency. Microservices brings many benefits for tech organizations. However, … Read more
Murphy’s Law Probably one of the most famous of all laws, mostly because it is not only applicable to Software Development. If something can go wrong, it will. First derivation: … Read more
Don’t get confused by its name! It is a classification not a regression algorithm. It is used to estimate discrete values (binary values like 0/1, yes/no, true/false ) based on … Read more
Broadly, there are three types of Machine Learning Algorithms.. 1. Supervised Learning How it works: This algorithm consist of a target or outcome variable (or dependent variable) which is to … Read more
Discover why you should use Amazon Web Services Elastic Compute Cloud (EC2) and how you can set up a basic data science environment on a Windows Virtual Machine (Windows Server). … Read more
Reinforcement Learning (RL) is one of the most happening field of Machine Learning (ML) and Artificial Intelligence (AI).Though RL existed for many decades, only recently the giant has awaken after … Read more
Nov 27, 2017 By: Team Vesta, University of Southern California. CSCI:599 Deep Learning and Its Applications Suraj Jayakumar (sjayakum@usc.edu), Rakesh Ramesh (rakeshr@usc.edu), Pradeep Thalasta (thalasta@usc.edu) Introduction: The recent success of … Read more
Combining card games and topic modeling Nov 27, 2017 This article sparked an interesting discussion on reddit and was featured by Wizards of the Coast. One of the coolest projects I’ve … Read more
Source cran Chapter 1 Introduction Prediction Versus Interpretation, Key Ingredients of Predictive Models; Terminology; Example Data Sets and Typical Data Scenarios; Overview; Notation (15 pages, 3 figures) Part I: General … Read more
Blogs Data Science Austria: data-science-austria.at persönlicher Blog: harlecin.netlify.com Hackernews: news.ycombinator.com R-Bloggers: r-bloggers.com Reddit: reddit.com/r/MachineLearning Favorite
An overview and implementation in R Oct 31, 2017 Customer satisfaction for a product — Satisfied vs Dissatisfied (Source: pixabay.com) Have you ever come across a situation where you want to predict a … Read more
Oct 20, 2017 In the second of four informal discussion sessions, Professor Maurits Kaptein from Tilburg University discussed the methodological challenges of data science. ‘’Before discussing the biggest challenges we … Read more
Aug 15, 2017 Credits: Presenting abridged version of these blogs to explain the idea and concepts behind pix2pix and cycleGANs. Christopher Hesse blog: Olga Liakhovich blog: Pix2Pix: paper: https://phillipi.github.io/pix2pix/ pix2pix … Read more
I’ve said yes to far too many hidden units Part of the How I’m Learning Deep Learning Series: Part I: A new beginning.Part II: Learning Python on the fly.Part III: … Read more
While replicating the End-to-End Deep Learning approach for Self- Driving Cars, I was frustrated by the lack of visibility into what the network is seeing. I built a tool to … Read more
The best article I’ve ever read about architecture and the management of IT. I was at Amazon for about six and a half years, and now I’ve been at Google … Read more
Implementing the Perceptron Perceptron is one the most elegant yet easy to implement learning algorithms. Though most packages/libraries provide implementation for this algorithm, let us try our hand on it … Read more
Oct 29, 2016 Update: April 29, 2019. Updated some of the code to not use ggplot but instead use seaborn and matplotlib. I also added an example for a 3d-plot. … Read more
Aug 13, 2016 “From the barren landscapes inside our personal devices come furtive anthems hummed by those digital servants who will one day be our overlords” A.I. winter The idea … Read more
This will make your life easy. Thank me later Oct 8, 2015 Photo by Markus Spiske on Unsplash Shell Commands are powerful. And life would be like hell without shell is how … Read more
Testing the base image docker run python:3 /bin/echo ‘Hello world’ docker run is a command to run a container. python:3 is the image you run. For example, the Ubuntu operating … Read more
Conference Day 1 {.tabset .tabset-fade} Wednesday 12 September ###Keynote ####Edwina Dunn, Starcount ####Garrett Grolemund, RStudio ###Session 1 ####1. “A Validated R Environment in the Cloud for Life Science R&D” Jobst … Read more