Hi there 👋 I'm Dmitry 💻
For the last 7+ years, I have been successfully applying Machine Learning 🤖 to the Financial sector (traditional and blockchain) cases.
And I write about it on @FinArtAI channel in Telegram.
Pre-crisis Risk Management for Personal Finance
Deep Learning Server on Azure VM GPU instances
Shell
# Template for Data Science Project
## Main Principles
- **Reproducibility**:
WITH duplicates AS (
SELECT
*,
ROW_NUMBER() OVER (
PARTITION BY Id