Dr. Abder-Rahman AliPyTorch’s Scatter_() Function (A Visual Explanation)The way PyTorch’s scatter_(dim, index, src) function works can be a bit confusing. So, I will take a visual approach in explaining the…Nov 8, 20201Nov 8, 20201
Dr. Abder-Rahman AliDo We Need Fuzzy Logic In Our Databases?I was reading in Bart Kosko’s book: Fuzzy Thinking, where he mentioned that in much of our science, math, logic, and culture, we have…Dec 31, 2019Dec 31, 2019
Dr. Abder-Rahman AliDeep Learning to Transform Melanoma Detection: It is Closer Than You ThinkIn an interview I conducted with Jürgen Schmidhuber, a German computer scientist and artist known for his work in many fields including…Dec 30, 2019Dec 30, 2019
Dr. Abder-Rahman AliWill Dermatologists be Able to Use Deep Learning Based Applications Soon?Deep Learning is a very hot topic nowadays, either in academia or industry. Big companies like Google and Facebook are relying heavily on…Dec 29, 2019Dec 29, 2019
Dr. Abder-Rahman AliCNN With Transfer Learning for Melanoma Detection Using KerasI will be sharing a script using Keras for training a Convolutional Neural Network (CNN) with transfer learning for melanoma detection…Dec 29, 2019Dec 29, 2019
Dr. Abder-Rahman AliTraining a CNN From Scratch For Melanoma Detection Using KerasI will be sharing a script using Keras for training a Convolutional Neural Network (CNN) from scratch for melanoma detection. You can view…Dec 29, 2019Dec 29, 2019
Dr. Abder-Rahman AliTraining a CNN From Scratch With Data Augmentation For Melanoma Detection Using KerasI will be sharing a script using Keras for training a Convolutional Neural Network (CNN) from scratch with data augmentation for melanoma…Dec 29, 2019Dec 29, 2019
Dr. Abder-Rahman AliGANMole for generating melanoma images Using KerasI used a Generative Adversarial Network (GAN) to generate melanoma images, and named the code GANMole. You can find the code on the…Dec 29, 2019Dec 29, 2019
Dr. Abder-Rahman AliA Smooth Introduction to Linear Regression and its Implementation in PyTorch (Part-II)So in Part-I I gave a simple introduction on what linear regression is and how we can find the equation of the best fit line for our data…Dec 29, 2019Dec 29, 2019
Dr. Abder-Rahman AliA Smooth Introduction to Linear Regression and its Implementation in PyTorch (Part-I)The term linear regression might seem a bit complex at first, but don’t worry, it is a simple but powerful concept. Let us go through an…Dec 29, 2019Dec 29, 2019