Login using Social Account
     Continue with GoogleLogin using your credentials
Instructions
Please pick one of the projects from the list below and once you have completed please submit in the following way:
Project 1 - Fashion-MNIST
Fashion-MNIST is a dataset of Zalando's (http://www.zalando.com) article images —consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. Fashion-MNIST serves as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. It shares the same image size and structure of training and testing splits. (See GitHub Repo)
The objective of the project is to use Fashion-MNIST data set to identify the different fashion products from the given pictures using various best possible models (ML algorithms) and report the values of the performance measures for different models. Also, report the model that performs best, and fine-tune the same model using one of the model fine-tuning techniques, and report the best possible combination of hyperparameters for the selected model. Lastly, use the selected model to make final predictions and report the values of various performance measures for the same.
Hint: You can use dimensionality reduction to simplify the things.
filePath = '/cxldata/datasets/project/fashion-mnist/’
Project 2 - MNIST
The objective of the project is to use MNIST data set to identify the different numerics (digits) from the given pictures using various best possible models (ML algorithms) and report the values of the performance measures for different models. Also, report the model that performs best, and fine-tune the same model using one of the model fine-tuning techniques, and report the best possible combination of hyperparameters for the selected model. Lastly, use the selected model to make final predictions and report the values of various performance measures for the same.
Hint: You can use dimensionality reduction to simplify the things.
Project 3 - Bikes Rental
The objective of the project is - using historical usage patterns and weather data, forecast(predict) bike rental demand (number of bike users (‘cnt’)) on hourly basis.
Use “Bikes Rental” data set to predict the bike demand (bike users count - 'cnt') using various best possible models (ML algorithms) and report the values of the performance measures for different models. Use dimensionality reduction on the data set before using it for Training the models. Also, report the model that performs best, and fine-tune the same model using one of the model fine-tuning techniques, and report the best possible combination of hyperparameters for the selected model. Lastly, use the selected model to make final predictions and report the values of various performance measures for the same.
filePath = '/cxldata/datasets/project/bikes.csv'
The dataset contains the following parameters:
1: Clear, Few clouds, Partly cloudy, Partly cloudy
2: Mist + Cloudy, Mist + Broken clouds, Mist + Few clouds, Mist
3: Light Snow, Light Rain + Thunderstorm + Scattered clouds, Light Rain + Scattered clouds
4: Heavy Rain + Ice Pallets + Thunderstorm + Mist, Snow + Fog
The "target" data set ('y') should have only one 'label' i.e. 'cnt'.
Acknowledgements
Cloudxlab is using this “Bike Sharing Demand” problem for its machine learning learners for learning and practicing. This dataset was provided by Hadi Fanaee Tork using data from Capital Bikeshare. We also thank the UCI machine learning repository for hosting the dataset.
Fanaee-T, Hadi, and Gama, Joao, Event labeling combining ensemble detectors and background knowledge, Progress in Artificial Intelligence (2013): pp. 1-15, Springer Berlin Heidelberg.
Taking you to the next topic in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...