Understanding of Data Science Machine Learning : Data Driven Approach Artificial Intelligence v/s Machine Learning v/s Deep Learning Significance of Data Science in today’s digitally-driven world Applications of...
This is review paper, you can submit as a review paper for your semester project. The headings are given below: Abstract Introduction AI techniques in Cyber Security Threat detection using artificial intelligence ...
This hand-written well-organized document teaches the K-Nearest Neighbour (KNN) Algorithm with Example.
This hand-written well-organized document explains clustering and K-Means algorithms with multiple examples of 1-D data (set of values) and 2-D data (table of values).
This hand-written document implements the XOR gate using Neural Network. It shows all calculations step-by-step.
This hand-written well-organized document teaches the decision tree by example. It takes a small dataset and generates decision tree by calculating entropy, information gain and gain. The algorithm is implmeneted...
This hand-written well-organized document teaches the decision tree by example. It takes a small dataset and generates decision tree by calculating entropy, information gain and gain. The algorithm is implmeneted...
This hand-written document explains Back Propagation in Multi Layer Perceptron using an example neural network.
Assessment 5: VisualRank using image similarity Introduction This assignment is based on the well-known PageRank algorithm developed by Google to help in ranking webpages. Although much has changed with Google’s...
Assignment 4: Principal Component Analysis This assignment asks you to implement, a principal component analysis (PCA) using a singular value decomposition on a real data set. A real dataset We now ask that you...
Assessment 3: Microchip voltage You are now asked to write some code of your own that will achieve the goals laid out below. The purpose of this exercise is two-fold. It will a) test your skills in designing and...
This video by Dr. Smriti H Bhandari explains solution to Machine Learning Regression Problem. Given problem with actual and predicted output. Compute the error.
This video by Dr. Smriti H Bhandari explains how to compute cost function in regression for given parameter values.
Just an introduction. Get to learn the fundamentals of data science and using R programming as a tool for data analysis. Data Science is fun!
This video by Dr. Smriti H Bhandari explains solution to Machine Learning Regression Problem. Given problem with some questions based on the data, this video provides detailed solution with explanation. Consider the...
Machine learning is a dynamic and evolving field that empowers computers to learn and adapt, making it a transformative technology with widespread use and potential to solve complex problems across various domains. Its...
This powerpoint presentation provides a brief overview of Machine Learning. Starting from data collection, the presentation describes various pre processing methods for data like data cleaning, handling missing values...
Kidney Stone Detection Using CNN and Autokeras Millions globally suffer from kidney stones, emphasizing the need for early identification. Convolutional neural networks (CNNs) have shown promise in medical imaging,...
Project Brief: Congestion Detection System for Road and Highways Using Pretrained CNN and Object Detection Overview: The Congestion Detection System is a Python-based solution designed to monitor and detect traffic...
The project involves designing and implementing a deep learning-based brain tumor detection system using MRI images. The goal is to determine whether a person has a brain tumor by analyzing their brain MRI image. This...