Pinned Repositories
anni.dev
✨ My portfolio website built with Next.js, TailwindCSS, and shipped with Vercel.
annotated_deep_learning_paper_implementations
🧑🏫 50! Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Compiler
A compiler that can turn C- language into ARM assembly in a Linux enviroment using lexer parser tools namely lex and yacc.
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
CreditRiskDetection
A data analysis project to classify whether an applicant is capable of paying a home loan by using 4 machine learning models (Logistic Regression, SVM, Random Forest and LGBM) and 1 deep learning model (DeepFM). We also drew some insights from the best model that can be useful for analysts in bank.
cSharpCompiler
An ongoing C Sharp Compiler project inspired from a code analysis project by Microsoft for its .NET Compiler Platform ("Roslyn")
serenRec
A session-based recommendation system to recommend baby products on Amazon using 4 models namely ITEMKNN, POP, GRU4Rec, and STAMP, STAMP performs the best in all accuracy metrics followed by GRU4Rec. We also did result analysis, including ranking accuracy, coverage, popularity.
Stock-recommandation-via-machine-learning-algorithms
A stock investment assistant tool which utilized supervised machine learning models such as Logistic Regression, Random Forest, and Support Vector Machine to predict the stock’s 60 days’ return rate. If a specific stock outperformed the average return rate, the model would recommend to hold.
University_Timetabling
An AI planning project based on the 2019 international university timetabling competition which used commercial software IBM CPLEX to generate feasible course timetables with minimum penalty.
Visual-Analysis-Distill-Website-
This is a repo for the visual analysis code and dashboard design in R for time-series, financial, geological, and activity logs datasets.
WideSu's Repositories
WideSu/Compiler
A compiler that can turn C- language into ARM assembly in a Linux enviroment using lexer parser tools namely lex and yacc.
WideSu/coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
WideSu/anomalydetector
SR-CNN
WideSu/autograd
Efficiently computes derivatives of numpy code.
WideSu/face-recognition
A framework for creating and using a Face Recognition system.
WideSu/linghu-algorithm-templete
WideSu/opencv
Find squares in an image with OpenCV C++
WideSu/rusty-sj
GitHub Profile README.md
WideSu/Session_based_recommendations
In this repo we tackle the subject of Session based recommendations which relies on implicit feedbacks.
WideSu/spring-boot-fullstack-professional
Spring Boot Full Stack with React for Professionals