Tag: ML

  • Data for Machine Learning

    Data for Machine Learning

    Movie https://assetscdn.teachonetofish.net/files/movie.csv

  • SageMaker demo3 house sale

    House Sales in King County, USA We will use the dataset from kaggle for this lab. Please download it from the link. This dataset contains house sale prices for King County, which includes Seattle. It includes homes sold between May 2014 and May 2015. It’s a great dataset for evaluating simple regression models. Run: Output: Prepare the data…

  • SAGEMAKER DEMO 1 – Fixed Deposit

    SAGEMAKER DEMO 1 – Fixed Deposit As a sales manager in a bank, you are asked to increase the bank revenue by finding customer to do fixed deposit. Instead of cold call each client, can we use Machine Learning to find the potential customers? Step 1: Create an Amazon SageMaker notebook instance Firstly, you create…

  • Free Data source for Machine Learning

    Free Data source for Machine Learning

    Computer Vision Fashion MNIST Fashion-MNIST is a dataset of Zalando’s article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28×28 grayscale image, associated with a label from 10 classes. https://github.com/zalandoresearch/fashion-mnist FREE Datasets TensorFlow Datasets TensorFlow Datasets is a collection of datasets ready to use.…