How to use a pre-trained deep learning model
https://medium.com/@hjain5164/how-to-use-a-pre-trained-deep-learning-model-47d80a540682
https://medium.com/@hjain5164/how-to-use-a-pre-trained-deep-learning-model-47d80a540682
Medium
How to use a pre-trained deep learning model
In this article, we will use a pre-trained model for image classification. This strategy is just one of the three strategies mentioned in…
Building a Schema Inference Data Pipeline for Large CSV files
https://itnext.io/building-a-schema-inference-data-pipeline-for-large-csv-files-7a45d41ad4df
https://itnext.io/building-a-schema-inference-data-pipeline-for-large-csv-files-7a45d41ad4df
Medium
Building a Schema Inference Data Pipeline for Large CSV files
A parallel implementation with python
What is transfer learning and why is it needed?
https://medium.com/@hjain5164/what-is-transfer-learning-and-why-is-it-needed-df06d80d38d5
https://medium.com/@hjain5164/what-is-transfer-learning-and-why-is-it-needed-df06d80d38d5
Medium
What is transfer learning and why is it needed?
In this article, we will be discussing a state-of-the-art technique for building complex deep learning models using pre-trained models.
Python 中生成器的原理 - zikcheng
https://www.cnblogs.com/zikcheng/p/16462284.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.cnblogs.com/zikcheng/p/16462284.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python 中生成器的原理 - zikcheng - 博客园
生成器的使用 在 Python 中,如果一个函数定义的内部使用了 yield 关键字,那么在执行函数的时候返回的是一个生成器,而不是常规函数的返回值。 我们先来看一个常规函数的定义,下面的函数 f()
Plotting Network Using Python: NetworkX Library
https://medium.com/@sourov.roy/plotting-network-using-python-networkx-library-491d495504e7
https://medium.com/@sourov.roy/plotting-network-using-python-networkx-library-491d495504e7
Medium
Plotting Network Using Python: NetworkX Library
NetworkX is a Python library for studying graphs and networks. It is suitable for operation on large-scale real-world graphs. It is a very…
5 Data Science Libraries for all Python Data Scientists
https://medium.com/codex/5-data-science-libraries-for-all-python-data-scientists-e5a2388cf96f
https://medium.com/codex/5-data-science-libraries-for-all-python-data-scientists-e5a2388cf96f
Medium
5 Data Science Libraries for all Python Data Scientists
Become the best of the best by learning from these libraries
Selection of Functional Groups for Chemical Nerve Toxic Agents — Novichok
https://sharifsuliman1.medium.com/selection-of-functional-groups-for-chemical-nerve-toxic-agents-novichok-ab1c5a47b918
https://sharifsuliman1.medium.com/selection-of-functional-groups-for-chemical-nerve-toxic-agents-novichok-ab1c5a47b918
Medium
Selection of Functional Groups for Chemical Nerve Toxic Agents — Novichok
I was curious about what functional groups are utilized in war, so I wrote them into GlobalChem.
Scraping Glassdoor using Selenium and Python 2022
https://medium.com/@benjaminrohan010/scraping-glassdoor-using-selenium-and-python-2022-bd0065775aec
https://medium.com/@benjaminrohan010/scraping-glassdoor-using-selenium-and-python-2022-bd0065775aec
Medium
Scraping Glassdoor using Selenium and Python 2022
I created a small Python program to scrape job data from Glassdoor for an analytics project I was working on. Not only is glassdoor.com…
YOLO and COCO object recognition basics in Python
https://medium.com/@mikolaj.buchwald/yolo-and-coco-object-recognition-basics-in-python-65d06f42a6f8
https://medium.com/@mikolaj.buchwald/yolo-and-coco-object-recognition-basics-in-python-65d06f42a6f8
Medium
YOLO and COCO object recognition basics in Python
This tutorial is an adaptation of the example explained in the official OpenCV YOLO documentation. The reason for creating this Notebook is…
How to scrape film screenplays using Python and Beautiful Soup
https://medium.com/@mikeyo4800/how-to-scrape-film-screenplays-using-python-and-beautiful-soup-f4c48798f8bf
https://medium.com/@mikeyo4800/how-to-scrape-film-screenplays-using-python-and-beautiful-soup-f4c48798f8bf
Medium
How to scrape film screenplays using Python and Beautiful Soup
In this 6-part series, I’ll explain my process of using Natural Language Processing and Machine Learning to classify the genres of…
The Zen of grinding LeetCode problems: Day 34–Increasing Array
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-34-increasing-array-f8e25a8b6564
https://medium.com/@mateidanut/the-zen-of-grinding-leetcode-problems-day-34-increasing-array-f8e25a8b6564
Medium
The Zen of grinding LeetCode problems: Day 34–Increasing Array
A slower day
Making Pretty Weekly Meal Menus with Promail and Python
https://medium.com/@antoinewood/making-pretty-weekly-meal-menus-with-promail-and-python-224c2297fbd5
https://medium.com/@antoinewood/making-pretty-weekly-meal-menus-with-promail-and-python-224c2297fbd5
Medium
Making Pretty Weekly Meal Menus with Promail and Python
Promail is a library for extending the functionality of your email with your own python code. It’s sister library Promail Template is a…