Published inAnalytics Vidhya·Feb 1, 2021Basics MySQL knowledge required for Data Science.In this blog we will be discuss about the fundamental course of SQL which is useful for all professional be it data analyst, business analyst, data scientist to extract, manipulate or draw insights from data stored in SQL databases. …Data Science12 min readData Science12 min read
Published inThe Startup·Nov 20, 2020A Comprehensive Guide to Convolution Neural NetworkIn this blog we will be focusing on what are convolution neural networks and how do they work. The Convolution Neural Network or CNN as it is popularly known is the most commonly used deep learning algorithm. …Machine Learning11 min readMachine Learning11 min read
Published inAnalytics Vidhya·Nov 13, 2020Simple Loan Prediction Project using Neural Network.In this project we will be solving about loan prediction problem where we have to predict whether based on customer details loan should be approved or not. Here is the glance of the data.Machine Learning6 min readMachine Learning6 min read
Published inAnalytics Vidhya·Oct 31, 2020Tensorflow-GPU Installation with CUDA & CuDNNWhat is a Tensorflow ? Tensorflow is a software library or framework, designed by the Google team to implement machine learning and deep learning concepts in the easiest manner. It combines the computational algebra of optimization techniques for easy calculation of many mathematical expressions. This is a official website of TensorFlow : www.tensorflow.org Let us…TensorFlow7 min readTensorFlow7 min read
Published inAnalytics Vidhya·Oct 14, 2020Image Classification Using ANN.In this blog we will be doing a project based on image classification where our problem statement describe us to classifies the images into two categories i.e. Emergency & Non-Emergency vehicle which is a binary classification problem and we will be solving using neural network. Before diving deep into this…Machine Learning12 min readMachine Learning12 min read
Published inAnalytics Vidhya·Oct 6, 2020Getting Started with Image Data-Deep LearningIn this blog we will be studying about how Deep Learning techniques can be applied to study about unstructured data like images or text. Our main focus or agenda in this blog will be to understand what are images and how we can work with image data. …Machine Learning8 min readMachine Learning8 min read
Published inAnalytics Vidhya·Oct 3, 2020Optimizer & Loss Functions In Neural NetworkIn this blog we will understand about the various optimizers and loss functions which are most commonly used while training our neural networks. The prerequisite for this is to have basic understanding of how gradient descent algorithm works so, I would highly recommend you all to refer my previous blog…Machine Learning11 min readMachine Learning11 min read
Published inAnalytics Vidhya·Oct 1, 2020Activation Functions In Neural NetworkIn this blog we will learn about the activation function which are most widely used in Deep Learning. Before jumping to the point lets recap in short about the basic architecture of neural network and understand it’s working in short. For simplicity purpose consider the multilayer perceptron.Machine Learning11 min readMachine Learning11 min read
Published inAnalytics Vidhya·Sep 29, 2020Member-onlyIntroduction To Neural Networks.In this article we will be learning about following things. Perceptron. Bias and Weights concepts in neuron. Basic difference between step and sigmoid function. Multilayer perceptron. Forward and Backward Propagation. Gradient Descent So why are we waiting lets dig dive and understand the concepts behind all the above terms used…Machine Learning12 min readMachine Learning12 min read
Published inAnalytics Vidhya·Sep 27, 2020Underfitting vs. Overfitting (vs. Best Fitting) in Machine LearningThe Challenge of Underfitting and Overfitting in Machine Learning. Your ability to explain this in a non-technical and easy-to-understand manner might well decide your fit for the data science role! Even when we’re working on a machine learning project, we often face situations where we are encountering unexpected performance or error rate differences between the training set and the…Underfitting5 min readUnderfitting5 min read