Sep 25, 2019 | AI, Machine Learning, Series
This is a guest post by Gilad David Maayan Creating accurate Machine Learning models that are capable of identifying and localizing multiple objects in a single image remained a core challenge in computer vision. But, with recent advancements in Deep Learning, object...
Jan 7, 2019 | .NET, AI, C#, Machine Learning, Python, Series
The path to learning story of Restricted Boltzmann Machine is bumpy. First, we needed to learn what are Energy-Based Models, the group of machine learning models that Restricted Boltzmann Machine is a part of. Then we need to explore functionalities of vanilla...
Sep 26, 2018 | .NET, AI, C#, Machine Learning, Python, Series
So far in our artificial neural network series, we have covered only neural networks that are using supervised learning. To be more precise, we only explored neural networks that have input and output data available to them during the learning process. Based on this...
Aug 6, 2018 | .NET, C#, Series
Asynchronous programming was incorporated into .NET a long time ago. To be more exact, asynchronous programming was introduced with 4.5 version of .NET. That happened on August 15th, 2012. Yes, six years ago. Yes, more than half a decade ago. Apart from sending me...
Jul 23, 2018 | .NET, AI, C#, Machine Learning, Series
It’s been more than sixty years since Alan Touring proposed an idea about ‘learning machine’ that could learn and become artificially intelligent. A lot had happened since then. Machine Learning and Artificial Intelligence as concepts went through a...
Apr 30, 2018 | Productivity, Professionalism, Series
Note: This is an ongoing series, more articles will be added soon. Developing software is not that hard. Especially today, when we have fast processors, many gigabytes of RAM memory and all the fancy tools in the world that help us write and maintain code. The...