To probide an edge to database management, I am trying to introduce intelligence databases, which can detect it components merely based on user feedback.
Sentiment analysis is a method for identifying expressions in a piece of text. Here we are going to identify the sentiment of text using textblob(pip install textblob) and catagorize them into positive or negative This method can be used to track the reaction of people on social media.
Mathematical morphological methods have successfully been
applied to filter out (emphasize or remove) different structures of an image. In this project we try to learn morphological with neurons to solve image draining problem
We tackled the problem of assessing whether a decision-making system discriminates against a group of people with certain attributes. An example would be whether a machine learning algorithm discriminates against women. We developed two measures of detecting such discrimination.
Investigation of different body fluids is a part and parcel of a pathologist's work-life. However, the manual process of classifying body fluids into categories like malignant and benign is quite time-consuming. The aim of this project is to better aid the pathologists who are working in this area.
This project will guide you to create a neural network architecture to automatically generate captions from images. So the main goal here is to put CNN-RNN together to create an automatic image captioning model that takes in an image as input and outputs a sequence of text that describes the image.
The Projects run on two parallel NEural Networks, One of the Neural Network acts Like a Database Link and the other Neural Network acts as a predictor on the image It Sees, The two Neural Networks are inspired from the Inception Network Design and Use convolutional and Maxpool layers for recognizing
This project was for fun. You can be able to record your front camera then stream it to a backend service where it will locate the position of your head the type of facial expression made and finally replace it with a suitable emoji.
All credits go to INTEL AI Academy support team. Special thanks go to Ellick Chan and Huiyan Cao.
This is a short tutorial shows how to port pre-trained PyTorch model to INTEL OpenVINO model. In short, the pre-trained PyTorch model got converted to ONNX format and then optimised by OpenVINO model optimiser.
"ShanshuiDaDA" is an interactive installation powered by machine learning model - CycleGAN and trained with custom data. At the very beginning, ShanshuiDaDA was trained with cycleGAN official PyTorch implementation on custom sketch2shanshui data set. In this project, we port it to openVINO as an experiment and run for AI on PC Early Innovation!