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

https://github.com/clementsan/cnn-image-classification-parallel

AI-based image classification via parallel CNN networks
https://github.com/clementsan/cnn-image-classification-parallel

cnn-model deep-learning image-classification neural-network parallel-algorithm pytorch

Last synced: 7 months ago
JSON representation

AI-based image classification via parallel CNN networks

Awesome Lists containing this project

README

          

# AI-based image classification via parallel CNN networks

Image classification tasks via parallel CNN networks, leveraging multiple input data

## Analysis tasks

### Image preprocessing
- Generate input CSV file from data folder structure

### Image analysis
- Neural network training and testing

## Notes

### Neural networks

Use of parallel ResNet models

### Deep learning library

Use of pytorch