feature-image

Blog

Stay up to date with our news, ideas and updates.

How to Split the data in DICOM, NIFTI, HDF or NPY format for developing Deep Learning Models?

While developing a deep learning model, we need to train the model on a set of data so that it can learn the patterns within the data. However, we need to ensure that it's not overfitting and generalizes well to new, unseen data.

Read More

Creating image dataset for Transfer Learning applications in Deep Learning

We all have learned how to build machine learning models using the readily available opensource datasets. But, if you are working on a custom project and the dataset is not readily available, then how you will solve the problem using machine learning algorithms?

Read More

Working with Image Dataset to Build CNN Model in TensorFlow

In my earlier post, Creating image dataset for Transfer Learning applications in Deep Learning, we have seen how to download the images from websites to prepare custom dataset.

Read More