All Projects → poteman → Alibaba 3rd Security Algorithm Challenge

poteman / Alibaba 3rd Security Algorithm Challenge

第三届阿里云安全算法挑战赛冠军代码

Projects that are alternatives of or similar to Alibaba 3rd Security Algorithm Challenge

Python For Signal Processing
Notebooks for "Python for Signal Processing" book
Stars: ✭ 1,296 (+1324.18%)
Mutual labels:  jupyter-notebook
Courses
Python courses for the scientific researcher
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
H2o Tutorials
Tutorials and training material for the H2O Machine Learning Platform
Stars: ✭ 1,305 (+1334.07%)
Mutual labels:  jupyter-notebook
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Allenai
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Dsrl
Dual Super-Resolution Learning for Semantic Segmentation
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Starcraft2 Replay Analysis
A jupyter notebook that provides analysis for StarCraft 2 replays
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Tweet Stance Prediction
Applying NLP transfer learning techniques to predict Tweet stance
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Nbinclude.jl
import code from IJulia Jupyter notebooks into Julia programs
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Benchmarking Gnns
Repository for benchmarking graph neural networks
Stars: ✭ 1,297 (+1325.27%)
Mutual labels:  jupyter-notebook
Kafka Sparkstreaming Cassandra
Docker container for Kafka - Spark Streaming - Cassandra
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Deep Learning Tutorial Pydata
Deep learning tutorial for PyData
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Fast Scnn
Implementation of Fast-SCNN using Tensorflow 2.0
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Kaggle House Prices Advanced Regression Techniques
Udacity capstone project: Kaggle competition on house prices prediction using advanced regression techniques
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Python3 Cookbook
《Python Cookbook》 3rd Edition Translation
Stars: ✭ 9,689 (+10547.25%)
Mutual labels:  jupyter-notebook
Beauty.torch
Understanding facial beauty with deep learning.
Stars: ✭ 90 (-1.1%)
Mutual labels:  jupyter-notebook
Encoder4editing
Official implementation of "Desinging an Encoder for StyleGAN Image Manipulation" https://arxiv.org/abs/2102.02766
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook
Pix2face
3D human face estimation and rendering from a single image
Stars: ✭ 89 (-2.2%)
Mutual labels:  jupyter-notebook
Plotly.py
The interactive graphing library for Python (includes Plotly Express) ✨
Stars: ✭ 10,701 (+11659.34%)
Mutual labels:  jupyter-notebook
Autoencoder classifier
Autoencoder model for rare event classification
Stars: ✭ 91 (+0%)
Mutual labels:  jupyter-notebook

第三届阿里云安全算法挑战赛冠军代码

比赛链接

ppt: 上地西二旗人民.pptx

代码按照以下运行顺序

  • main_train.ipynb:生成train数据集特征
  • main_test.ipynb:生成test数据集特征
  • gene_npy.ipynb:将特征数据转换为npy文件
  • lgb_meta_features.ipynb:生成lgb元特征
  • CNN_metafeature.ipynb:生成cnn元特征
  • CNN_metafeature_dilated.ipynb:生成cnn_dilated元特征
  • pickle_pre.ipynb:解决py2和py3中.pkl文件不兼容的问题
  • submit.ipynb:stacking生成最终结果
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].