What Is Python Pip: The Package Installer For Python
https://medium.com/@theclickreader/what-is-python-pip-the-package-installer-for-python-1561cd5e5699
https://medium.com/@theclickreader/what-is-python-pip-the-package-installer-for-python-1561cd5e5699
Medium
What Is Python Pip: The Package Installer For Python
pip is the standard package manager for Python that is used for installing libraries and packages that are not available in the Python…
Data-Science Series(Part-3)- Data Pre-processing with Data reduction techniques in python
https://meetsuvariya.medium.com/data-science-series-part-3-data-pre-processing-with-data-reduction-techniques-in-python-9bae4393f63e
https://meetsuvariya.medium.com/data-science-series-part-3-data-pre-processing-with-data-reduction-techniques-in-python-9bae4393f63e
Medium
Data-Science Series(Part-3)- Data Pre-processing with Data reduction techniques in python
In this post, we’ll look at what data reduction is and the many sorts of data reduction strategies.
How to secure your Python software supply chain
https://medium.com/artefact-engineering-and-data-science/how-to-secure-your-python-software-supply-chain-81490f6e4ff9
https://medium.com/artefact-engineering-and-data-science/how-to-secure-your-python-software-supply-chain-81490f6e4ff9
Medium
How to secure your Python software supply chain
A guide to being aware of the risks you are exposed to and a few tips to protect against them
Python筆記(10): Multi-Thread 多執行緒
https://jianjiesun.medium.com/python%E7%AD%86%E8%A8%98-10-multi-thread-%E5%A4%9A%E5%9F%B7%E8%A1%8C%E7%B7%92-7eb54c6f59ed
https://jianjiesun.medium.com/python%E7%AD%86%E8%A8%98-10-multi-thread-%E5%A4%9A%E5%9F%B7%E8%A1%8C%E7%B7%92-7eb54c6f59ed
Medium
Python筆記(10): Multi-Thread 多執行緒
現在所使用的CPU通常具有多核多執行緒的功能,而執行程式通常只會使用到一顆核心,但想要充分的發揮多核心硬體的運算能力,就需要使用多執行緒(Multi-Threading)或多行程 (Mult-Processing)等的平行運算技術
Neural Networks-Part(4): Gradient Descent
https://medium.com/@aamir199811/neural-networks-part-4-gradient-descent-i-8242e41783d
https://medium.com/@aamir199811/neural-networks-part-4-gradient-descent-i-8242e41783d
Medium
Neural Networks-Part(4): Gradient Descent
1. Introduction
YOLOv4 custom object detection with TensorFlow 2
https://rokasbalsys.medium.com/yolov4-custom-object-detection-with-tensorflow-2-bfb77b81dc9a
https://rokasbalsys.medium.com/yolov4-custom-object-detection-with-tensorflow-2-bfb77b81dc9a
Medium
YOLOv4 custom object detection with TensorFlow 2
To be a state-of-the-art model, YOLOv4 needs to be at the leading edge of deep learning. YOLOv4 authors have worked on techniques to improve the accuracy of the model while training and in…
How To Send Email In A Django Application
https://ridwanray.medium.com/how-to-send-email-in-a-django-application-b07faa3617ea
https://ridwanray.medium.com/how-to-send-email-in-a-django-application-b07faa3617ea
Medium
How To Send Email In A Django Application
At some points, most web applications need to send out mails to their users to improve interaction with clients. It could be an automated…
Python OR-Tools ile Sezonluk Envanter Planlama
https://alpersinbalc.medium.com/python-or-tools-ile-sezonluk-envanter-planlama-79b4c27bcf1e
https://alpersinbalc.medium.com/python-or-tools-ile-sezonluk-envanter-planlama-79b4c27bcf1e
Medium
Python OR-Tools ile Sezonluk Envanter Planlama
Neden Mevsimlik Envanter Var?
Manufacturing data analytics with Python: A hands-on example
https://towardsdatascience.com/manufacturing-data-analytics-with-python-a-hands-on-example-6de8817a24dc
https://towardsdatascience.com/manufacturing-data-analytics-with-python-a-hands-on-example-6de8817a24dc
Medium
Manufacturing data analytics with Python: A hands-on example
We show how we can handle a typical manufacturing data analytics problem of machine/tester drift and benchmark using Python tools.
6 ways to find number of lines from a CSV file in Python
https://medium.com/data-engineering-ramstkp/6-ways-to-find-number-of-lines-from-a-csv-file-in-python-b22eb63f7f7c
https://medium.com/data-engineering-ramstkp/6-ways-to-find-number-of-lines-from-a-csv-file-in-python-b22eb63f7f7c
Medium
6 ways to find number of lines from a CSV file in Python
There are multiple ways one can find number of records from CSV file using Python. This article describes 6 different ways and explores the…
Assessing Machine Learning Model Accuracy in the Regression Setting
https://towardsdatascience.com/machine-learning-accuracy-regression-59f72c36eeb4
https://towardsdatascience.com/machine-learning-accuracy-regression-59f72c36eeb4
Medium
Assessing Machine Learning Model Accuracy in the Regression Setting
Discussing how to evaluate Machine Learning model performance in the regression setting
预备知识-python核心用法常用数据分析库(上) - lmandcc
http://www.cnblogs.com/lmandcc/p/15478024.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/lmandcc/p/15478024.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
预备知识-python核心用法常用数据分析库(上) - lmandcc - 博客园
1、预备知识-python核心用法常用数据分析库(上) 概述 Python 是当今世界最热门的编程语言,而它最大的应用领域之一就是数据分析。在python众多数据分析工具中,pandas是python