The intelligence in AI is computational intelligence, and a better word could be Automated Intelligence. But when it comes to good judgment, AI is not smarter than the hu...
Generative adversarial networks (GANs) are a class of neural networks that are used in unsupervised machine learning. They help to solve such tasks as image generation fr...
Logarithms turn a product of numbers into a sum of numbers: log(xy) = log(x) + log(y). Hyperlogarithms generalize the concept as follows: Hlog(XY) = Hlog(X) + Hlog(Y), wh...
In the last few blog posts of this series, we discussed simple linear regression model. We discussed multivariate regression model and methods for selecting the right mod...
Agenda Introduction of Powershell Need of powershell BackGround of Powershell Tools Why its better than alternatives ? Top Most Administrative Powershell Commands Working...
Summary: Recently we’ve been profiling Automated Machine Learning (AML) platforms, both of the professional variety, and particularly those proprietary one-click-to-m...
I describe here an interesting and intuitive clustering algorithm (that can be used for data reduction as well) offering several advantages, over traditional classifiers:...
The problem Given a set of labeled images of cats and dogs, a machine learning model is to be learnt and later it is to be used to classify a set of new images ...
Data is important. It is not a secret for anybody. We can even paraphrase famous saying mentioning that “who owns the data, owns the world”. And if you are a business...