srilakshmi-thota
Currently pursuing Batchelor's degree in E&ECE and Minors in Computer Science at IIT Kharagpur.Proficient in Machine Learning.
IIT KHARAGPURKharagpur
Pinned Repositories
face_recognition
FaceRecognition_With_FaceNet_Android
Face Recognition using FaceNet and Firebase MLKit on Android.
ImageProcessingLab
IRIS-DATASET-ANALYSIS-DECISION-TREE-CLASSIFIER
IRIS Dataset is used for Exploratory Analysis and Decision Tree classifier is used to classify, experimenting with different parameters for optimization and performance analysis.
IRIS-DATASET-ANALYSIS-USING-NEURAL-NETWORK
Neural Network with functions for forward propagation, error calculation and back propagation is built from scratch and is used to analyse the IRIS dataset.
K-MEANS-CLUSTERING-CLASSIFIER
K-means Clustering algorithm is used to classify,experimenting with different values of K to find the elbow point in the plot error vs K
KNN-Classifier
Classification of IRIS Dataset using KNN classifier model
Machine-Intelligence-Expertise-Systems
EC60091-Machine Intelligence & Expertise Systems Course,Autumn-2019
METRICS-ROC-AND-AUC
Python code to obtain metrics like receiver operating characteristics (ROC) curve and area under the curve (AUC) from scratch without using in-built functions.
Square-root-of-a-number-using-cordic
Verilog code to find square root of a number using CORDIC algorithm
srilakshmi-thota's Repositories
srilakshmi-thota/IRIS-DATASET-ANALYSIS-USING-NEURAL-NETWORK
Neural Network with functions for forward propagation, error calculation and back propagation is built from scratch and is used to analyse the IRIS dataset.
srilakshmi-thota/Square-root-of-a-number-using-cordic
Verilog code to find square root of a number using CORDIC algorithm
srilakshmi-thota/face_recognition
srilakshmi-thota/FaceRecognition_With_FaceNet_Android
Face Recognition using FaceNet and Firebase MLKit on Android.
srilakshmi-thota/ImageProcessingLab
srilakshmi-thota/IRIS-DATASET-ANALYSIS-DECISION-TREE-CLASSIFIER
IRIS Dataset is used for Exploratory Analysis and Decision Tree classifier is used to classify, experimenting with different parameters for optimization and performance analysis.
srilakshmi-thota/K-MEANS-CLUSTERING-CLASSIFIER
K-means Clustering algorithm is used to classify,experimenting with different values of K to find the elbow point in the plot error vs K
srilakshmi-thota/KNN-Classifier
Classification of IRIS Dataset using KNN classifier model
srilakshmi-thota/Machine-Intelligence-Expertise-Systems
EC60091-Machine Intelligence & Expertise Systems Course,Autumn-2019
srilakshmi-thota/METRICS-ROC-AND-AUC
Python code to obtain metrics like receiver operating characteristics (ROC) curve and area under the curve (AUC) from scratch without using in-built functions.
srilakshmi-thota/ROCK_Clustering_Algorithm
ROCK clustering algorithm, written by python, refered Intelligent Web Algorithm
srilakshmi-thota/VipsPython
Implementation of Microsoft Vips algorithm in Python
srilakshmi-thota/Bank-note-authencation-analysis-K-NN-Classifier
k-NN classifier to classify whether the bank note deposited by the customer is genuine or forged. Also to analyse and compare the accuracy of the classifier built with sklearn KNeighborsClassifier by varying the value of k.
srilakshmi-thota/CompLex
srilakshmi-thota/cs230-fer
srilakshmi-thota/cwi
State of the art complex word identification models.
srilakshmi-thota/Deep-Emotion
Facial Expression Recognition Using Attentional Convolutional Network, Pytorch implementation
srilakshmi-thota/extending-deep-ER
This project focuses on DeepER, a deep learning framework for entity resolution (record deduplication). It examines how DeepER performs on benchmark datasets under a variety of conditions and also tests a number of extensions designed to improve DeepER's accuracy.
srilakshmi-thota/facenet-face-recognition
A face recognition demo performed by feeding images of faces recorded by a webcam into a trained FaceNet network to determine the identity of the face
srilakshmi-thota/faceRecognition-yolo-facenet
real time face recognition with YOLO and FaceNet
srilakshmi-thota/Financial-Analytics
Course Financial Analytics : BM49002
srilakshmi-thota/Genetic-Algorithm-to-predict-the-Target-String
Predicting the target string starting from a random string of same length using the genetic algorithm.
srilakshmi-thota/hate-speech-and-offensive-language
Repository for the paper "Automated Hate Speech Detection and the Problem of Offensive Language", ICWSM 2017
srilakshmi-thota/mean_teacher_domain_adapt
repo to do domain adaptation using a mean teacher model approach
srilakshmi-thota/Multimodal-Emotion-Recognition
A real time Multimodal Emotion Recognition web app for text, sound and video inputs
srilakshmi-thota/Pediatric-bone-age-assessment-from-hand-xrays
A regression model to predict boneage from hand xrays
srilakshmi-thota/project-3