Broad Listening Leads to Insight

Beginner

In this project, you will learn how to integrate feature vectors from multiple pre-trained deep learning models and train a simple logistic regression model to make predictions on a test dataset.

Machine Learning

Introduction

In this challenge, we will be working with pretrained models to train a classification model for a dataset with limited samples. We will merge feature vectors extracted by three pretrained models and use them to train a classification model. We will then use the trained model to predict the labels of samples in a test dataset and generate a result file. The challenge requires achieving an accuracy of 95% on the test dataset.

Teacher

labby

Labby

Labby is the LabEx teacher.