Upload files
This commit is contained in:
4828
CaptchaNTUT.ipynb
Normal file
4828
CaptchaNTUT.ipynb
Normal file
File diff suppressed because one or more lines are too long
@@ -1,3 +1,7 @@
|
|||||||
# CaptchaNTUT
|
# CaptchaNTUT
|
||||||
|
|
||||||
訓練一卷積神經網路(Convolutional neural network, CNN)模型來辨識北科校園入口網站的登入驗證碼。
|
訓練一卷積神經網路(Convolutional neural network, CNN)模型來辨識北科校園入口網站的登入驗證碼。
|
||||||
|
|
||||||
|
## dataset
|
||||||
|
|
||||||
|
[下載連結](https://drive.google.com/drive/folders/1K-kD0HzUFIi3EHVUsZWhsZ7muLvMSw6r)
|
||||||
BIN
models/model-20190606031341-ori-60.h5
Normal file
BIN
models/model-20190606031341-ori-60.h5
Normal file
Binary file not shown.
BIN
models/model-20190606032458-ori-80.h5
Normal file
BIN
models/model-20190606032458-ori-80.h5
Normal file
Binary file not shown.
BIN
models/model-20190606033519-ori-100.h5
Normal file
BIN
models/model-20190606033519-ori-100.h5
Normal file
Binary file not shown.
BIN
models/model-20190606043108-bin-60.h5
Normal file
BIN
models/model-20190606043108-bin-60.h5
Normal file
Binary file not shown.
BIN
models/model-20190606044917-bin-80.h5
Normal file
BIN
models/model-20190606044917-bin-80.h5
Normal file
Binary file not shown.
BIN
models/model-20190606050044-bin-100.h5
Normal file
BIN
models/model-20190606050044-bin-100.h5
Normal file
Binary file not shown.
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
tensorflow-gpu
|
||||||
|
keras
|
||||||
|
pandas
|
||||||
|
jupyter
|
||||||
|
matplotlib
|
||||||
Reference in New Issue
Block a user