. ├── challenge.py # Basic KNN segmentation pipeline (k=3) ├── challenge_final_gpu.py # Advanced GPU-optimized training with U-Net comparison ├── unet_model.py # U-Net architecture implementations ├── ...
This is a machine learning project where I built a model to classify Iris flowers into three species: Setosa, Versicolor, and Virginica. I used the K-Nearest Neighbors (KNN) algorithm and followed a ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results