Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you please provide the steps for running the project? #1

Open
jibanli opened this issue Oct 25, 2019 · 13 comments
Open

Could you please provide the steps for running the project? #1

jibanli opened this issue Oct 25, 2019 · 13 comments

Comments

@jibanli
Copy link

jibanli commented Oct 25, 2019

bigan

@Forcrush
Copy link
Owner

Sorry to reply so late, I didn't check this repo regularly. The main.py runs well in my console. I think maybe the version is the crux of ur problem. Python 3.6 or above should work.

@jibanli
Copy link
Author

jibanli commented Dec 30, 2019

Hi. Could you give me any example for using the model already trained to predict intrusion? I want to input some data to predict whether it's anomaly or not.

@Forcrush
Copy link
Owner

Forcrush commented Dec 30, 2019 via email

@jibanli
Copy link
Author

jibanli commented Dec 31, 2019

Sorry I didn't express clearly and I just started learning tensorflow.

For the data 'kddcup.data_10_percent_corrected', I want to input data like below

0,icmp,ecr_i,SF,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,511,0.00,0.00,0.00,0.00,1.00,0.00,0.00,255,255,1.00,0.00,1.00,0.00,0.00,0.00,0.00,0.00,smurf.(this is now in the kddcup.data_10_percent_corrected)

and use the model(# save training logs, weights, biases, etc.
def create_logdir(method, weight, rd):
return "bigan/train_logs/kdd/{}/{}/{}".format(weight, method, rd)
to predict whether its normal or smurf.

@jibanli
Copy link
Author

jibanli commented Dec 31, 2019

run_kdd

@jibanli
Copy link
Author

jibanli commented Dec 31, 2019

说中文???

@jibanli
Copy link
Author

jibanli commented Dec 31, 2019

像这样的 https://stackoverflow.com/questions/58833810/loading-the-cnn-model-and-predict-the-csv-file
想用GAN网络做预测。。。

@Forcrush
Copy link
Owner

Forcrush commented Dec 31, 2019 via email

@jibanli
Copy link
Author

jibanli commented Dec 31, 2019

谢谢好多字的回复。

@Forcrush
Copy link
Owner

Forcrush commented Dec 31, 2019 via email

@jibanli
Copy link
Author

jibanli commented Dec 31, 2019

头像哪里搞的呀?好看

@Forcrush
Copy link
Owner

Forcrush commented Dec 31, 2019 via email

@jibanli
Copy link
Author

jibanli commented Jan 1, 2020

没看火影。。。

我找到这个代码
https://github.com/SnowMasaya/Efficient_GAN-Based_Anomaly_Detection_Keras

你这个也可以用keras写吧?
keras模型预测简单

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants