What has nature got to do with this? Well, everything is connected Abhijeet, said God in his deep baritone. (I always thought God would have a voice like Morgan Freeman or James Earl Jones). Anyway, like sparrows go out to collect their food, come back to their nest, each one of the inhabitants contributing their share. To do what, make a… Continue reading Git and Github – Nomad’s Nest
Month: May 2020
Paradigms of python programming- programming fads
Ever thought that you can associate a term like "style" to a programming language, well actually, you can associate so many of these fashion terms. But first let me tell you more about the python language, before I interest you on this idea. Admittedly, Python is my favorite language considering my limited knowledge and understanding… Continue reading Paradigms of python programming- programming fads
Scripts ,YAML and Data Science – Deployment Utility.
The idea of this post is to clarify that we don't use the actual notebook (which we use at the research stage and build the model), as our production code. Then what do we use and why? A pipeline is a set of data processing steps connected in series, where typically, the output of one… Continue reading Scripts ,YAML and Data Science – Deployment Utility.
Production and Deployment of Machine Learning Models – III
Architecture Framework implemented to carry out an end to end prediction. In order to establish an out-and-out machine learning system, where we get the data, train our model and then deploy the model to serve customers we need a suitable designed architecture. We should straightway explore few important design architectures. We will touch upon all… Continue reading Production and Deployment of Machine Learning Models – III