Skip to content

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

Notifications You must be signed in to change notification settings

fedor98/Machine-Learning-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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:

Recognition of full vs. empty Coke bottles [Link to short video demo, Link to .py file]

  • recognition of Coke bottles and assignment of these bottles to niches in a box with the help of 4 qr codes
  • Tags (OpenCV, YOLOv10, fine-tuning of the coco-model, qr code detection, creation and annotation of an image dataset)
  • if you want to recreate the inference process use the README.md after you have downloaded the project folder and watched the video demo
    • you will also find some example photos in the exmaple_photos folder, which you have to copy in the photos folder

bottle_recognition


License Plate Tracker [Link to the .ipynb file]

  • Tags (OpenCV, YOLOv8, fine-tuning of the coco-model, ocr of license plates)
  • 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