• このエントリーをはてなブックマークに追加
determine malware or not using RandomForest and 3 layer deep learning model
閉じる
閉じる

新しい記事を投稿しました。シェアして読者に伝えましょう

×

determine malware or not using RandomForest and 3 layer deep learning model

2021-11-10 21:08
    cfcd0ca2c1ba77627edfbddfb65a81ceb44741d1
    using scikit-learn to determine malware or not using Random Forest
    Random forests model is consists of 64 tree and input vector size is 20000 by hashing tricks
    also use keras to create deep learning model ( input 1024 vector, 2 internal layer consists of 512 and 64 ReLU node and sigmoid output ) to check malware.

    02b475c06a043720c6f365a37b6acb41b3041793
    コメントを書く
    コメントをするにはログインして下さい。