Skip to content
View LexiKuma's full-sized avatar
Block or Report

Block or report LexiKuma

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

Pinned Loading

  1. The right way to run external proces... The right way to run external process in .NET (async version)
    1
    using System.Collections.Generic;
    2
    using System.Diagnostics;
    3
    using System.Text;
    4
    using System.Threading.Tasks;
    5
    
                  
  2. Time series prediction with multiple... Time series prediction with multiple sequences input - LSTM - 1
    1
    # Time Series Testing 
    2
    import keras.callbacks
    3
    from keras.models import Sequential  
    4
    from keras.layers.core import Dense, Activation, Dense, Dropout
    5
    from keras.layers.recurrent import LSTM
  3. antifraud antifraud Public

    Forked from AI4Risk/antifraud

    A repository for financial fraud detection

    Python

  4. BERT4ETH BERT4ETH Public

    Forked from git-disl/BERT4ETH

    BERT4ETH: A Pre-trained Transformer for Ethereum Fraud Detection (WWW23)

    Python