Author: Manas Narkar

Heart Disease Prediction Using Keras Deep Learning

Heart disease covers a range of different conditions that could affect your heart. It is one of the most complex diseases to predict given the number of potential factors in your body that can lead to it. Identifying and predicting…

Read More >

Image Classification with Convolution Neural Networks (CNN) With Keras

Introduction Convolutional neural networks (CNN), also known as convnets, are a popular deep learning algorithm that can be applied to solve various image recognition problems. They have revolutionized computer vision; achieving state-of-the-art results in many fundamental tasks. They were also…

Read More >

Cost Optimizations: It’s Time to Rethink your Cloud Architecture

Cloud technology brings a lot of flexibility, agility, and resilience to your business. Your ability to adjust to the demands on your business matters more than ever in the COVID-19 world, a world where we’re forced to adapt to the…

Read More >

Hands On Transfer Learning with Keras

Transfer learning is an approach where the model pre-trained for one task is used as a starting point for another task. It’s extremely useful in scenarios where there are limited data available for model training, or when training a large…

Read More >

Deep Learning: Techniques to Avoid Overfitting and Underfitting

Machine Learning is all about striking the right balance between optimization and generalization. Optimization means tuning your model to squeeze out every bit of performance from it. Generalization refers to making your model generic enough so that it can perform…

Read More >