How to approach the study of algorithms?
I have been reading a book recently about algorithms in the wider sense (40 algorithms every programmer should know -book and github link below)… Read More »How to approach the study of algorithms?
I have been reading a book recently about algorithms in the wider sense (40 algorithms every programmer should know -book and github link below)… Read More »How to approach the study of algorithms?
If you scour the internet for “ANOVA vs Regression”, you might be confused by the results. Are they the same? Or aren’t they? The answer… Read More »ANOVA vs Regression in One Picture
Venn diagram showing overlap between “quantum” and “neural network” The term “quantum neural networks” is being used with increasing frequency by the quantum computing community.… Read More »Quantum Neural Net, an Oxymoron
I want to share with you my article about marketplaces. If you are interested in creating one or want to improve your existing marketplace you… Read More »How Much Does It Cost to Build a Marketplace in 2020?
Milvus Project: github.com/milvus-io/milvus The question answering system is commonly used in the field of natural language processing. It is used to answer questions in the form… Read More »Building an Intelligent QA System With NLP and Milvus
Ah, the fond memories of the early days of Saturday Night Live and the hilarious “Point / Counterpoint” debates between Jane Curtin and Dan Aykroyd.… Read More »Introducing the “4 Stages of Data Monetization”
It is surprising to see the level of innumeracy in the population, even in college-educated professionals. People still have blind faith in so-called experts and… Read More »Three fallacies about Covid-19
Information catalogs and business glossaries are popular solutions in the data management toolbox. What is the purpose of each and how do they work to… Read More »How Business Glossaries & Information Catalogs Drive Data Management Strategy
This article was written by Bharat Girdhar. I was always intrigued by the concept of computers taking a decision on behalf of humans. Though the… Read More »My First Neural Network
How oversampling yielded great results for classifying cases of Sexual Harassment. The problem: Overcoming an imbalanced data set When it comes to data science, sexual… Read More »Overcoming an Imbalanced Dataset using Oversampling.