GithubHelp home page GithubHelp logo

captcha-breaking's People

Contributors

lllcho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

captcha-breaking's Issues

issue

TypeError: Layer can receive at most 3 positional arguments.这个应该怎么改呢,谢谢

训练模型源码

恳请大虾能够共享训练模型源码。
在下 默默搜了2天资料,终于搜索到了大虾的源码,深感震惊!(本人计算机专业,对这些一无所知,本以为只是一些简单处理),同时也庆幸有了希望。无奈,没有基础,自己学习了7天还是没能写出训练模型 的代码。希望大虾帮帮忙...将源码发布或发送到[email protected]
临表涕零!感激不尽!

想询问参考书籍

你好 如果是完全新手 想学会用keras
有什麽机器学习的书或是网络资源能参考的吗

请教下全连接层输出的结果是怎么计算的。

model = Sequential()
model.add(Convolution2D(32, 1, 4, 4, border_mode='full', activation='relu'))
model.add(Convolution2D(32, 32, 4, 4, activation='relu'))
model.add(MaxPooling2D(poolsize=(3, 3)))
model.add(Dropout(0.25))
model.add(Convolution2D(64, 32, 4, 4, border_mode='full', activation='relu'))
model.add(Convolution2D(64, 64, 4, 4, activation='relu'))
model.add(MaxPooling2D(poolsize=(2, 2)))
model.add(Dropout(0.25))
model.add(Flatten())
model.add(Dense(64 * 5 * 5, 512, activation='relu'))
model.add(Dropout(0.5))
model.add(Dense(512, nb_class, activation='softmax'))
model.load_weights(model_path)

model.compile(loss='categorical_crossentropy', optimizer='adagrad')

请教下上面的model.add(Dense(64 * 5 * 5, 512, activation='relu'))中的5*5是怎么计算出来的。小白,先谢过

Encounter errors when running test_type1.py

I have configured the environment as the instruction told, but still encountered the following error which I am unable to fix.

Traceback (most recent call last):
  File "./test_type1.py", line 35, in <module>
    model_ch.compile(loss='categorical_crossentropy', optimizer='adagrad')
  File "build/bdist.linux-x86_64/egg/keras/models.py", line 351, in compile
  File "build/bdist.linux-x86_64/egg/keras/layers/containers.py", line 53, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 388, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 228, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 388, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 309, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 228, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/convolutional.py", line 209, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/convolutional.py", line 168, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/convolutional.py", line 168, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 228, in get_output
  File "build/bdist.linux-x86_64/egg/keras/layers/core.py", line 32, in get_input
  File "build/bdist.linux-x86_64/egg/keras/layers/convolutional.py", line 210, in get_output
AttributeError: 'module' object has no attribute 'downsample'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.