Mutable vs Immutable Data Objects in Python
https://syedshahzaibali.medium.com/mutable-vs-immutable-data-objects-in-python-33ef51426302
https://syedshahzaibali.medium.com/mutable-vs-immutable-data-objects-in-python-33ef51426302
Medium
Mutable vs Immutable Data Objects in Python
In this short article, let's understand the basic difference between mutable and immutable data types in Python. “Mutable” comes from the…
Triggering Lambda function from SQS and store the message in S3 bucket with Terraform(IAC)
https://medium.com/@gauthier.kwatatshey/triggering-lambda-function-from-sqs-and-store-the-message-in-s3-bucket-with-terraform-iac-888aa4557ab4
https://medium.com/@gauthier.kwatatshey/triggering-lambda-function-from-sqs-and-store-the-message-in-s3-bucket-with-terraform-iac-888aa4557ab4
Medium
Triggering Lambda function from SQS and store the message in S3 bucket with Terraform(IAC)
Introduction
Transfer Learning for Image Classification — (3) Let’s Understand a Convolutional Neural Network…
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-3-lets-understand-a-convolutional-neural-network-256020c1d942
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-3-lets-understand-a-convolutional-neural-network-256020c1d942
Medium
Transfer Learning for Image Classification — (3) Let’s Understand a Convolutional Neural Network (CNN)
The meaning of Convolution
Transfer Learning for Image Classification — (1) All Start Here
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-1-all-start-here-8f88291b4d76
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-1-all-start-here-8f88291b4d76
Medium
Transfer Learning for Image Classification — (1) All Start Here
In this post I will explain what transfer learning is and why it is important. I will describe the wide applications of transfer learning…
Web Scraping In The Cloud Using Python and Selenium
https://medium.com/@jonathanraskauskas/web-scraping-in-the-cloud-using-python-and-selenium-9656124fe01d
https://medium.com/@jonathanraskauskas/web-scraping-in-the-cloud-using-python-and-selenium-9656124fe01d
Medium
Web Scraping In The Cloud Using Python and Selenium
Running your web scraping script in the cloud is vital if you need to run the script on a schedule. As a new developer, I resorted to…
Accessing Google Spreadsheet Data using Python
https://jayasekarablog.medium.com/accessing-google-spreadsheet-data-using-python-59a8052f8cb4
https://jayasekarablog.medium.com/accessing-google-spreadsheet-data-using-python-59a8052f8cb4
Medium
Accessing Google Spreadsheet Data using Python
As you all are familiar with importing, exporting and manipulating comma separate files (CSV) using Python, Hereby in this article I’m…
Transfer Learning for Image Classification — (7) Fine-tune the Transfer Learning Model
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-7-fine-tune-the-transfer-learning-model-79f369d7322c
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-7-fine-tune-the-transfer-learning-model-79f369d7322c
Medium
Transfer Learning for Image Classification — (7) Fine-tune the Transfer Learning Model
Practice makes perfect
Transfer Learning for Image Classification — (6) Build the Transfer Learning Model
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-6-build-the-transfer-learning-model-67d87999af4a
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-6-build-the-transfer-learning-model-67d87999af4a
Medium
Transfer Learning for Image Classification — (6) Build the Transfer Learning Model
We are ready to apply the transfer learning technique. In this chapter, I will show you how to get the core part from VGG-16 and build a new neural network framework. You will see the procedure to…
Transfer Learning for Image Classification — (5) Get Image Data, Ready, and Go
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-5-get-image-data-ready-and-go-554044a12e6d
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-5-get-image-data-ready-and-go-554044a12e6d
Medium
Transfer Learning for Image Classification — (5) Get Image Data, Ready, and Go
Image Classification with Keras
Introduction to linear algebra with python part 7
https://medium.com/@npava55/introduction-to-linear-algebra-with-python-part-7-97a26b1da2e
https://medium.com/@npava55/introduction-to-linear-algebra-with-python-part-7-97a26b1da2e
Medium
Introduction to linear algebra with python part 7
The part 7 contain the chapter 2.4
Transfer Learning for Image Classification — (4) Understand VGG-16 Layer-by-Layer
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-4-understand-vgg-16-layer-by-layer-8a17ab6da498
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-4-understand-vgg-16-layer-by-layer-8a17ab6da498
Medium
Transfer Learning for Image Classification — (4) Understand VGG-16 Layer-by-Layer
I assume some of you will ask me the basic steps, including which platform to train your model. Also, you will need to prepare labeled…
leetcode 2328. Number of Increasing Paths in a Grid(python)
https://juejin.cn/post/7129309179025555463
https://juejin.cn/post/7129309179025555463
juejin.cn
leetcode 2328. Number of Increasing Paths in a Grid(python) - 掘金
这是 Weekly Contest 300 的第四题,难度 Hard ,主要考查的是动态规划找不同的路径
leetcode 2327. Number of People Aware of a Secret (python)
https://juejin.cn/post/7129309067092164621
https://juejin.cn/post/7129309067092164621
juejin.cn
leetcode 2327. Number of People Aware of a Secret (python) - 掘金
这是 Weekly Contest 300 的第三题,难度 Medium ,主要考查的是对题目的理解和动态规划