ML Series– Our Learning Path for Python!
Now that we are done with the basics of Machine Learning, what it is, how many types , why is data oh-so important ,its time… Read More »ML Series– Our Learning Path for Python!
Now that we are done with the basics of Machine Learning, what it is, how many types , why is data oh-so important ,its time… Read More »ML Series– Our Learning Path for Python!
Picking up on the last article where we talked about the first few steps we take when exploring our data, the last step i.e Data… Read More »ML Series- Is Random Sampling good enough?
Its finally time to load up some data and start having some fun! Now that we are familiar with Python, pandas and matplotlib we know… Read More »ML Series–: The first few baby steps to an ML network!
GraphQL has captured a lot of developer interest over the last year or so with many production level systems making the switch from REST type… Read More »Why we advised our customer against GraphQL
We live in a world of buzzwords!! Media, news, professional and self opinioned blogs, articles and magazines don’t really help when it comes to untangling… Read More »AI, ML, Auto-ML, Cognitive Services and all that Jazz!!!
Extracting text from images has been worked on for many years now and finds applications in many domains like Banking , Legal, Healthcare, education and… Read More »Extracting Text from Images:- Google a notch better than Azure and AWS!
In a recent post we had listed out analysis done and conclusions made when asked by a customer to convert their existing API to GraphQL.… Read More »GraphQL server with .NET Framework ( not .NET CORE)
Drag and Drop is a very useful and common feature. This allows you to drag an object to a location and drop the object there,… Read More »Html5 – Simple Drag and Drop
While working with integrating PayPal with an MVC 3 app hosted on Azure, we just couldn’t get the PayPal IPN notification to work. We were… Read More »💡PayPal IPN and Windows Azure
Trying out the new Replace or Insert option(Upsert) in the Storage Client and can’t get rid of the following error message “"\r\n<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\">\r\n InvalidHeaderValue\r\n <message… Read More »Using InsertOrReplace/InsertOrMerge with the Storage Client!