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

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