Imbalance Datasets in Machine Learning
https://medium.com/@akashmishra75/imbalance-datasets-in-machine-learning-2c90461f618d
https://medium.com/@akashmishra75/imbalance-datasets-in-machine-learning-2c90461f618d
Medium
Imbalance Datasets in Machine Learning
Introduction
Advanced Regular Expressions in Python
https://medium.com/@simonov.yevgeniy/regular-expressions-in-python-c2b4b93d2221
https://medium.com/@simonov.yevgeniy/regular-expressions-in-python-c2b4b93d2221
Medium
Advanced Regular Expressions in Python
Regular expressions is one of the most useful skills when it comes to string processing. There are many use cases of regular expressions…
Logistic Regression ,the Sigmoid Function and its Application!
https://medium.com/@adityadhanrajsingh05032001/logistic-regression-the-sigmoid-function-and-its-application-73991f236a8e
https://medium.com/@adityadhanrajsingh05032001/logistic-regression-the-sigmoid-function-and-its-application-73991f236a8e
Medium
Logistic Regression ,the Sigmoid Function and its Application!
Hey guys!
Properties and Class Methods(Part 1)
https://medium.com/@navneet.arya1994/properties-and-class-methods-part-1-5f84d143449d
https://medium.com/@navneet.arya1994/properties-and-class-methods-part-1-5f84d143449d
Medium
Properties and Class Methods(Part 1)
Welcome! to this story, we’ll use some of the approaches from the Closure and decorators and other stories to improve the design of our…
Snowflake Wants to Make Infrastructure Obsolete
https://medium.com/@rhelenius/snowflake-wants-to-make-infrastructure-obsolete-d63933c236ae
https://medium.com/@rhelenius/snowflake-wants-to-make-infrastructure-obsolete-d63933c236ae
Medium
Snowflake Wants to Make Infrastructure Obsolete
I attended the Snowflake Summit conference this week with thousands of other data professionals who are looking to see the latest trends in…
Save your Pandas DataFrame ~50x Faster with Parquet
https://medium.com/@leezhixiong98/save-your-pandas-dataframe-50x-faster-with-parquet-891baf0fbeac
https://medium.com/@leezhixiong98/save-your-pandas-dataframe-50x-faster-with-parquet-891baf0fbeac
Medium
Save your Pandas DataFrame ~50x Faster with Parquet
Pandas is good for dealing with tabular data, and the most common file type is a csv file. However, when the data size goes up, dealing…
Как легко и надежно реализовать модульные тесты на Python
https://medium.com/nuances-of-programming/%D0%BA%D0%B0%D0%BA-%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE-%D0%B8-%D0%BD%D0%B0%D0%B4%D0%B5%D0%B6%D0%BD%D0%BE-%D1%80%D0%B5%D0%B0%D0%BB%D0%B8%D0%B7%D0%BE%D0%B2%D0%B0%D1%82%D1%8C-%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5-%D1%82%D0%B5%D1%81%D1%82%D1%8B-%D0%BD%D0%B0-python-9197c643d571
https://medium.com/nuances-of-programming/%D0%BA%D0%B0%D0%BA-%D0%BB%D0%B5%D0%B3%D0%BA%D0%BE-%D0%B8-%D0%BD%D0%B0%D0%B4%D0%B5%D0%B6%D0%BD%D0%BE-%D1%80%D0%B5%D0%B0%D0%BB%D0%B8%D0%B7%D0%BE%D0%B2%D0%B0%D1%82%D1%8C-%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5-%D1%82%D0%B5%D1%81%D1%82%D1%8B-%D0%BD%D0%B0-python-9197c643d571
Medium
Как легко и надежно реализовать модульные тесты на Python
Что такое тесты
AdaBoost vs. Gradient boosting (Classification) in Python
https://medium.com/@24littledino/adaboost-vs-gradient-boosting-classification-in-python-bc6d1624fe65
https://medium.com/@24littledino/adaboost-vs-gradient-boosting-classification-in-python-bc6d1624fe65
Medium
AdaBoost vs. Gradient boosting (Classification) in Python
Introduction
Functions that I wish existed in Python/Tensorflow/Sci-kit
https://medium.com/@j622amilah/functions-that-i-wish-existed-in-python-tensorflow-sci-kit-e6d1bcda5a03
https://medium.com/@j622amilah/functions-that-i-wish-existed-in-python-tensorflow-sci-kit-e6d1bcda5a03
Medium
Functions that I wish existed in Python/Tensorflow/Sci-kit
After doing a lot of data manipulation, I have learned to make utility functions for process that repeat. Some of the processes that often…
10 Free Resources To Learn Anything in 2022
https://medium.com/@syedfazil539/10-free-resources-to-learn-anything-in-2022-7b15d979d24b
https://medium.com/@syedfazil539/10-free-resources-to-learn-anything-in-2022-7b15d979d24b
Medium
10 Free Resources To Learn Anything in 2022
There are a huge number of websites on the internet where you can learn practically anything for free. Here are some of the best websites…
Get an offer letter from TCS and Infosys
https://medium.com/@apurva10/get-an-offer-letter-from-tcs-and-infosys-846f2d0f3382
https://medium.com/@apurva10/get-an-offer-letter-from-tcs-and-infosys-846f2d0f3382
Medium
Get an offer letter from TCS and Infosys
I am working as a systems engineer and here I am sharing steps to get into TCS and Infosys. I have got an offer letter during the Corona…
Solving problems with simple yet powerful abstractions in Python, Part 3
https://journal.artfuldev.com/solving-problems-with-simple-yet-powerful-abstractions-in-python-part-3-daced11c0363
https://journal.artfuldev.com/solving-problems-with-simple-yet-powerful-abstractions-in-python-part-3-daced11c0363
Medium
Solving problems with simple yet powerful abstractions in Python, Part 3
Earlier, we added a few abstractions to brute-force search. Now, we add yet another abstraction and unlock a wide range of possibilities.
Random walks (1D, 2D and 3D) with python
https://medium.com/@bergioshopping/random-walks-1d-2d-and-3d-with-python-3562f9b726d1
https://medium.com/@bergioshopping/random-walks-1d-2d-and-3d-with-python-3562f9b726d1
Medium
Random walks (1D, 2D and 3D) with python
A random walk is the process by which randomly-moving objects wander away from where they started. An elementary example of a random walk…
Best way to process texts with Python
https://medium.com/@jdgb.projects/best-way-to-process-texts-with-python-66c88506014c
https://medium.com/@jdgb.projects/best-way-to-process-texts-with-python-66c88506014c
Medium
Best way to process texts with Python
In another story I wrote, I explained how to learn a language by studying the most frequent words found in texts, using Python. On that…
Python Flask ElasticSearch — indexer python command
https://medium.com/@demianchuk.sergii/python-flask-elasticsearch-indexer-python-command-9e725e5b1f61
https://medium.com/@demianchuk.sergii/python-flask-elasticsearch-indexer-python-command-9e725e5b1f61
Medium
Python Flask ElasticSearch — indexer python command
Hi, and welcome to the 6th article devoted to the theme: “How to work with ElasticSearch, Python and Flask”. Previous article (Part 5…
Miksus/red-engine:Python的调度库
https://www.jdon.com/61367#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.jdon.com/61367#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Jdon
Miksus/red-engine:Python的调度库
Red Engine 是 Python 应用程序的现代调度框架。它简单、干净、广泛。它是让你的 Python 程序活跃起来的引擎。 该库在表面上是最小的,但在下面是广泛且可定制的。语法非常干净: from redengine import RedEngine
a..
a..
Over-Engineered Python Code to Simple Julia Code
https://erik-engheim.medium.com/over-engineered-python-code-to-simple-julia-code-c381290d2b1f
https://erik-engheim.medium.com/over-engineered-python-code-to-simple-julia-code-c381290d2b1f
Medium
Over-Engineered Python Code to Simple Julia Code
Solving a simple coding problem in Python and Julia