Welcome to My Data Science World!
https://www.kaggle.com/kritsadakruapat
https://huggingface.co/kritsadaK
Project 1: Machine learning without any library:
https://github.com/kkowenn/ManualMachineLearning
Project 2: The Feature Importance score from a decision tree model:
https://github.com/kkowenn/FastworkAnalysisProject
Project 3: Manual algorithm cosin similarity:
https://www.kaggle.com/code/kritsadakruapat/cosin
Project 4: Optimizing Performance Metrics to find the best possible combination of hyperparameters to achieve the highest performance. (before tuning vs after tuning)
Project 5: Comparing Regression Models(Linear Regression model with Random Forest Regression, XGBoost Regression and Neural Network) + Exploratory Data Analysis(EDA)
https://www.kaggle.com/code/kritsadakruapat/comparing-regression-models
Project 6: Applying model on web, draw digits on a canvas and classify them using a pre-trained convolutional neural network (CNN) model by using the MNIST dataset.
https://github.com/kkowenn/DigitRecognitionWeb
Project 7: Transfer Learning with ResNet-50 & MobileNetV2 and etc.
https://www.kaggle.com/code/kritsadakruapat/simpletransferlearning-resnet50-unsatisfied
https://www.kaggle.com/code/kritsadakruapat/mobilenetv2-image-classification
Project 8: RNN model (Vanilla RNN, LSTM, GRU, and Bidirectional RNN) converted text to numbers, and tried different model types (RNN) to see which performed best.
https://www.kaggle.com/code/kritsadakruapat/rnnmodelcomparison?scriptVersionId=182686891
Project 1: Data Augmentation to Fix Overfitting and improve model:
https://www.kaggle.com/code/kritsadakruapat/cnnchangedatacolor-notjustred
https://github.com/kkowenn/AugmentationForDlibModel
Project 2: using 3D pose to detect arm to overlay tattoo filter:
https://huggingface.co/spaces/kritsadaK/TattooPoseOverlay
https://github.com/kkowenn/ComputerVisionProject
Project 3: simple yolov (object detection)
https://github.com/kkowenn/SimpleYolov
Project 4: fall detection capture when detect fall with canny edge detection and skeleton and remove the background
https://github.com/kkowenn/Fall-Detection
Project 1: Data Augmentation to Fix Overfitting (nlp)
https://github.com/kkowenn/Political-Fake-News-Detector-NLP.git
Project 2: Thai word recommender system by using cosine similarty
https://huggingface.co/spaces/kritsadaK/ThaiSentenceSimilarityApp
Project 1: Deployment model on Amazon Bucket(s3):
Machine learning model -> Mlflow -> Amazon Web Services
Project 2: Dogecoin Minutely Prediction:
Data Collection (API binance) & Preprocessing -> Model Training & Experiment Tracking (MLFlow) -> Version Control & Pipeline Management (DVC)
https://dagshub.com/kkowenn/End-to-endDogecoinMinutelyPrediction
Project 3: Thailand PM10 Prediction App (stream lit track Log experiments by mlflow )
url(Open Government Data of Thailand) -> mini ETL -> basic ARIMA model -> streamlit display & choose location to predict-> Experiment Tracking -> Version Control & Pipeline Management (DVC)
https://dagshub.com/kkowenn/OpendatathaiMLflow
https://huggingface.co/spaces/kritsadaK/ThailandPM10PredictionApp2022
Scala Projects: Scala workspace designed for data analysis with a simple multi-root, Spark SQL and visualization, featuring sub-projects for SQL-based analysis, various plot examples, and including essential configurations
https://github.com/kkowenn/Basic_Scala_ForBigData
Hadoop Projects: A Hadoop MapReduce application for efficiently counting word occurrences in a text file, comprising a driver, a mapper, and a reducer
https://github.com/kkowenn/Simple-Hadoop
R projects:exploratory data analysis (EDA) for the dataset in R lanaguge. The main goal is to analyze factors influencing student performance by exploring data distributions, identifying patterns, and examining relationships among variables.
https://www.kaggle.com/code/kritsadakruapat/eda-forrlanguage
Web Scraping with Python Project: