Welcome to my collection of machine learning and deep learning projects.
Each folder contains a Jupyter notebook and detailed README describing the project, dataset, and results.
Trained and evaluated multiple deep learning architectures on image data.
📘 Tech: Python, pytorch
🔗 View Notebook on nbviewer
Implemented a Deep Q-Network (DQN) to control the OpenAI Gym Lunar Lander environment.
📘 Tech: PyTorch, Reinforcement Learning
🔗 View Notebook on nbviewer
Built a Recurrent Neural Network (RNN) to predict medical events from time-series patient data.
📘 Tech: TensorFlow, LSTM, Pandas
🔗 View Notebook on nbviewer
Explored supervised feature-based machine learning models for classification tasks.
📘 Tech: scikit-learn, NumPy, Matplotlib
🔗 View Notebook on nbviewer
Classified csv file contraining features of microcalcification for breast cancer detection tissue using CNNs.
📘 Tech: Python, scikit-learn, pandas
🔗 View Notebook on nbviewer
Implemented a LeNet-based model on the MNIST dataset to estimate prediction uncertainty using Evidential Deep Learning with a Dirichlet output layer based on teddykoker_repository. 📘 Tech: Python, PyTorch, uncertainty estimation 🔗 View Notebook on nbviewer