Category: Neural Networks/Deep Learning

  • Serverless Deep Learning – AWS

    Serverless Deep Learning – AWS

    What will be covered in this post: This week we will create a clothes classification service in the cloud to identify images we upload and send. We will use AWS Lambda to serve our model. We can upload an image and send the URL to Lambda, which returns our predicted class. We will use our…

  • Neural networks and deep learning

    Neural networks and deep learning

    8. Neural Networks and Deep Learning 8. Neural networks and deep learning¶ This week, we’ll learn about neural nets and build a model for classifying images of clothes 8.1 Fashion classification 8.1b Setting up the Environment on Saturn Cloud 8.2 TensorFlow and Keras 8.3 Pre-trained convolutional neural networks 8.4 Convolutional neural networks 8.5 Transfer learning…