An open API service indexing awesome lists of open source software.

https://github.com/lucalullo/image-classification-deep-learning

Comparative study of CNN and FNN deep learning models for multi-class image classification
https://github.com/lucalullo/image-classification-deep-learning

benchmark cnn computer-vision deep-learning fnn image-classification jupyter-notebook kaggle keras neural-network tensorflow

Last synced: 5 months ago
JSON representation

Comparative study of CNN and FNN deep learning models for multi-class image classification

Awesome Lists containing this project

README

          

![Python](https://img.shields.io/badge/Python-3.x-blue)
![DeepLearning](https://img.shields.io/badge/Deep_Learning-CNN%20%7C%20FNN-green)
![License](https://img.shields.io/badge/License-MIT-yellow)

# Image Classification — Deep Learning Models (CNN vs FNN)

Confronto tra due approcci di deep learning per la classificazione di immagini:
- Convolutional Neural Network (CNN)
- Feedforward Neural Network (FNN)

## 📊 Notebook di analisi
- [CNN model](notebooks/cnn_model.ipynb)
- [FNN model](notebooks/fnn_model.ipynb)

## Obiettivi
- Confrontare performance e comportamento dei modelli
- Evidenziare i vantaggi delle architetture convoluzionali
- Fornire un benchmark didattico di computer vision

## Tecnologie
- Python
- TensorFlow / Keras
- NumPy
- Matplotlib
- Jupyter Notebook

## Autore
Luca Lullo