My exercises in the deep learning course
Dataset | MLP (Machine Learning) | CNN + MLP (Deep Learning) |
---|---|---|
Mnist | 0.97 | 0.98 |
Fasion Mnist | 0.87 | 0.90 |
Cfar 10 | 0.45 | 0.65 |
Cfar 100 | 0.08 | 0.30 |
confusion matrix:
c/c | Female | Male |
---|---|---|
Female | 11275 | 267 |
Male | 535 | 7924 |
confusion matrix:
c/c | with mask | no mask |
---|---|---|
with mask | 482 | 1 |
no mask | 2 | 507 |
In this repository, I include all my notes and whatever I learn, so that everyone can benefit from them
Computer vision and Deep learning
Dino game with hand movements
Visualizing Yolov5's layers using GradCam
A toolkit full of handy functions including most used models and utilities for deep-learning practitioners!
Makeup with Deep Learning, Apply different hair/lipstick color on your face! (WebApp)
A model with CycleGAN architecture for translating black & white images into colorized images
A collection of notebooks with TensorFlow and the Keras API for various deep-learning and machine learning problems