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

https://github.com/yugoff/course-skillfactory-clothing-classification

First task in course
https://github.com/yugoff/course-skillfactory-clothing-classification

convolutional-neural flatten relu-activation single-vector

Last synced: 2 months ago
JSON representation

First task in course

Awesome Lists containing this project

README

        

# course-skillfactory-clothing-classification
Tasks in course

This repository was created to add laptops with solved tasks from the skillfactory.
The first stage: convolutional neural networks have been studied.
Convolutional layers with a different number of filters, as well as a convolution core that passes through the layer like a flashlight, a dropout that protects the model from overfitting, a flatten that pulls the layer into a single vector, as well as fully connected layers.
Activation functions such as sigmoid and Rely, Elu have also been studied.