CharCnn_Keras icon indicating copy to clipboard operation
CharCnn_Keras copied to clipboard

The implementation of text classification using character level convoultion neural networks using Keras

Results 13 CharCnn_Keras issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.1.18 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.5.1 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.9999999 to 0.999999999. Changelog Sourced from html5lib's changelog. Commits 6a73efa Yes, another release, already. :( e0dc25f Fix attribute order to the treebuilder to be document order a3b8252...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Shouldn't c = s[i-1] **not** c = s[-i]? -i is the negative of i, not the index you want.

Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.4 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...

dependencies

Amazing code! Could you please add a LICENSE file (preferably MIT) so that I can use part of your code for a project of mine? I will not forget to...

Hello I am a student interested in cnn. I'd like to run with another datasets on this paper. However,when the ag_news was calculated using gpu titan x. It took a...

How to pass the learning rate for these model ? I tried to update the config.json and 1st try - passed the learning rate before compile the model. 2nd try...

hello, at first, thank for your contribution and nice work I got a problem about model prediction, just trained model with 10 epochs, after training model, when I used model.predict...