Published inAnalytics Vidhya·PinnedGlass Classification using Neural NetworksClassify different types of Glasses Problem statement This problem is related to classifying the glass based upon certain features. This particular problem can be solved by using the Machine learning algorithm like SVC, Random Forest or any other classification algorithm but I used Neural Network. …Machine Learning8 min readMachine Learning8 min read
Published inAnalytics Vidhya·Jul 16, 2022Embed Power BI Visualization in WebsiteExplore how to embed Power BI visualization in website by following four easy steps I assume that you’re aware of the Power BI Desktop and Power BI Services, and you do have account as well. If not you can easily Create your account here and download the Power BI desktop. …Power Bi4 min readPower Bi4 min read
Jun 28, 2021Done with your first ML project with in 3 minutes! SONAR- Mine VS RockApplying ML over the simpler problems isn’t that much difficult you just need to remember some steps to perform. Problem You’re a Pirate or Captain of Marine but I think Pirate will suit you and planning to attack the Diamond mine under water near some country, that country has protected…Machine Learning3 min readMachine Learning3 min read
Published inGeek Culture·Jun 18, 2021Metrics for Classification- Confusion MatrixAll you should know about the confusion matrix to evaluate your classification model. True Positive, False Positive, True Negative, False Negative? Tired of searching them out again and again and still don’t remember it? …Confusion Matrix4 min readConfusion Matrix4 min read
Nov 28, 2019Python Newbie?Day 4 Lets get started with some hot coding in cool weather.Today we’re going to discuss builtin data structure known as List.Suppose you’re buying some fruits for your family from market and want to store fruit names and prices every time in a different variables with fruit names and store…Programming3 min readProgramming3 min read
Nov 27, 2019Day 3: Python Newbie?Have you prepared a cup of coffee?Go get a cup of coffee before reading this because today we are going to discuss very interesting topic the type of operators which are mostly used in python.Let dive in types of operators first. Operators are used to perform operations on variables and…Programming3 min readProgramming3 min read
Nov 26, 2019Day 2: Python Newbie?Variable : — A python variable is a reserved memory location to store values. OR A container for storing data values. How to declare a variable? var = "a" That’s how we can simply declare variable of type String. Similarly you can declare variable of other types as well like integer or float. var1= 12.56 The process of…Python Programming2 min readPython Programming2 min read
Published inAnalytics Vidhya·Nov 25, 2019Python Newbies ? Let’s get started…Day 1 Are you programmer? NO. Doesn’t matter we will start from the very beginning to clear your basic concepts about Python and it’s Syntax. I was in 2nd year of my university when i decided now i have to get my hand dirty with python but i didn’t find some proper…Programming5 min readProgramming5 min read