Pinned Repositories
AgeCalculator
Blood-Donation-Management-System
Java Swing application is a Blood Donation Management System with a graphical user interface for adding, deleting, searching, updating, and displaying blood donors, utilizing a MySQL database for storage
CNN
Implementation of CNN model. Build pre-trained CNNs, and Transfer Learning with TensorFlow hub
Decision-Tree
The provided code builds and visualizes a Decision Tree classifier using the Bank Personal Loan Modelling dataset.
Decision-Tree-
The code utilizes scikit-learn to build and evaluate a Decision Tree Classifier for car classification, demonstrating training and testing set accuracy, visualizing the decision tree, and analyzing model performance metrics.
Identifying-Customer-Segments-Unsupervised-Learning-
Identifying customer segments through K-means clustering in machine learning based on similar characteristics and behavior.
Movie-Recommendation-System
Movie Recommendation System using Content Based
NetflixClone
I have created a Netflix Cone using HTML, CSS AND Javascript.
PinSTAR-Careers
A basic website using html , css and javascript
Portfolio
This is my Portfolio.
vaidehi1406's Repositories
vaidehi1406/AgeCalculator
vaidehi1406/Blood-Donation-Management-System
Java Swing application is a Blood Donation Management System with a graphical user interface for adding, deleting, searching, updating, and displaying blood donors, utilizing a MySQL database for storage
vaidehi1406/CNN
Implementation of CNN model. Build pre-trained CNNs, and Transfer Learning with TensorFlow hub
vaidehi1406/Decision-Tree
The provided code builds and visualizes a Decision Tree classifier using the Bank Personal Loan Modelling dataset.
vaidehi1406/Decision-Tree-
The code utilizes scikit-learn to build and evaluate a Decision Tree Classifier for car classification, demonstrating training and testing set accuracy, visualizing the decision tree, and analyzing model performance metrics.
vaidehi1406/Identifying-Customer-Segments-Unsupervised-Learning-
Identifying customer segments through K-means clustering in machine learning based on similar characteristics and behavior.
vaidehi1406/Movie-Recommendation-System
Movie Recommendation System using Content Based
vaidehi1406/NetflixClone
I have created a Netflix Cone using HTML, CSS AND Javascript.
vaidehi1406/PinSTAR-Careers
A basic website using html , css and javascript
vaidehi1406/Portfolio
This is my Portfolio.
vaidehi1406/Ensemble-Learning-using-TensorFlow
AIM : Implement ensemble algorithms.
vaidehi1406/firstgitdemo
this is my first repo
vaidehi1406/Hamming-Code
Hamming code for a simple error detection and correction mechanism in C programing language
vaidehi1406/Introduction-to-TensorFlow
AIM : Introduction to Tensors, TensorFlow Basic Syntax, TensorFlow Graphs, Variables and Placeholders. PROBLEM STATEMENT : Problem Definition: Implement the basic syntax of tensor flow to develop an understanding of it.
vaidehi1406/KNN
The code you provided implements a K Nearest Neighbors (KNN) classifier for a dataset related to personal loan modeling.
vaidehi1406/Naive-Bayes
The code implements a Gaussian Naive Bayes classifier on a dataset of bank customer attributes, achieving an 89.1% accuracy in predicting whether customers will take a personal loan, with a detailed analysis including a confusion matrix and classification report.
vaidehi1406/Neural-Network-for-MLP-Digit-Classifier
AIM : Implement a Neural Network for MLP Digit-Classifier using TensorFlow
vaidehi1406/Regression-k-NN-k-means-using-TensorFlow
AIM : Tensor flow implementation of regression, k-NN, k-means for structured data using csv file. PROBLEM STATEMENT : Problem Definition: Download any labeled and unlabeled dataset and implement the TensorFlow version of standard regression, k-means, and k-NN algorithms to understand the workings of tf.
vaidehi1406/Reinforcement-Learning
Implementation of the Q-learning , which is a basic reinforcement learning algorithm for a simple grid-world environment.
vaidehi1406/School-Management-System
Creating a school management system in C using file management
vaidehi1406/Supervised-Learning
Implementation of supervised learning algorithms from scratch.
vaidehi1406/Text-Processing_n_Text-Classification
Implementation of Text Processing and Classification with TensorFlow
vaidehi1406/Unsupervised-Learning
Implementation of Unsupervised Learning Algorithms from Scratch
vaidehi1406/vaidehi1406