Skip to content
View codez0mb1e's full-sized avatar
🌏
🌏

Highlights

  • Pro

Organizations

@msmvps
Block or Report

Block or report codez0mb1e

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codez0mb1e/README.md

Hi there 👋 I'm Dmitry 💻

I'm a Technology Consultant, Data Scientist 🔮, and Speaker!

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.

⚓️ Keep in Touch

:octocat: GitHub Statistics
languages graph stats graph

Pinned

  1. FinArt.AI FinArt.AI Public

    A curated list of AI cases in Finance, financial data sets, and research papers.

    30 7

  2. BinanceBot BinanceBot Public

    Market Maker Bot for Binance

    C# 121 36

  3. resistance resistance Public

    Pre-crisis Risk Management for Personal Finance

    Jupyter Notebook 607 42

  4. cloud-deep-learning-server cloud-deep-learning-server Public

    Deep Learning Server on Azure VM GPU instances

    Shell

  5. Data Science Project: Template Data Science Project: Template
    1
    ### Template for Data Science Project 
    2
    
                  
    3
    #### Repository Structure
    4
    
                  
    5
    Directories:
  6. Delete duplicates from table Delete duplicates from table
    1
    WITH duplicates AS (
    2
      SELECT
    3
        *,
    4
        ROW_NUMBER() OVER (
    5
          PARTITION BY Id