Skip to content

fedor98/Machine-Learning-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Hey there,

You are looking at some sort of lil representation of my current progress in the field of machine learning. When I'm done whith certein part or find time to fully train the model (as it seems my machine isn't quite suitable for the high computational task) I usually try to upload the results at some form. I'm just at the beginning of my journey, so this is more of a work in progress than something final. Feel free to take a look.


Projects:

License Plate Tracker [Link to the .ipynb file]

  • classification of cancerous vs. non-cancerous images
  • Tags (OpenCV, YOLOv8, fine-tuning of the coco-model, ocr of license plates)
  • the following gives a good baseline licence plate tracking model, but it needs some improvemetnt:
    • transfer learning on a larger license plate dataset for better object detection
    • using a custom OCR model which was trained on regional license plates as easyocr struggles with the continuous classification of characters in this sample footage
license_plate_tracking

Google & Apple stock prediction [Link to the .ipynb file]

  • prediction of the future stock development based on the previous closing prizes
  • Tags (Tensorflow, RNN)
stock_prediction_9days

Breast Cancer [Link to the .ipynb file]

  • classification of cancerous vs. non-cancerous images
  • Tags (Tensorflow, oversampling, transfer learning, unfreezing the base model)
breast_histopathology
  • Image classification of 100 classes
  • Tags (Tensorflow, data augmentation)
cifar100

Cats vs. Dogs [Link to the .ipynb file]

  • Image classification of 2 classes
  • Tags (Tensorflow, transfer learning)
cats_vs_dogs

Comparison of Activation Function carried out on MNIST [Link to the .ipynb file]

  • Image classification of 2 classes
  • Tags (Tensorflow, relu, swish, mish, selu, gelu)
mnist

About

a little representation of my current progress in the field of machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published