Pinned Repositories
Adversarial-Attack-on-Pre-Trained-CNN-Model
Generate adversarial examples using Fast Gradient Sign Method (FGSM)
Apply-XAI-on-ResNet50
Generate explanations for the ResNet50 classification using Grad-CAM and LIME (XAI Method)
Classification-Model-Predict-Customer-Attrition
Predict customers that are susceptible to attrition
Clustering-using-DBSCAN
Write a code to implement DBSCAN (Density-Based Spatial Clustering of Applications with Noise) algorithm for clustering and outlier detection
emilyportfolio
Personal Portfolio for Data Science Projects hosted by GithubPages
Frequent-Pattern-Mining-FP-Tree
Write a code to implement FP-growth (Frequent Pattern Mining) algorithm and output frequent itemset with support >=2500
Fuzzy-Clustering-using-EM
Write a code to implement Fuzzy Clustering with EM (Expectation Maximization) algorithm for clustering
sentiment_analysis_googlemap_reviews_with_chatgpt
Used googlemaps API, Selenium, and BeautifulSoup to extract googlemap reviews and chatgpt for customer review sentiment analysis
Spring_Kaggle_Competition
5001-Spring 2022 Kaggle Competition
stock_price_forecast_with_LSTM
Stock Price Forecast with LSTM
MK-ek11's Repositories
MK-ek11/Apply-XAI-on-ResNet50
Generate explanations for the ResNet50 classification using Grad-CAM and LIME (XAI Method)
MK-ek11/Clustering-using-DBSCAN
Write a code to implement DBSCAN (Density-Based Spatial Clustering of Applications with Noise) algorithm for clustering and outlier detection
MK-ek11/Frequent-Pattern-Mining-FP-Tree
Write a code to implement FP-growth (Frequent Pattern Mining) algorithm and output frequent itemset with support >=2500
MK-ek11/Fuzzy-Clustering-using-EM
Write a code to implement Fuzzy Clustering with EM (Expectation Maximization) algorithm for clustering
MK-ek11/sentiment_analysis_googlemap_reviews_with_chatgpt
Used googlemaps API, Selenium, and BeautifulSoup to extract googlemap reviews and chatgpt for customer review sentiment analysis
MK-ek11/Adversarial-Attack-on-Pre-Trained-CNN-Model
Generate adversarial examples using Fast Gradient Sign Method (FGSM)
MK-ek11/Classification-Model-Predict-Customer-Attrition
Predict customers that are susceptible to attrition
MK-ek11/Comparison-of-Classifiers
Implement classifiers and compare performance achieved by each classifiers
MK-ek11/emilyportfolio
Personal Portfolio for Data Science Projects hosted by GithubPages
MK-ek11/Spring_Kaggle_Competition
5001-Spring 2022 Kaggle Competition
MK-ek11/stock_price_forecast_with_LSTM
Stock Price Forecast with LSTM
MK-ek11/Generate-Candidate-Hash-Tree
Write a code to generate a hash tree algorithm with candidate item sets
MK-ek11/Graphs-using-DGL
Social Computing with Deep Graph Library (DGL)
MK-ek11/Graphs-using-NetworkX
Social Computing with NetworkX. Compare a real-world graph data set with the random graph using NetworkX.
MK-ek11/Implement-AdaBoost
Write a code to implement AdaBoost algorithm using decision stump to learn strong classifier
MK-ek11/Implement-GAN-on-MNIST-Dataset
Implement GAN (Generative Adversarial Network) on MNIST dataset. Vary the hyperparameters and analyze the corresponding results.
MK-ek11/Outlier-Detection-using-Nested-Loop
Write a code to implement Nested-Loop algorithm for outlier detection
MK-ek11/Spring_Earthquake_Forecasting_with_Supervised_Learning
5001-Spring 2022 Group Project