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
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
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?
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...

