Deep Learning

Multi-Class Image Classification Flask App | Complete Project

As we know artificial intelligence is transforming many fields. Deep learning is one of the starts of the art model from a few decades. Convolutional neural network si one of the well know deep learning model. most of the time we train the model but we all think about that how we test the model …

Multi-Class Image Classification Flask App | Complete Project Read More »

Self-Supervised Learning?

Self-Supervised Learning (Self-Supervised Learning) is a new paradigm between unsupervised and supervised learning, which aims to reduce the challenging demand for large amounts of annotated data. It provides some kind of supervision signals for feature learning by defining annotation-free pretext tasks. The term self-supervised learning (SSL) has been used (sometimes differently) in different contexts and fields, such …

Self-Supervised Learning? Read More »

What are AutoEncoders and why are they used?

An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation (encoding) for a set of data, typically for dimensionality reduction, by training the network to ignore signal “noise”. AutoEncoders compress the input into a lower-dimensional code and …

What are AutoEncoders and why are they used? Read More »