This Week in AI – Issue #2

This Week in AI – Issue #2

Every week we bring to you best AI research papers, articles and videos that we have found interesting, cool or simply weird that week. Have fun! Research Papers Explainable AI for Trees: From Local Explanations to Global Understanding Plato Dialogue System : A...
This Week in AI – Issue #1

This Week in AI – Issue #1

Every week we bring to you best research papers, articles and videos that we have found interesting that week. Have fun! Research Papers An Adversarial Approach for the Robust Classification of Pneumonia from Chest Radiographs DeeperForensics-1.0: A Large-Scale...
Creating Custom TensorFlow Dataset

Creating Custom TensorFlow Dataset

In the previous article, we had a chance to see how one can scrape images from the web using Python. Apart from that, in one of the articles before that we could see how we can perform transfer learning with TensorFlow. In that article, we used famous Convolution...
Transfer Learning with TensorFlow 2

Transfer Learning with TensorFlow 2

It is always fun and educational to read deep learning scientific papers. Especially if it is in the area of the current project that you are working on. However, often these papers contain architectures and solutions that are hard to train. Especially if you want to...
How to Integrate TensorFlow Model in Angular Application?

How to Integrate TensorFlow Model in Angular Application?

The code that accompanies this article can be downloaded here. Couple of months back we investigated parts of TensorFlow’s ecosystem beyond standard library. To be more precise, we investigated TensorFlow.js and how you can build and train models in the browser...
Top Deep Learning Frameworks of 2019

Top Deep Learning Frameworks of 2019

This is a guest post by Gilad David Maayan. When working on your AI project, if you have to handle a large collection of rich media, such as images, video or audio, traditional machine learning algorithms are not going to be enough. In this case, you need a deep...