Creating Bitcoin trading bot that could beat the market #3
https://rokasbalsys.medium.com/creating-bitcoin-trading-bot-that-could-beat-the-market-3-c14e81e8921a
https://rokasbalsys.medium.com/creating-bitcoin-trading-bot-that-could-beat-the-market-3-c14e81e8921a
Medium
Creating Bitcoin trading bot that could beat the market #3
In this tutorial, we will continue developing a Bitcoin trading bot, but this time instead of making trades randomly, we’ll use the power of reinforcement learning. The purpose of the previous and…
Understanding Surrogate Models and Their Benefits in Data Science
https://towardsdatascience.com/understanding-surrogate-models-and-their-benefits-in-data-science-5cdc81a0509a
https://towardsdatascience.com/understanding-surrogate-models-and-their-benefits-in-data-science-5cdc81a0509a
Medium
Understanding Surrogate Models and Their Benefits in Data Science
Some models used by R&D, inherited from fundamental theories, might be hard to manipulate or transfer. This real-life example (with code)…
Pyjion – A Python JIT Compiler
https://www.trypyjion.com/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://www.trypyjion.com/#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
How to Carry Out Data Analysis with 5 Lines of Code
https://python.plainenglish.io/data-analysis-with-just-5-lines-of-code-2b5789a56f4f
https://python.plainenglish.io/data-analysis-with-just-5-lines-of-code-2b5789a56f4f
Medium
How to Carry Out Data Analysis with 5 Lines of Code
A guide to using pandas profiling for data analysis.
Distribution-based loss functions for deep learning models
https://andrea-ci.medium.com/distribution-based-loss-functions-for-deep-learning-models-71fa4b042465
https://andrea-ci.medium.com/distribution-based-loss-functions-for-deep-learning-models-71fa4b042465
Medium
Distribution-based loss functions for deep learning models
An overview on cross-entropy and its variants for measuring classification losses, with a case study on highly unbalanced datasets
Serverless framework — a practical guide with python
https://joshuajordancallis.medium.com/serverless-framework-a-practical-guide-with-python-4f17d4dd97b1
https://joshuajordancallis.medium.com/serverless-framework-a-practical-guide-with-python-4f17d4dd97b1
Medium
Serverless framework — a practical guide with python
Been curious about the Serveless framework? and it’s various offerings and wondering where to start and wanting a useful real world…
Why Python is so Popular for a New Business?
https://medium.com/@fireartstudio/why-python-is-so-popular-for-a-new-business-db18561096af
https://medium.com/@fireartstudio/why-python-is-so-popular-for-a-new-business-db18561096af
Medium
Why Python is so Popular for a New Business?
Recently the Python programming language has been noticed to become the third most popular in the TIOBE index and the first in PYPL. Why is…
How to Create a Bitcoin Trading Bot to Beat the Market
https://python.plainenglish.io/creating-bitcoin-trading-bot-that-could-beat-the-market-3-c14e81e8921a
https://python.plainenglish.io/creating-bitcoin-trading-bot-that-could-beat-the-market-3-c14e81e8921a
Medium
How to Create a Bitcoin Trading Bot to Beat the Market
Bitcoin Trading Bot Part 3: A tutorial for developing a Bitcoin trading bot using reinforcement learning.
Python Excel工具类封装, 给excel表头搞点颜色 - 米洛丶
http://www.cnblogs.com/we8fans/p/15530468.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/we8fans/p/15530468.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python Excel工具类封装, 给excel表头搞点颜色 - 米洛丶 - 博客园
封装Excel工具类 我们常用的excel工具类,读有xlrd,写有xlwt。有读有写,新一代库有pandas,openpyxl等等。 大家用法都差不多,今天博主就介绍新手最爱,我也爱的xlrd和xl