diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml new file mode 100644 index 0000000..b35d82b --- /dev/null +++ b/.github/workflows/gh-pages-deploy.yml @@ -0,0 +1,31 @@ +name: GitHub Pages + +on: + push: + branches: [master] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Use Node.js 16.x + uses: actions/setup-node@v1 + with: + node-version: "16.x" + + - name: Build + env: + LCJS_LICENSE: ${{ secrets.LCJS_DEPLOY_LICENSE }} + run: | + npm install + npm run build + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist + publish_branch: gh-pages diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4175924 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules +dist + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f9b2960 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 LightningChart Ltd. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4ce842 --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +# Heavy Data Set Parallel Coordinate Chart + +![Heavy Data Set Parallel Coordinate Chart](parallelCoordChartHeavyDataSet-darkGold.png) + +This demo application belongs to the set of examples for LightningChart JS, data visualization library for JavaScript. + +LightningChart JS is entirely GPU accelerated and performance optimized charting library for presenting massive amounts of data. It offers an easy way of creating sophisticated and interactive charts and adding them to your website or web application. + +The demo can be used as an example or a seed project. Local execution requires the following steps: + +- Make sure that relevant version of [Node.js](https://nodejs.org/en/download/) is installed +- Open the project folder in a terminal: + + npm install # fetches dependencies + npm start # builds an application and starts the development server + +- The application is available at _http://localhost:8080_ in your browser, webpack-dev-server provides hot reload functionality. + + +## Description + +Example of displaying a large data set with Parallel coordinate chart. + +This example shows in practice how to apply the most common performance optimization configurations for applications on the heavier side. + +The example context is displaying data from Machine Learning training. + +## API Links + + + +## Support + +If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example. + +Official [API documentation][1] can be found on [LightningChart][2] website. + +If the docs and other materials do not solve your problem as well as implementation help is needed, ask on [StackOverflow][3] (tagged lightningchart). + +If you think you found a bug in the LightningChart JavaScript library, please contact sales@lightningchart.com. + +Direct developer email support can be purchased through a [Support Plan][4] or by contacting sales@lightningchart.com. + +[0]: https://github.com/Arction/ +[1]: https://lightningchart.com/lightningchart-js-api-documentation/ +[2]: https://lightningchart.com +[3]: https://stackoverflow.com/questions/tagged/lightningchart +[4]: https://lightningchart.com/support-services/ + +© LightningChart Ltd 2009-2022. All rights reserved. + + + diff --git a/assets/network-training-data.json b/assets/network-training-data.json new file mode 100644 index 0000000..cabfd7a --- /dev/null +++ b/assets/network-training-data.json @@ -0,0 +1,30002 @@ +[ + { + "test_rec": 0.589583239546671, + "test_prec": 0.6665180812772978, + "test_acc": 0.7798634048151065, + "test_loss": 0.47147460298676297, + "train_loss": 0.017030546608515187, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 0 + }, + { + "test_rec": 0.6550856065112882, + "test_prec": 0.8005848456954168, + "test_acc": 0.7365107587098224, + "test_loss": 1.1235830636778628, + "train_loss": 0.4301282378280838, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1 + }, + { + "test_rec": 0.5862666985261585, + "test_prec": 0.8329123127067952, + "test_acc": 0.7228236241643979, + "test_loss": 0.4965114597095634, + "train_loss": 0.3229243432189887, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 2 + }, + { + "test_rec": 0.6747473805452795, + "test_prec": 0.7014919959562602, + "test_acc": 0.7021627777113918, + "test_loss": 0.6212639215476075, + "train_loss": 0.2086895447249578, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 3 + }, + { + "test_rec": 0.7436648475012504, + "test_prec": 0.7797678665688539, + "test_acc": 0.7537860101071845, + "test_loss": 0.9161176606899681, + "train_loss": 0.0390589605386005, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 4 + }, + { + "test_rec": 0.6717138325960627, + "test_prec": 0.8147164215052236, + "test_acc": 0.7578888737173067, + "test_loss": 0.6796217028142831, + "train_loss": 0.406166935930998, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 5 + }, + { + "test_rec": 0.5563208715749214, + "test_prec": 0.7017630640254227, + "test_acc": 0.7522921916197989, + "test_loss": 0.9318745936501509, + "train_loss": 0.29755228738714756, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 6 + }, + { + "test_rec": 0.8291975661090661, + "test_prec": 0.7319660314595309, + "test_acc": 0.7276621681757146, + "test_loss": 0.6494123095942717, + "train_loss": 0.31250269695786087, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 7 + }, + { + "test_rec": 0.8967954421107198, + "test_prec": 0.6343608120019889, + "test_acc": 0.7525528971064797, + "test_loss": 1.0984123466640838, + "train_loss": 0.1996077121321313, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 8 + }, + { + "test_rec": 0.5045355361637264, + "test_prec": 0.7465208595651581, + "test_acc": 0.7667280143665268, + "test_loss": 0.7091778216449809, + "train_loss": 0.359319190502472, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 9 + }, + { + "test_rec": 0.7301065959346867, + "test_prec": 0.8769904693277426, + "test_acc": 0.7565739080339526, + "test_loss": 0.9858172625319042, + "train_loss": 0.39706786520890386, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 10 + }, + { + "test_rec": 0.47012519869076635, + "test_prec": 0.7425010374513671, + "test_acc": 0.7052428985608756, + "test_loss": 1.0997826195822613, + "train_loss": 0.3602439516556355, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 11 + }, + { + "test_rec": 0.7615746853859285, + "test_prec": 0.7405972571992231, + "test_acc": 0.7439464966073873, + "test_loss": 0.8297691187462873, + "train_loss": 0.2360333907635591, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 12 + }, + { + "test_rec": 0.8732323022279525, + "test_prec": 0.7105793887234388, + "test_acc": 0.7936128520594288, + "test_loss": 0.627289210285435, + "train_loss": 0.2024620333862733, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 13 + }, + { + "test_rec": 0.6452386410409046, + "test_prec": 0.6856561029442956, + "test_acc": 0.8001356022599155, + "test_loss": 0.7905035916378504, + "train_loss": 0.16243786671976873, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 14 + }, + { + "test_rec": 0.8015177115869703, + "test_prec": 0.6634263942288422, + "test_acc": 0.7619275772391408, + "test_loss": 1.0097517022251814, + "train_loss": 0.02037307003173825, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 15 + }, + { + "test_rec": 0.47667719015221294, + "test_prec": 0.8029259448990967, + "test_acc": 0.7435105045600604, + "test_loss": 0.8715255878750083, + "train_loss": 0.12344384832853253, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 16 + }, + { + "test_rec": 0.7799713009339417, + "test_prec": 0.6214891203013366, + "test_acc": 0.7966753581472731, + "test_loss": 0.6768319928761868, + "train_loss": 0.10887487529812902, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 17 + }, + { + "test_rec": 0.7724325259819184, + "test_prec": 0.624748835103235, + "test_acc": 0.7148205220098948, + "test_loss": 0.8827058689026204, + "train_loss": 0.08933912469059663, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 18 + }, + { + "test_rec": 0.5004711926402104, + "test_prec": 0.766302259285631, + "test_acc": 0.6965464882724604, + "test_loss": 0.6981650240825783, + "train_loss": 0.17063529597701768, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 19 + }, + { + "test_rec": 0.6746047107008236, + "test_prec": 0.6260261460125951, + "test_acc": 0.7382204386494844, + "test_loss": 1.018054838508139, + "train_loss": 0.3103052044740448, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 20 + }, + { + "test_rec": 0.46226548877323825, + "test_prec": 0.7924499035980255, + "test_acc": 0.7040988574493952, + "test_loss": 1.0049882769897536, + "train_loss": 0.2581986789007643, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 21 + }, + { + "test_rec": 0.9085343841273092, + "test_prec": 0.8365268180766152, + "test_acc": 0.7495583445609846, + "test_loss": 0.8164843313544516, + "train_loss": 0.2995803589001698, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 22 + }, + { + "test_rec": 0.6953150884294714, + "test_prec": 0.7103547192027979, + "test_acc": 0.7616922564728685, + "test_loss": 0.6408746129436003, + "train_loss": 0.30950208504076093, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 23 + }, + { + "test_rec": 0.7499638594839809, + "test_prec": 0.6761282633060525, + "test_acc": 0.7673637759210815, + "test_loss": 1.164392584710906, + "train_loss": 0.2553005740396644, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 24 + }, + { + "test_rec": 0.537203391293736, + "test_prec": 0.6389483708464936, + "test_acc": 0.7495267052795443, + "test_loss": 1.0005929930527224, + "train_loss": 0.4460606059622603, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 25 + }, + { + "test_rec": 0.8775846967461384, + "test_prec": 0.8784236809560251, + "test_acc": 0.7232728326025032, + "test_loss": 0.47176445781689347, + "train_loss": 0.36895629948552794, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 26 + }, + { + "test_rec": 0.8848854296678408, + "test_prec": 0.7149882892089534, + "test_acc": 0.7437981005415151, + "test_loss": 1.0263376905645587, + "train_loss": 0.26507335113419167, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 27 + }, + { + "test_rec": 0.5010349374485102, + "test_prec": 0.8160713297342557, + "test_acc": 0.695151267022911, + "test_loss": 0.469648330159196, + "train_loss": 0.30806934300667754, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 28 + }, + { + "test_rec": 0.48575614033106274, + "test_prec": 0.7428887519896599, + "test_acc": 0.7892533371248157, + "test_loss": 0.5091574388927247, + "train_loss": 0.11143854036667517, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 29 + }, + { + "test_rec": 0.8049303896741621, + "test_prec": 0.7942467369482336, + "test_acc": 0.7383971943158505, + "test_loss": 0.5551942600835424, + "train_loss": 0.2605923238933119, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 30 + }, + { + "test_rec": 0.5944881702883895, + "test_prec": 0.7466114580724388, + "test_acc": 0.7470461018686065, + "test_loss": 1.070351308131903, + "train_loss": 0.26353659652891187, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 31 + }, + { + "test_rec": 0.9806764662280885, + "test_prec": 0.8454858364349938, + "test_acc": 0.7108056214085172, + "test_loss": 0.5212805278923777, + "train_loss": 0.34692478486122885, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 32 + }, + { + "test_rec": 0.5724948487150108, + "test_prec": 0.8688205429831614, + "test_acc": 0.7775620486990471, + "test_loss": 0.908568597953423, + "train_loss": 0.16698425143551932, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 33 + }, + { + "test_rec": 0.9487040558200064, + "test_prec": 0.8380139635488125, + "test_acc": 0.740915994469749, + "test_loss": 0.8645669763469307, + "train_loss": 0.3079808169228449, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 34 + }, + { + "test_rec": 0.5147405285555241, + "test_prec": 0.7290861563512425, + "test_acc": 0.7568461992677811, + "test_loss": 0.6473800881759422, + "train_loss": 0.2911101654961283, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 35 + }, + { + "test_rec": 0.8176019243392391, + "test_prec": 0.6268930850822285, + "test_acc": 0.7093198301253004, + "test_loss": 1.0951900164985573, + "train_loss": 0.4605905446659614, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 36 + }, + { + "test_rec": 0.7978861435226456, + "test_prec": 0.7609924791639634, + "test_acc": 0.7589996832514684, + "test_loss": 0.5624925307806536, + "train_loss": 0.25579178204164443, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 37 + }, + { + "test_rec": 0.9792085739687275, + "test_prec": 0.761339734569094, + "test_acc": 0.7281549373040438, + "test_loss": 1.0473181976363581, + "train_loss": 0.37717311754789046, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 38 + }, + { + "test_rec": 0.5399393700631708, + "test_prec": 0.7513785488585587, + "test_acc": 0.7811682781462316, + "test_loss": 0.5104938306917073, + "train_loss": 0.08999394684029301, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 39 + }, + { + "test_rec": 0.7688455047791605, + "test_prec": 0.8041551573452881, + "test_acc": 0.6929166026028919, + "test_loss": 0.8838301628771679, + "train_loss": 0.024746601906062437, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 40 + }, + { + "test_rec": 0.9149189160262083, + "test_prec": 0.7290613629227182, + "test_acc": 0.7352984877255428, + "test_loss": 0.7299930515876485, + "train_loss": 0.10039804634447506, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 41 + }, + { + "test_rec": 0.5813542563669992, + "test_prec": 0.8628306184737047, + "test_acc": 0.692438613361662, + "test_loss": 1.1407234084905096, + "train_loss": 0.3797194925763711, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 42 + }, + { + "test_rec": 0.5776467950680816, + "test_prec": 0.7597972883829986, + "test_acc": 0.7884658949023323, + "test_loss": 0.9494971698263889, + "train_loss": 0.10416185885142348, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 43 + }, + { + "test_rec": 0.8465226001870925, + "test_prec": 0.7962033057013775, + "test_acc": 0.695475135621208, + "test_loss": 0.9927284631318587, + "train_loss": 0.34366320713459947, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 44 + }, + { + "test_rec": 0.8947676782974199, + "test_prec": 0.8794958586817029, + "test_acc": 0.7773237570365932, + "test_loss": 0.9229188319567521, + "train_loss": 0.054799397250528147, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 45 + }, + { + "test_rec": 0.5630181189236726, + "test_prec": 0.6293203238287705, + "test_acc": 0.7870803699377993, + "test_loss": 0.5535008006992304, + "train_loss": 0.4078909641966956, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 46 + }, + { + "test_rec": 0.5919311854291894, + "test_prec": 0.7011546224900762, + "test_acc": 0.774289781398375, + "test_loss": 0.49549176797468475, + "train_loss": 0.107842800714585, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 47 + }, + { + "test_rec": 0.9878115973038457, + "test_prec": 0.6720899322937497, + "test_acc": 0.6947524599533874, + "test_loss": 1.1745666276777653, + "train_loss": 0.08428361843019805, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 48 + }, + { + "test_rec": 0.8023383684696401, + "test_prec": 0.8621915873473507, + "test_acc": 0.7489318203512697, + "test_loss": 1.049614003368849, + "train_loss": 0.15938821186713906, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 49 + }, + { + "test_rec": 0.5248520776170899, + "test_prec": 0.7577822763359049, + "test_acc": 0.6998555484714302, + "test_loss": 0.7401111478106037, + "train_loss": 0.2870046076066752, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 50 + }, + { + "test_rec": 0.9607829627140518, + "test_prec": 0.8613199727452883, + "test_acc": 0.7624482902055943, + "test_loss": 0.8333804977665304, + "train_loss": 0.07581005358799794, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 51 + }, + { + "test_rec": 0.6453067308975322, + "test_prec": 0.6383625240812264, + "test_acc": 0.7271538887212846, + "test_loss": 1.078774545688318, + "train_loss": 0.19758742712239172, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 52 + }, + { + "test_rec": 0.9710149420809713, + "test_prec": 0.6937815228311736, + "test_acc": 0.7798284561404687, + "test_loss": 0.789430623764759, + "train_loss": 0.01970269526582987, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 53 + }, + { + "test_rec": 0.5063414465453264, + "test_prec": 0.6544640023174245, + "test_acc": 0.7600576407150751, + "test_loss": 0.7072748380917913, + "train_loss": 0.15560530761713703, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 54 + }, + { + "test_rec": 0.6080770246773965, + "test_prec": 0.7408933118803418, + "test_acc": 0.7345090646116479, + "test_loss": 0.9298151374799759, + "train_loss": 0.10992660462355663, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 55 + }, + { + "test_rec": 0.49610810734811267, + "test_prec": 0.8513525119011899, + "test_acc": 0.7977721789926122, + "test_loss": 0.902672627854594, + "train_loss": 0.07778132423035192, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 56 + }, + { + "test_rec": 0.6973515256399044, + "test_prec": 0.7291776909847306, + "test_acc": 0.7774222743366987, + "test_loss": 0.7706568339285107, + "train_loss": 0.06213332040230315, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 57 + }, + { + "test_rec": 0.93679731213015, + "test_prec": 0.7642745338271582, + "test_acc": 0.7819715601444155, + "test_loss": 0.7655958785875869, + "train_loss": 0.4676314160201297, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 58 + }, + { + "test_rec": 0.7958084959007145, + "test_prec": 0.7535559435735029, + "test_acc": 0.8016526865146897, + "test_loss": 0.5334751569459869, + "train_loss": 0.40831150946000894, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 59 + }, + { + "test_rec": 0.9878066380148636, + "test_prec": 0.6479163714667066, + "test_acc": 0.7406928145825812, + "test_loss": 0.7787418797525584, + "train_loss": 0.37148925604293687, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 60 + }, + { + "test_rec": 0.8106261783242962, + "test_prec": 0.7911467811596977, + "test_acc": 0.7241765403625858, + "test_loss": 0.5474710629448939, + "train_loss": 0.3767700357628878, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 61 + }, + { + "test_rec": 0.9390694456708901, + "test_prec": 0.718603102767625, + "test_acc": 0.7773922646441044, + "test_loss": 0.9127732296951859, + "train_loss": 0.18828029322178338, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 62 + }, + { + "test_rec": 0.4862431551710642, + "test_prec": 0.796897950124449, + "test_acc": 0.7994886367518528, + "test_loss": 1.1235083538700943, + "train_loss": 0.030998734641241907, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 63 + }, + { + "test_rec": 0.5654754053166802, + "test_prec": 0.8422818408254188, + "test_acc": 0.7358300857414899, + "test_loss": 0.700129834569223, + "train_loss": 0.05793321817602159, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 64 + }, + { + "test_rec": 0.5347506348797681, + "test_prec": 0.6730687038796167, + "test_acc": 0.7171231616360464, + "test_loss": 0.5555593446725591, + "train_loss": 0.09437373268617735, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 65 + }, + { + "test_rec": 0.8002227210814934, + "test_prec": 0.7405219517414665, + "test_acc": 0.744889035115718, + "test_loss": 0.7561969141141338, + "train_loss": 0.1326863636119382, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 66 + }, + { + "test_rec": 0.45781336758419383, + "test_prec": 0.625266607496978, + "test_acc": 0.7653639695791837, + "test_loss": 1.1775522506438396, + "train_loss": 0.12260510356649275, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 67 + }, + { + "test_rec": 0.8029723280655174, + "test_prec": 0.8247061347428072, + "test_acc": 0.7488560550777875, + "test_loss": 1.0621229092260374, + "train_loss": 0.06439123843817307, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 68 + }, + { + "test_rec": 0.7106216487625646, + "test_prec": 0.8165540767136671, + "test_acc": 0.7656445152663354, + "test_loss": 0.8319925609956824, + "train_loss": 0.18619019047595098, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 69 + }, + { + "test_rec": 0.5558519992291201, + "test_prec": 0.8520011825824005, + "test_acc": 0.7714190091206707, + "test_loss": 0.8236211619410385, + "train_loss": 0.15914004433125967, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 70 + }, + { + "test_rec": 0.4419604309357288, + "test_prec": 0.6860312208164525, + "test_acc": 0.6971639119966886, + "test_loss": 0.9332110406684448, + "train_loss": 0.37766012553381817, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 71 + }, + { + "test_rec": 0.730667822004921, + "test_prec": 0.6668530936099073, + "test_acc": 0.6950198329624401, + "test_loss": 0.6930969637323574, + "train_loss": 0.12269284197679417, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 72 + }, + { + "test_rec": 0.511625933698676, + "test_prec": 0.7385597371252592, + "test_acc": 0.7511469782184994, + "test_loss": 0.604119938507136, + "train_loss": 0.05239450720599597, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 73 + }, + { + "test_rec": 0.4554906513319092, + "test_prec": 0.7536366704544029, + "test_acc": 0.7947217800939214, + "test_loss": 0.794992338193314, + "train_loss": 0.11819359405369773, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 74 + }, + { + "test_rec": 0.8936500835950136, + "test_prec": 0.7060299883614515, + "test_acc": 0.7669512944271992, + "test_loss": 0.7614600685975796, + "train_loss": 0.33721256384655574, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 75 + }, + { + "test_rec": 0.7240961398169343, + "test_prec": 0.7573139368478693, + "test_acc": 0.7929212112997331, + "test_loss": 0.864578791878094, + "train_loss": 0.2709959246376272, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 76 + }, + { + "test_rec": 0.6889873076444701, + "test_prec": 0.7065708771670764, + "test_acc": 0.7441643663814472, + "test_loss": 1.076588737596848, + "train_loss": 0.4235017065494642, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 77 + }, + { + "test_rec": 0.8860429985858398, + "test_prec": 0.7732680237240813, + "test_acc": 0.7738866371685099, + "test_loss": 0.6843315933779622, + "train_loss": 0.028187925149296196, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 78 + }, + { + "test_rec": 0.731881050812744, + "test_prec": 0.6886350862390271, + "test_acc": 0.7673306705987725, + "test_loss": 1.0628026981078962, + "train_loss": 0.4365538534441506, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 79 + }, + { + "test_rec": 0.5232756705133453, + "test_prec": 0.7479406542501468, + "test_acc": 0.7795441935183836, + "test_loss": 0.7010061549455352, + "train_loss": 0.14323793304252483, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 80 + }, + { + "test_rec": 0.4722758456874494, + "test_prec": 0.8416901183279808, + "test_acc": 0.7068083646561243, + "test_loss": 0.849356894667372, + "train_loss": 0.16815027748126915, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 81 + }, + { + "test_rec": 0.9349270867904318, + "test_prec": 0.7018799285526798, + "test_acc": 0.7683194004495879, + "test_loss": 0.6289917526369584, + "train_loss": 0.21475628585930875, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 82 + }, + { + "test_rec": 0.5531250012938024, + "test_prec": 0.771015090829554, + "test_acc": 0.6956165013785903, + "test_loss": 0.7712398045488235, + "train_loss": 0.0688706515107469, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 83 + }, + { + "test_rec": 0.9235011674163454, + "test_prec": 0.645741003168085, + "test_acc": 0.7436026848690434, + "test_loss": 0.8755421801901319, + "train_loss": 0.40056780269485276, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 84 + }, + { + "test_rec": 0.8521016621052538, + "test_prec": 0.6934156368789002, + "test_acc": 0.7078882463962801, + "test_loss": 0.723647133793152, + "train_loss": 0.4464850093775069, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 85 + }, + { + "test_rec": 0.6460198157147307, + "test_prec": 0.650940869383044, + "test_acc": 0.7839096760501004, + "test_loss": 1.0699556963575187, + "train_loss": 0.12521069736215296, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 86 + }, + { + "test_rec": 0.728943584777824, + "test_prec": 0.7520654240586699, + "test_acc": 0.7345372188164624, + "test_loss": 0.5768338588814774, + "train_loss": 0.03348096149412408, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 87 + }, + { + "test_rec": 0.4741711260998818, + "test_prec": 0.6532276234076025, + "test_acc": 0.700515756845269, + "test_loss": 0.9065263474685755, + "train_loss": 0.23522594347843773, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 88 + }, + { + "test_rec": 0.6912420515713551, + "test_prec": 0.6882834812229708, + "test_acc": 0.7114881679312899, + "test_loss": 0.7317338223643091, + "train_loss": 0.14472899553141141, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 89 + }, + { + "test_rec": 0.7424417201623501, + "test_prec": 0.654944045916872, + "test_acc": 0.7298819985301733, + "test_loss": 1.122340669033291, + "train_loss": 0.331047406469262, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 90 + }, + { + "test_rec": 0.6829043666834747, + "test_prec": 0.6864328871604718, + "test_acc": 0.797474207958852, + "test_loss": 0.6086580652791782, + "train_loss": 0.15971045988587718, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 91 + }, + { + "test_rec": 0.6492113788784113, + "test_prec": 0.7952981475856375, + "test_acc": 0.7405241569573349, + "test_loss": 1.021249742197098, + "train_loss": 0.18617835438183677, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 92 + }, + { + "test_rec": 0.5524332806345114, + "test_prec": 0.7945175759038706, + "test_acc": 0.733554667909211, + "test_loss": 0.8250445422963997, + "train_loss": 0.029781028893713285, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 93 + }, + { + "test_rec": 0.7270789423922439, + "test_prec": 0.782714463059063, + "test_acc": 0.7679767120154284, + "test_loss": 0.4747432827080886, + "train_loss": 0.4485877129204098, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 94 + }, + { + "test_rec": 0.5953897931761638, + "test_prec": 0.7274137316041117, + "test_acc": 0.7587507195783246, + "test_loss": 0.833802616692633, + "train_loss": 0.405989933958315, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 95 + }, + { + "test_rec": 0.8086465762529049, + "test_prec": 0.833175606465141, + "test_acc": 0.7838003410764074, + "test_loss": 0.5906377090591868, + "train_loss": 0.30595817988531654, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 96 + }, + { + "test_rec": 0.5850779747143022, + "test_prec": 0.7027771209949681, + "test_acc": 0.7189966065000004, + "test_loss": 0.7602852976660126, + "train_loss": 0.13513621600566292, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 97 + }, + { + "test_rec": 0.8906660767053068, + "test_prec": 0.8685428144675449, + "test_acc": 0.7422948027342298, + "test_loss": 1.1249347187127097, + "train_loss": 0.028477388126883843, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 98 + }, + { + "test_rec": 0.7235284410303982, + "test_prec": 0.8424523238894422, + "test_acc": 0.7205245348735769, + "test_loss": 1.1249717934155732, + "train_loss": 0.024195995815065232, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 99 + }, + { + "test_rec": 0.6884076874993089, + "test_prec": 0.8099121305826069, + "test_acc": 0.6930536023682496, + "test_loss": 0.8169070363167905, + "train_loss": 0.08386910303203922, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 100 + }, + { + "test_rec": 0.9261966439558651, + "test_prec": 0.6366593590048615, + "test_acc": 0.7370538070887038, + "test_loss": 0.8057324422931442, + "train_loss": 0.05795958641754908, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 101 + }, + { + "test_rec": 0.7907051148039332, + "test_prec": 0.8566372949870402, + "test_acc": 0.7167661637242325, + "test_loss": 1.0028443356861974, + "train_loss": 0.20977246903221058, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 102 + }, + { + "test_rec": 0.9499699019988499, + "test_prec": 0.7192935425430872, + "test_acc": 0.7822996695884713, + "test_loss": 0.7420847283541829, + "train_loss": 0.03638813207647841, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 103 + }, + { + "test_rec": 0.4456012397843375, + "test_prec": 0.7136306516952001, + "test_acc": 0.7205072126913963, + "test_loss": 0.8792507934944886, + "train_loss": 0.19935402403531954, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 104 + }, + { + "test_rec": 0.5473069328543289, + "test_prec": 0.6204981359552469, + "test_acc": 0.7904737958154386, + "test_loss": 1.0074778710462304, + "train_loss": 0.2340519837518426, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 105 + }, + { + "test_rec": 0.6805900577130669, + "test_prec": 0.8676390019842969, + "test_acc": 0.7667568287148956, + "test_loss": 0.6110177650283946, + "train_loss": 0.2238126550529079, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 106 + }, + { + "test_rec": 0.6833816169457663, + "test_prec": 0.7946075501665071, + "test_acc": 0.7162696055737704, + "test_loss": 0.9082794756724095, + "train_loss": 0.2262743095781854, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 107 + }, + { + "test_rec": 0.8004348282646386, + "test_prec": 0.6766422022403739, + "test_acc": 0.7373079947449342, + "test_loss": 0.8378465118744867, + "train_loss": 0.26024601350452503, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 108 + }, + { + "test_rec": 0.6209572697610002, + "test_prec": 0.8402843765214192, + "test_acc": 0.7954794382216968, + "test_loss": 0.510488424771925, + "train_loss": 0.19905729449392343, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 109 + }, + { + "test_rec": 0.7763265990184272, + "test_prec": 0.8508771030528641, + "test_acc": 0.7681997018759359, + "test_loss": 0.7634556451146383, + "train_loss": 0.28798795054932674, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 110 + }, + { + "test_rec": 0.9202135504032055, + "test_prec": 0.7483317578623441, + "test_acc": 0.7294352247746085, + "test_loss": 0.5229926370775241, + "train_loss": 0.017453965438187412, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 111 + }, + { + "test_rec": 0.6671270334260797, + "test_prec": 0.7007817306264711, + "test_acc": 0.7046065475376841, + "test_loss": 1.1360285750381147, + "train_loss": 0.26704329699760343, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 112 + }, + { + "test_rec": 0.460728835329702, + "test_prec": 0.6201126565617576, + "test_acc": 0.7616470181670063, + "test_loss": 1.0493260204563788, + "train_loss": 0.3477934606274588, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 113 + }, + { + "test_rec": 0.7581532221464041, + "test_prec": 0.7373558807942905, + "test_acc": 0.7655141876812344, + "test_loss": 0.8090281178835523, + "train_loss": 0.05821346602719339, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 114 + }, + { + "test_rec": 0.6509880852071062, + "test_prec": 0.8794846934190887, + "test_acc": 0.7503031584687949, + "test_loss": 0.5895575887775651, + "train_loss": 0.3649571402484635, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 115 + }, + { + "test_rec": 0.8352064836843596, + "test_prec": 0.70511903711233, + "test_acc": 0.7007241582054766, + "test_loss": 0.8617736000591005, + "train_loss": 0.2691149945443398, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 116 + }, + { + "test_rec": 0.6922026962511965, + "test_prec": 0.6515399700658688, + "test_acc": 0.7279237557538474, + "test_loss": 1.1434270256498376, + "train_loss": 0.3520295327615146, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 117 + }, + { + "test_rec": 0.9465866733343664, + "test_prec": 0.8641916240895557, + "test_acc": 0.7312610070610879, + "test_loss": 0.9949017676673688, + "train_loss": 0.21188821626543658, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 118 + }, + { + "test_rec": 0.8800297057489443, + "test_prec": 0.6857867726749274, + "test_acc": 0.7730882152193329, + "test_loss": 1.0569122071148116, + "train_loss": 0.3405499221990694, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 119 + }, + { + "test_rec": 0.7016659399843316, + "test_prec": 0.6851216116948854, + "test_acc": 0.761034180158588, + "test_loss": 0.6805936352081356, + "train_loss": 0.4637047435813796, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 120 + }, + { + "test_rec": 0.9310182034430217, + "test_prec": 0.7686641647910355, + "test_acc": 0.7871230625762097, + "test_loss": 0.5837296818684143, + "train_loss": 0.3482011965756173, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 121 + }, + { + "test_rec": 0.8600200392118307, + "test_prec": 0.7309298713892485, + "test_acc": 0.776896161085199, + "test_loss": 0.6389285397403418, + "train_loss": 0.26352618924998167, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 122 + }, + { + "test_rec": 0.9567076564640613, + "test_prec": 0.8094235759042822, + "test_acc": 0.7944318147457029, + "test_loss": 0.7611446661173894, + "train_loss": 0.4610193796772031, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 123 + }, + { + "test_rec": 0.6378002894691011, + "test_prec": 0.6221116916120915, + "test_acc": 0.7654100002306516, + "test_loss": 0.9113116831514235, + "train_loss": 0.1648390659675127, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 124 + }, + { + "test_rec": 0.6754583417330632, + "test_prec": 0.7019828768479353, + "test_acc": 0.709760999058568, + "test_loss": 0.6109409114251105, + "train_loss": 0.45806603166648174, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 125 + }, + { + "test_rec": 0.4967776809184943, + "test_prec": 0.8426203783826294, + "test_acc": 0.7208819224875579, + "test_loss": 0.9571383260944117, + "train_loss": 0.1382008846425415, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 126 + }, + { + "test_rec": 0.9811073987768282, + "test_prec": 0.8291296111658402, + "test_acc": 0.7894266161112313, + "test_loss": 0.8397732673594098, + "train_loss": 0.3020460248408084, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 127 + }, + { + "test_rec": 0.5070718402698611, + "test_prec": 0.8439059516102937, + "test_acc": 0.7932026330857915, + "test_loss": 0.8408629744419475, + "train_loss": 0.2283981858150935, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 128 + }, + { + "test_rec": 0.9327203315758267, + "test_prec": 0.7533404029977055, + "test_acc": 0.7349982281784894, + "test_loss": 0.6288478149514448, + "train_loss": 0.23772775707735638, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 129 + }, + { + "test_rec": 0.6032500513699118, + "test_prec": 0.6351385969862476, + "test_acc": 0.7052486020861806, + "test_loss": 1.0436713072705643, + "train_loss": 0.40964495298150083, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 130 + }, + { + "test_rec": 0.5310448290074373, + "test_prec": 0.8337735080829323, + "test_acc": 0.787251274847251, + "test_loss": 0.529301169798814, + "train_loss": 0.3243288884006808, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 131 + }, + { + "test_rec": 0.8843745973212533, + "test_prec": 0.6356299771262098, + "test_acc": 0.7979113101925314, + "test_loss": 0.5026813222481463, + "train_loss": 0.18685644167934354, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 132 + }, + { + "test_rec": 0.7743699831401738, + "test_prec": 0.7908610582756928, + "test_acc": 0.7805190604892438, + "test_loss": 0.9158069618903777, + "train_loss": 0.4192182294088362, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 133 + }, + { + "test_rec": 0.9742875135718427, + "test_prec": 0.8434210951229482, + "test_acc": 0.75820794529939, + "test_loss": 0.6760045208779216, + "train_loss": 0.2704356271194861, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 134 + }, + { + "test_rec": 0.5900397786923193, + "test_prec": 0.7822686611591534, + "test_acc": 0.7252978648027085, + "test_loss": 0.825119645786186, + "train_loss": 0.18853405619290062, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 135 + }, + { + "test_rec": 0.7485748574708488, + "test_prec": 0.679199500011127, + "test_acc": 0.7426798854524775, + "test_loss": 0.8562395528128202, + "train_loss": 0.297092862147128, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 136 + }, + { + "test_rec": 0.9668800931184052, + "test_prec": 0.7538693308422462, + "test_acc": 0.7855731166944565, + "test_loss": 0.8565525801451694, + "train_loss": 0.18701572379160955, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 137 + }, + { + "test_rec": 0.8571207364300568, + "test_prec": 0.6442559815753072, + "test_acc": 0.7786460111376325, + "test_loss": 1.1484353723122662, + "train_loss": 0.4272937206682853, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 138 + }, + { + "test_rec": 0.6055100851875561, + "test_prec": 0.7685534773312501, + "test_acc": 0.7945009144996557, + "test_loss": 0.9044194661311911, + "train_loss": 0.23142437692116113, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 139 + }, + { + "test_rec": 0.5741685122958223, + "test_prec": 0.6978664321406565, + "test_acc": 0.7343320611751861, + "test_loss": 0.6775436340743177, + "train_loss": 0.15002597971406104, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 140 + }, + { + "test_rec": 0.8750345574832683, + "test_prec": 0.8638010294032988, + "test_acc": 0.8003345383719639, + "test_loss": 0.5215963470914969, + "train_loss": 0.3120771978535577, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 141 + }, + { + "test_rec": 0.5658900873641033, + "test_prec": 0.7462241162759724, + "test_acc": 0.7706711935863041, + "test_loss": 0.9731086008658987, + "train_loss": 0.21563363611516126, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 142 + }, + { + "test_rec": 0.9242730312396827, + "test_prec": 0.8631480789243132, + "test_acc": 0.7465876274790433, + "test_loss": 0.7217414105821456, + "train_loss": 0.07606405593487049, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 143 + }, + { + "test_rec": 0.8982134364595622, + "test_prec": 0.810117151419997, + "test_acc": 0.7021413550839887, + "test_loss": 0.8517141392337813, + "train_loss": 0.3528092989701704, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 144 + }, + { + "test_rec": 0.7890328445330912, + "test_prec": 0.8691128026140478, + "test_acc": 0.7655977659806129, + "test_loss": 0.47959578046431905, + "train_loss": 0.013749574819873586, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 145 + }, + { + "test_rec": 0.626719884533592, + "test_prec": 0.7912493534601914, + "test_acc": 0.7351214590372008, + "test_loss": 0.5231757019299477, + "train_loss": 0.27984326408353793, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 146 + }, + { + "test_rec": 0.6618886825204359, + "test_prec": 0.6241085445874814, + "test_acc": 0.722269078731657, + "test_loss": 0.46507619893900365, + "train_loss": 0.08973629715190105, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 147 + }, + { + "test_rec": 0.8025124407099842, + "test_prec": 0.7172214769290643, + "test_acc": 0.7239109286453209, + "test_loss": 0.6065980291354003, + "train_loss": 0.3062622795866469, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 148 + }, + { + "test_rec": 0.5382871210791378, + "test_prec": 0.8737597089511547, + "test_acc": 0.7049538007863169, + "test_loss": 0.5031250360410375, + "train_loss": 0.3336652487281435, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 149 + }, + { + "test_rec": 0.8197992161580678, + "test_prec": 0.7945766088035762, + "test_acc": 0.7789745671665618, + "test_loss": 0.9603257671657819, + "train_loss": 0.12787557154539136, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 150 + }, + { + "test_rec": 0.515936766974025, + "test_prec": 0.8046164021258471, + "test_acc": 0.7373385090374678, + "test_loss": 1.0215057632380977, + "train_loss": 0.11724459376600503, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 151 + }, + { + "test_rec": 0.45789686773970567, + "test_prec": 0.7396798681337948, + "test_acc": 0.784670245542055, + "test_loss": 0.7692802150386056, + "train_loss": 0.07699049261211317, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 152 + }, + { + "test_rec": 0.5503335176197731, + "test_prec": 0.7980413711528491, + "test_acc": 0.7119345560882331, + "test_loss": 0.7268859421354342, + "train_loss": 0.0961959521097606, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 153 + }, + { + "test_rec": 0.8933585969572992, + "test_prec": 0.6458109044443424, + "test_acc": 0.6946730868577847, + "test_loss": 0.7270206201790954, + "train_loss": 0.23239339254365374, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 154 + }, + { + "test_rec": 0.955998443719903, + "test_prec": 0.8632683583958567, + "test_acc": 0.7790965184646176, + "test_loss": 0.83798825788334, + "train_loss": 0.30656766609678354, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 155 + }, + { + "test_rec": 0.9836519758907645, + "test_prec": 0.6213232590503861, + "test_acc": 0.7885123274800094, + "test_loss": 1.0452244414030922, + "train_loss": 0.39018722404986494, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 156 + }, + { + "test_rec": 0.9132050157063867, + "test_prec": 0.7307268902868909, + "test_acc": 0.7743798068093855, + "test_loss": 0.5304880498521242, + "train_loss": 0.46073170191389967, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 157 + }, + { + "test_rec": 0.8155744821093662, + "test_prec": 0.6309176151135804, + "test_acc": 0.7998462172315337, + "test_loss": 1.1012597057093676, + "train_loss": 0.42891912998610143, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 158 + }, + { + "test_rec": 0.5440232767043042, + "test_prec": 0.7809306491019514, + "test_acc": 0.7578092634353755, + "test_loss": 0.9161077354067579, + "train_loss": 0.010541356138067953, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 159 + }, + { + "test_rec": 0.729460098107096, + "test_prec": 0.8012202072985266, + "test_acc": 0.7595228658941126, + "test_loss": 0.9346347885402176, + "train_loss": 0.22747974394309659, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 160 + }, + { + "test_rec": 0.6582910409552714, + "test_prec": 0.6430933668506585, + "test_acc": 0.7960647775466831, + "test_loss": 1.1689229655300777, + "train_loss": 0.25534612441947574, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 161 + }, + { + "test_rec": 0.746862339720624, + "test_prec": 0.8019229597602082, + "test_acc": 0.7423221692201095, + "test_loss": 0.9254157562046001, + "train_loss": 0.43963552345420476, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 162 + }, + { + "test_rec": 0.6403179492900447, + "test_prec": 0.8370132394667901, + "test_acc": 0.7011117617772012, + "test_loss": 0.6051142757301251, + "train_loss": 0.33606577990162434, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 163 + }, + { + "test_rec": 0.5544110973623433, + "test_prec": 0.7455785277995943, + "test_acc": 0.7777628284763567, + "test_loss": 1.1345020791718667, + "train_loss": 0.38358291225957475, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 164 + }, + { + "test_rec": 0.5015449757105803, + "test_prec": 0.8516219163370798, + "test_acc": 0.7269231854695863, + "test_loss": 0.8483488549254452, + "train_loss": 0.019112559993190635, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 165 + }, + { + "test_rec": 0.5622829965008361, + "test_prec": 0.8276835032392744, + "test_acc": 0.6985915224760689, + "test_loss": 0.9780637643278518, + "train_loss": 0.3188795725364721, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 166 + }, + { + "test_rec": 0.9884123600833283, + "test_prec": 0.7358720223081873, + "test_acc": 0.7674611021219175, + "test_loss": 1.1290782889548492, + "train_loss": 0.11206387499057374, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 167 + }, + { + "test_rec": 0.9214795337149297, + "test_prec": 0.8603246601204715, + "test_acc": 0.7346372847452479, + "test_loss": 0.8845950851931556, + "train_loss": 0.29629280087367543, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 168 + }, + { + "test_rec": 0.5324467979374753, + "test_prec": 0.8634939310217948, + "test_acc": 0.7658146612508887, + "test_loss": 1.111851213182734, + "train_loss": 0.0927034327223578, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 169 + }, + { + "test_rec": 0.8185505024856055, + "test_prec": 0.6861175439748173, + "test_acc": 0.7959408266955443, + "test_loss": 0.4652407095435346, + "train_loss": 0.1233868701362022, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 170 + }, + { + "test_rec": 0.8637573830283534, + "test_prec": 0.7833241502996098, + "test_acc": 0.7287020262337973, + "test_loss": 1.075504800559932, + "train_loss": 0.09258132389516918, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 171 + }, + { + "test_rec": 0.4924316356596872, + "test_prec": 0.8017009471504473, + "test_acc": 0.7983695204237552, + "test_loss": 0.571443027178616, + "train_loss": 0.057719993427570886, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 172 + }, + { + "test_rec": 0.6267025010138739, + "test_prec": 0.7475846060426096, + "test_acc": 0.7621191507079954, + "test_loss": 1.1165403088322687, + "train_loss": 0.4607944532684707, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 173 + }, + { + "test_rec": 0.916141862574968, + "test_prec": 0.7043027152568453, + "test_acc": 0.7099946675265125, + "test_loss": 0.8620616517484166, + "train_loss": 0.24553129256188877, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 174 + }, + { + "test_rec": 0.5122447319933509, + "test_prec": 0.852570863184496, + "test_acc": 0.7533089409626574, + "test_loss": 0.6590417862104974, + "train_loss": 0.3344029173116595, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 175 + }, + { + "test_rec": 0.7243063392073863, + "test_prec": 0.8030195420811219, + "test_acc": 0.7114647088689167, + "test_loss": 0.7346145313900591, + "train_loss": 0.40209901657277575, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 176 + }, + { + "test_rec": 0.48225153846547386, + "test_prec": 0.8199624964616774, + "test_acc": 0.7565636186535796, + "test_loss": 0.5431615811795483, + "train_loss": 0.2540464864327807, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 177 + }, + { + "test_rec": 0.8358730660602067, + "test_prec": 0.8756382519033585, + "test_acc": 0.7197816023142656, + "test_loss": 0.6205933257508077, + "train_loss": 0.029362109219930113, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 178 + }, + { + "test_rec": 0.4707859559082023, + "test_prec": 0.8108327841977901, + "test_acc": 0.6944104053618194, + "test_loss": 0.9961830849082027, + "train_loss": 0.04961694112338551, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 179 + }, + { + "test_rec": 0.6384065463771649, + "test_prec": 0.8380476179705716, + "test_acc": 0.77420572031543, + "test_loss": 0.4913500410079962, + "train_loss": 0.046583013231930155, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 180 + }, + { + "test_rec": 0.8065565842684804, + "test_prec": 0.7820028146745623, + "test_acc": 0.734365660382547, + "test_loss": 0.8578214614301225, + "train_loss": 0.44103762273598984, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 181 + }, + { + "test_rec": 0.7539189661735728, + "test_prec": 0.8682169471788648, + "test_acc": 0.7851130077818117, + "test_loss": 0.9838631466741283, + "train_loss": 0.038484725323582665, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 182 + }, + { + "test_rec": 0.4682824072198019, + "test_prec": 0.6372111934356214, + "test_acc": 0.7045795185883902, + "test_loss": 0.6962037529981786, + "train_loss": 0.09421203171220342, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 183 + }, + { + "test_rec": 0.8940262017920688, + "test_prec": 0.6246976198947554, + "test_acc": 0.7619768209876493, + "test_loss": 0.8193957083088097, + "train_loss": 0.19020867917077272, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 184 + }, + { + "test_rec": 0.8146797962236364, + "test_prec": 0.6369133359897008, + "test_acc": 0.7242245162660866, + "test_loss": 0.5193486509672621, + "train_loss": 0.42257280459338686, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 185 + }, + { + "test_rec": 0.5324113860358269, + "test_prec": 0.8620686694776662, + "test_acc": 0.8004596818179162, + "test_loss": 0.8950029630175811, + "train_loss": 0.28254521432413593, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 186 + }, + { + "test_rec": 0.9229354344693896, + "test_prec": 0.6316465393102692, + "test_acc": 0.7599848218560464, + "test_loss": 0.9090738204861335, + "train_loss": 0.21477993754315836, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 187 + }, + { + "test_rec": 0.7366885667802305, + "test_prec": 0.6522510896048893, + "test_acc": 0.772426846763817, + "test_loss": 0.7239820696927577, + "train_loss": 0.19205438401051034, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 188 + }, + { + "test_rec": 0.7794977194009776, + "test_prec": 0.6299363074069109, + "test_acc": 0.7348249520084789, + "test_loss": 0.5297779993927711, + "train_loss": 0.4467532336972056, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 189 + }, + { + "test_rec": 0.9027254232271584, + "test_prec": 0.8129321622381143, + "test_acc": 0.7055995340769337, + "test_loss": 0.7002050258272136, + "train_loss": 0.07888814666333306, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 190 + }, + { + "test_rec": 0.8947650874846255, + "test_prec": 0.6283070461498563, + "test_acc": 0.7389490860140338, + "test_loss": 0.9577448468397531, + "train_loss": 0.4633947042355893, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 191 + }, + { + "test_rec": 0.4509317960361524, + "test_prec": 0.6565515800510179, + "test_acc": 0.6990366601273985, + "test_loss": 0.8490137870246746, + "train_loss": 0.13165793758932828, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 192 + }, + { + "test_rec": 0.9624397491610042, + "test_prec": 0.8009937083020674, + "test_acc": 0.7850359406477491, + "test_loss": 1.130141386625476, + "train_loss": 0.3879309857232445, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 193 + }, + { + "test_rec": 0.5619710687500237, + "test_prec": 0.7227807941075168, + "test_acc": 0.7993719621305162, + "test_loss": 0.769566356552807, + "train_loss": 0.405507242008075, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 194 + }, + { + "test_rec": 0.5944209706185974, + "test_prec": 0.7623234126148576, + "test_acc": 0.7699044037313223, + "test_loss": 1.1742704868951155, + "train_loss": 0.014017266509333482, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 195 + }, + { + "test_rec": 0.6820387070219908, + "test_prec": 0.7504813840102056, + "test_acc": 0.6964989857323028, + "test_loss": 0.7248586628876053, + "train_loss": 0.32509316139701644, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 196 + }, + { + "test_rec": 0.880083782829059, + "test_prec": 0.7682653368630997, + "test_acc": 0.7625776139708048, + "test_loss": 1.093609781584532, + "train_loss": 0.2007501920982364, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 197 + }, + { + "test_rec": 0.513361201610121, + "test_prec": 0.8115184064707024, + "test_acc": 0.7073265096256831, + "test_loss": 1.1182112544599545, + "train_loss": 0.2534316135763244, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 198 + }, + { + "test_rec": 0.6094615231815563, + "test_prec": 0.7013652718986814, + "test_acc": 0.6937163255771958, + "test_loss": 1.1358723695204587, + "train_loss": 0.35169953095080564, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 199 + }, + { + "test_rec": 0.626229924991678, + "test_prec": 0.7060689225514691, + "test_acc": 0.7691852882328324, + "test_loss": 0.4628004322529784, + "train_loss": 0.43688379076240935, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 200 + }, + { + "test_rec": 0.5819436522258679, + "test_prec": 0.7489969563916468, + "test_acc": 0.7813649023032182, + "test_loss": 0.7900037312050036, + "train_loss": 0.1597892240734163, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 201 + }, + { + "test_rec": 0.4745455361221235, + "test_prec": 0.7598496689668337, + "test_acc": 0.7963803019650291, + "test_loss": 0.5968084139464165, + "train_loss": 0.1567504524190203, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 202 + }, + { + "test_rec": 0.8149647464054744, + "test_prec": 0.6299611440677733, + "test_acc": 0.7036393376519003, + "test_loss": 0.5757428060703168, + "train_loss": 0.21078407518693765, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 203 + }, + { + "test_rec": 0.4467684638128239, + "test_prec": 0.7569063665884515, + "test_acc": 0.7978250951394098, + "test_loss": 0.9296033332289884, + "train_loss": 0.2861642335639867, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 204 + }, + { + "test_rec": 0.7389991331106239, + "test_prec": 0.705828343097082, + "test_acc": 0.7420266723403415, + "test_loss": 0.6150881423238239, + "train_loss": 0.02738760977370161, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 205 + }, + { + "test_rec": 0.7696774013556537, + "test_prec": 0.8536790366363086, + "test_acc": 0.7031088984184029, + "test_loss": 0.8269734196146274, + "train_loss": 0.21560871248014668, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 206 + }, + { + "test_rec": 0.8724842657661215, + "test_prec": 0.7079393847827644, + "test_acc": 0.7706938032646562, + "test_loss": 1.0773745770352032, + "train_loss": 0.3663631548494531, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 207 + }, + { + "test_rec": 0.7507416405860894, + "test_prec": 0.696893731151811, + "test_acc": 0.7253131414288287, + "test_loss": 0.7827135428021528, + "train_loss": 0.09071044434173704, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 208 + }, + { + "test_rec": 0.9280929891690504, + "test_prec": 0.83909470981048, + "test_acc": 0.7761684873494873, + "test_loss": 0.5591877618750917, + "train_loss": 0.06082894671035495, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 209 + }, + { + "test_rec": 0.942561817405726, + "test_prec": 0.8438338450510339, + "test_acc": 0.768227917328014, + "test_loss": 0.6326841555294778, + "train_loss": 0.32527782785003445, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 210 + }, + { + "test_rec": 0.5552200914305574, + "test_prec": 0.7206921702713793, + "test_acc": 0.6998627943463496, + "test_loss": 0.6992430053395114, + "train_loss": 0.2624252822095309, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 211 + }, + { + "test_rec": 0.7713716238611947, + "test_prec": 0.8612886822167233, + "test_acc": 0.7072536876732483, + "test_loss": 1.0514059233629278, + "train_loss": 0.3216579207120351, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 212 + }, + { + "test_rec": 0.6602315918257533, + "test_prec": 0.7900325767446319, + "test_acc": 0.7534561347858724, + "test_loss": 0.7836545703772193, + "train_loss": 0.3172396018810373, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 213 + }, + { + "test_rec": 0.7695188976752046, + "test_prec": 0.8414680993757725, + "test_acc": 0.7670519862374424, + "test_loss": 0.5820833825312086, + "train_loss": 0.4311722673876586, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 214 + }, + { + "test_rec": 0.8595325940836845, + "test_prec": 0.8450211355453846, + "test_acc": 0.7870367145751055, + "test_loss": 0.81319014370382, + "train_loss": 0.43816092454781186, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 215 + }, + { + "test_rec": 0.5030184205829348, + "test_prec": 0.727443659248182, + "test_acc": 0.7590371365488492, + "test_loss": 0.867972803678001, + "train_loss": 0.38125400365425893, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 216 + }, + { + "test_rec": 0.7039603521631186, + "test_prec": 0.7357069048184892, + "test_acc": 0.7965623572754488, + "test_loss": 0.9373757130051926, + "train_loss": 0.3938074412182255, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 217 + }, + { + "test_rec": 0.9561235468939839, + "test_prec": 0.8237011008550165, + "test_acc": 0.7541922126085265, + "test_loss": 1.122088227531837, + "train_loss": 0.33616910351735574, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 218 + }, + { + "test_rec": 0.8246389503295071, + "test_prec": 0.7900514061610897, + "test_acc": 0.7963903266287906, + "test_loss": 0.6051665264404663, + "train_loss": 0.4514425931499068, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 219 + }, + { + "test_rec": 0.49299206037459414, + "test_prec": 0.698805464841443, + "test_acc": 0.7963696441794179, + "test_loss": 0.6078486678920308, + "train_loss": 0.07529091190649402, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 220 + }, + { + "test_rec": 0.7639622223220293, + "test_prec": 0.7670065135482905, + "test_acc": 0.7043708917489104, + "test_loss": 0.4759884417575826, + "train_loss": 0.16378137772870477, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 221 + }, + { + "test_rec": 0.5733316999988016, + "test_prec": 0.8617228509315225, + "test_acc": 0.7954455101545709, + "test_loss": 1.0574270023061614, + "train_loss": 0.05873767048695679, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 222 + }, + { + "test_rec": 0.8208958029348608, + "test_prec": 0.636652937592814, + "test_acc": 0.7781036736066669, + "test_loss": 0.665454881274663, + "train_loss": 0.3440239839894367, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 223 + }, + { + "test_rec": 0.4418706827780789, + "test_prec": 0.8120169462320559, + "test_acc": 0.7734561379141374, + "test_loss": 1.080458109600737, + "train_loss": 0.06238572189247823, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 224 + }, + { + "test_rec": 0.4839068152310206, + "test_prec": 0.6415020745452822, + "test_acc": 0.7559145415359432, + "test_loss": 1.1145815298909278, + "train_loss": 0.12654946689293745, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 225 + }, + { + "test_rec": 0.7379440026096957, + "test_prec": 0.7233199915975383, + "test_acc": 0.7570136210578053, + "test_loss": 0.47940682280686514, + "train_loss": 0.09489974976568487, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 226 + }, + { + "test_rec": 0.7091705374808368, + "test_prec": 0.6334638748921237, + "test_acc": 0.697660058709702, + "test_loss": 1.075442811861589, + "train_loss": 0.21713988982689494, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 227 + }, + { + "test_rec": 0.7152552959264049, + "test_prec": 0.7809926225801866, + "test_acc": 0.7249130071686121, + "test_loss": 0.6757287941312751, + "train_loss": 0.44039361768255264, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 228 + }, + { + "test_rec": 0.843241747096324, + "test_prec": 0.6312135916138155, + "test_acc": 0.7019941899984602, + "test_loss": 0.9771692888588455, + "train_loss": 0.018971009990872527, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 229 + }, + { + "test_rec": 0.6935276765842435, + "test_prec": 0.7508647427942369, + "test_acc": 0.709746322878457, + "test_loss": 0.8601724945421809, + "train_loss": 0.22192222593979324, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 230 + }, + { + "test_rec": 0.4826026886425029, + "test_prec": 0.786909358451045, + "test_acc": 0.782120467416601, + "test_loss": 0.8135106957117659, + "train_loss": 0.13044737664538825, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 231 + }, + { + "test_rec": 0.6448661968518759, + "test_prec": 0.8128873489114, + "test_acc": 0.7469927565560387, + "test_loss": 1.012628477932803, + "train_loss": 0.3671582154765557, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 232 + }, + { + "test_rec": 0.4423215542315738, + "test_prec": 0.6910847573782015, + "test_acc": 0.7149329501224155, + "test_loss": 0.5975213028593698, + "train_loss": 0.31073482401337826, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 233 + }, + { + "test_rec": 0.6571746583847269, + "test_prec": 0.8191890221615626, + "test_acc": 0.7944494211815715, + "test_loss": 1.0686632229780189, + "train_loss": 0.011219296145508699, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 234 + }, + { + "test_rec": 0.5382358201152285, + "test_prec": 0.7305680102138195, + "test_acc": 0.7716194358637497, + "test_loss": 0.8609095881414544, + "train_loss": 0.2912719543899117, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 235 + }, + { + "test_rec": 0.6327909679760844, + "test_prec": 0.6561412700481503, + "test_acc": 0.7600286512584871, + "test_loss": 0.4963009650847022, + "train_loss": 0.13048646796434482, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 236 + }, + { + "test_rec": 0.6963733084843369, + "test_prec": 0.8589775837783432, + "test_acc": 0.7115223088567351, + "test_loss": 0.6191169396231414, + "train_loss": 0.2029455119452555, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 237 + }, + { + "test_rec": 0.955830523491807, + "test_prec": 0.6852851748766162, + "test_acc": 0.7379820156404531, + "test_loss": 0.6233339854676505, + "train_loss": 0.2683524284623252, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 238 + }, + { + "test_rec": 0.803687623276625, + "test_prec": 0.6538556629435036, + "test_acc": 0.7915918855730658, + "test_loss": 0.9660549660062301, + "train_loss": 0.33076296396521687, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 239 + }, + { + "test_rec": 0.6466365611995345, + "test_prec": 0.7643713214343191, + "test_acc": 0.7839359106752151, + "test_loss": 0.45694270800241843, + "train_loss": 0.01111722545245021, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 240 + }, + { + "test_rec": 0.6966056365431945, + "test_prec": 0.8198632813489887, + "test_acc": 0.7913300302433968, + "test_loss": 0.5895105784343815, + "train_loss": 0.1781578193365448, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 241 + }, + { + "test_rec": 0.735301303446215, + "test_prec": 0.8405116715701917, + "test_acc": 0.7142012165632982, + "test_loss": 0.8694001575577185, + "train_loss": 0.3362781331592576, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 242 + }, + { + "test_rec": 0.6321340147709974, + "test_prec": 0.640629449163692, + "test_acc": 0.7528876255445759, + "test_loss": 0.794250625654656, + "train_loss": 0.4537579354245695, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 243 + }, + { + "test_rec": 0.7687048519948545, + "test_prec": 0.8615503690113182, + "test_acc": 0.6930457171500021, + "test_loss": 1.165454932560499, + "train_loss": 0.24542821431146228, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 244 + }, + { + "test_rec": 0.7364983893678356, + "test_prec": 0.7179105446408359, + "test_acc": 0.7227169740652977, + "test_loss": 1.0677683589685154, + "train_loss": 0.020574590025084695, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 245 + }, + { + "test_rec": 0.7415812048611603, + "test_prec": 0.8493812268379045, + "test_acc": 0.6955859970771906, + "test_loss": 0.45739927892819177, + "train_loss": 0.3910285759381589, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 246 + }, + { + "test_rec": 0.9621372649337476, + "test_prec": 0.7268303837444522, + "test_acc": 0.736638653880461, + "test_loss": 0.4660278597237328, + "train_loss": 0.3987149685026255, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 247 + }, + { + "test_rec": 0.9727788412799216, + "test_prec": 0.7000661131820719, + "test_acc": 0.7393022213558533, + "test_loss": 0.6731103499526773, + "train_loss": 0.13433030386714528, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 248 + }, + { + "test_rec": 0.6536524459616, + "test_prec": 0.8337780226293929, + "test_acc": 0.757261531678303, + "test_loss": 1.1705232820619416, + "train_loss": 0.39190743024306957, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 249 + }, + { + "test_rec": 0.46313346600510835, + "test_prec": 0.7843450487845269, + "test_acc": 0.792835207492135, + "test_loss": 0.786221326402438, + "train_loss": 0.28713693259117196, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 250 + }, + { + "test_rec": 0.6526293065607986, + "test_prec": 0.7164201863385369, + "test_acc": 0.7827634058917085, + "test_loss": 0.8920647722573631, + "train_loss": 0.29944481837235887, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 251 + }, + { + "test_rec": 0.5268450455865412, + "test_prec": 0.6999077443822598, + "test_acc": 0.7655892532235548, + "test_loss": 0.8966302819150153, + "train_loss": 0.4355012314140784, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 252 + }, + { + "test_rec": 0.7126562056208456, + "test_prec": 0.6486353700997539, + "test_acc": 0.7432484048948479, + "test_loss": 0.6221573720644664, + "train_loss": 0.3226187914445182, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 253 + }, + { + "test_rec": 0.5933118112411429, + "test_prec": 0.7250672430876671, + "test_acc": 0.7376802251289091, + "test_loss": 1.1473276426881962, + "train_loss": 0.4549453817974249, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 254 + }, + { + "test_rec": 0.8003730566021537, + "test_prec": 0.7085363734244461, + "test_acc": 0.7916956706716759, + "test_loss": 0.6505915989027928, + "train_loss": 0.2825892071842938, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 255 + }, + { + "test_rec": 0.5795456633723515, + "test_prec": 0.6378240964054978, + "test_acc": 0.8009371459872392, + "test_loss": 0.4652439469501865, + "train_loss": 0.24336779563849878, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 256 + }, + { + "test_rec": 0.8255704823611567, + "test_prec": 0.7837684033501044, + "test_acc": 0.7995627469698966, + "test_loss": 0.6487528202576174, + "train_loss": 0.14301689408444548, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 257 + }, + { + "test_rec": 0.6601854014177826, + "test_prec": 0.6845721025286585, + "test_acc": 0.7536222968303768, + "test_loss": 1.1264240214180106, + "train_loss": 0.46225665767247837, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 258 + }, + { + "test_rec": 0.7089189357605952, + "test_prec": 0.8549970827912381, + "test_acc": 0.7138493583721766, + "test_loss": 1.1480903238579474, + "train_loss": 0.42717639006163133, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 259 + }, + { + "test_rec": 0.6218985024281672, + "test_prec": 0.7327965581921599, + "test_acc": 0.7513372197596335, + "test_loss": 0.6366812394537336, + "train_loss": 0.4567451516782932, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 260 + }, + { + "test_rec": 0.5964827141394106, + "test_prec": 0.859103343567133, + "test_acc": 0.7995572059911129, + "test_loss": 1.1498801441009932, + "train_loss": 0.33363306051192176, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 261 + }, + { + "test_rec": 0.7599463879107311, + "test_prec": 0.7608805120812532, + "test_acc": 0.7539287575752333, + "test_loss": 0.8591031095264636, + "train_loss": 0.25747684612357047, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 262 + }, + { + "test_rec": 0.9592812740040191, + "test_prec": 0.8051095700228271, + "test_acc": 0.7113919355748974, + "test_loss": 1.0886789257096063, + "train_loss": 0.25300680540161063, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 263 + }, + { + "test_rec": 0.7561857183948483, + "test_prec": 0.6618052585530774, + "test_acc": 0.7233979499867641, + "test_loss": 0.6200388909829938, + "train_loss": 0.24679722713376023, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 264 + }, + { + "test_rec": 0.9822980348334716, + "test_prec": 0.6809098385181165, + "test_acc": 0.7224283410958039, + "test_loss": 1.036168632952449, + "train_loss": 0.40609108408394096, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 265 + }, + { + "test_rec": 0.9704683342256, + "test_prec": 0.8223757416498028, + "test_acc": 0.7552489776451856, + "test_loss": 1.0999375371448141, + "train_loss": 0.17877213015686677, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 266 + }, + { + "test_rec": 0.9275440422264289, + "test_prec": 0.8371237915230324, + "test_acc": 0.7211085279112199, + "test_loss": 0.9346642650460486, + "train_loss": 0.44096008182723606, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 267 + }, + { + "test_rec": 0.6733870057461853, + "test_prec": 0.6696930634731497, + "test_acc": 0.7747888485678711, + "test_loss": 0.9752799757259865, + "train_loss": 0.33660938370204707, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 268 + }, + { + "test_rec": 0.873035807371239, + "test_prec": 0.7796380646872645, + "test_acc": 0.7617755820788047, + "test_loss": 0.6382124790318655, + "train_loss": 0.10039429636779017, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 269 + }, + { + "test_rec": 0.8498199109492133, + "test_prec": 0.8271923974894675, + "test_acc": 0.7311751942647423, + "test_loss": 0.8081618296186605, + "train_loss": 0.12664713906329136, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 270 + }, + { + "test_rec": 0.5718505964504539, + "test_prec": 0.772798265521437, + "test_acc": 0.7677234670686368, + "test_loss": 0.5152286384779894, + "train_loss": 0.32137078058546015, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 271 + }, + { + "test_rec": 0.7300500283854732, + "test_prec": 0.8560272128241286, + "test_acc": 0.7985838164160847, + "test_loss": 0.4783129576158894, + "train_loss": 0.2864939436098484, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 272 + }, + { + "test_rec": 0.4627094569863904, + "test_prec": 0.8281200745416936, + "test_acc": 0.7673447932215696, + "test_loss": 0.7647182416608632, + "train_loss": 0.19118560766672674, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 273 + }, + { + "test_rec": 0.8752944058557921, + "test_prec": 0.6866006847844691, + "test_acc": 0.735452278655157, + "test_loss": 0.8366256517444148, + "train_loss": 0.40734085252945684, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 274 + }, + { + "test_rec": 0.8381791244481093, + "test_prec": 0.664778420979314, + "test_acc": 0.801955591657962, + "test_loss": 0.8448056811361668, + "train_loss": 0.4243137388442821, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 275 + }, + { + "test_rec": 0.5032121906822439, + "test_prec": 0.751847734002435, + "test_acc": 0.7925750347368278, + "test_loss": 1.0636031781145863, + "train_loss": 0.3440293191349042, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 276 + }, + { + "test_rec": 0.5752943398780964, + "test_prec": 0.8336905235319604, + "test_acc": 0.7280740640459749, + "test_loss": 1.0969855069838688, + "train_loss": 0.3790297363668028, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 277 + }, + { + "test_rec": 0.7048299503945912, + "test_prec": 0.6285980177805025, + "test_acc": 0.7390918528054021, + "test_loss": 0.6647524861043154, + "train_loss": 0.44566601062727323, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 278 + }, + { + "test_rec": 0.8063308622819538, + "test_prec": 0.6216653970347205, + "test_acc": 0.7203950019126522, + "test_loss": 0.8084943719875322, + "train_loss": 0.45179138468029756, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 279 + }, + { + "test_rec": 0.5091972671318348, + "test_prec": 0.7208510173557905, + "test_acc": 0.7984990815662075, + "test_loss": 1.1413278071202348, + "train_loss": 0.11658067144926337, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 280 + }, + { + "test_rec": 0.5779635447884955, + "test_prec": 0.7978858094794944, + "test_acc": 0.7067299728669565, + "test_loss": 0.8783917543890924, + "train_loss": 0.3504342241567547, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 281 + }, + { + "test_rec": 0.6438999616447946, + "test_prec": 0.7129539643717061, + "test_acc": 0.6998340482753207, + "test_loss": 0.8822880915958426, + "train_loss": 0.4099432234591051, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 282 + }, + { + "test_rec": 0.6762457151392233, + "test_prec": 0.8374264248451372, + "test_acc": 0.7308188310842226, + "test_loss": 0.8529383651039704, + "train_loss": 0.0265892266203556, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 283 + }, + { + "test_rec": 0.46172829922143427, + "test_prec": 0.6901559657369175, + "test_acc": 0.7487879971615726, + "test_loss": 0.8595179229107466, + "train_loss": 0.21853392952649253, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 284 + }, + { + "test_rec": 0.9353707264376848, + "test_prec": 0.7996177011864519, + "test_acc": 0.7719518503614701, + "test_loss": 0.8520127490357661, + "train_loss": 0.3736217396367159, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 285 + }, + { + "test_rec": 0.5687771957033015, + "test_prec": 0.6771689279802304, + "test_acc": 0.7229496989900033, + "test_loss": 0.6653367615392878, + "train_loss": 0.05299389084354987, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 286 + }, + { + "test_rec": 0.8091976288043763, + "test_prec": 0.6969269841208415, + "test_acc": 0.7810033138168359, + "test_loss": 1.0777369490950512, + "train_loss": 0.2887627464080595, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 287 + }, + { + "test_rec": 0.4888720162008785, + "test_prec": 0.75337766355584, + "test_acc": 0.7841237419868122, + "test_loss": 0.7865197182182626, + "train_loss": 0.15015015923263736, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 288 + }, + { + "test_rec": 0.7271515236939214, + "test_prec": 0.8662078168599041, + "test_acc": 0.7871910535291637, + "test_loss": 0.6336938164301803, + "train_loss": 0.41979571808408145, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 289 + }, + { + "test_rec": 0.8818441713529541, + "test_prec": 0.8338062594944244, + "test_acc": 0.7082026232695843, + "test_loss": 1.1015417462638064, + "train_loss": 0.38612797854478415, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 290 + }, + { + "test_rec": 0.7771018134811549, + "test_prec": 0.7057333461012321, + "test_acc": 0.779535820171775, + "test_loss": 0.6617763637372421, + "train_loss": 0.2246976617555022, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 291 + }, + { + "test_rec": 0.9660066430774936, + "test_prec": 0.6776451883332422, + "test_acc": 0.6945306006405616, + "test_loss": 0.8199179825529579, + "train_loss": 0.12184377371338455, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 292 + }, + { + "test_rec": 0.7985585859085593, + "test_prec": 0.7800996457494105, + "test_acc": 0.7606806274308887, + "test_loss": 1.1044600242791924, + "train_loss": 0.04779391177900638, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 293 + }, + { + "test_rec": 0.9302955611156178, + "test_prec": 0.6671809271230238, + "test_acc": 0.7039182265079029, + "test_loss": 1.1245718705155434, + "train_loss": 0.39575372223847044, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 294 + }, + { + "test_rec": 0.8243682288007952, + "test_prec": 0.8234958317333159, + "test_acc": 0.7587838712977434, + "test_loss": 0.5983344560029205, + "train_loss": 0.4111681606229415, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 295 + }, + { + "test_rec": 0.7429776064222107, + "test_prec": 0.8463067758372707, + "test_acc": 0.7207581691031616, + "test_loss": 1.0286110219525781, + "train_loss": 0.18161740151321687, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 296 + }, + { + "test_rec": 0.5690186216774114, + "test_prec": 0.7746208208848214, + "test_acc": 0.7025413450111194, + "test_loss": 1.056395306556205, + "train_loss": 0.13904222864657273, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 297 + }, + { + "test_rec": 0.7286785424326632, + "test_prec": 0.7032960737934966, + "test_acc": 0.7859752192985198, + "test_loss": 0.48341592235116293, + "train_loss": 0.07774971958700917, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 298 + }, + { + "test_rec": 0.9166637209223483, + "test_prec": 0.8020966068845939, + "test_acc": 0.7774375746601924, + "test_loss": 0.7826820020039671, + "train_loss": 0.10323392068230035, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 299 + }, + { + "test_rec": 0.9102239912287519, + "test_prec": 0.8633529454682591, + "test_acc": 0.7795537060937402, + "test_loss": 0.8381220115677407, + "train_loss": 0.3731688770721528, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 300 + }, + { + "test_rec": 0.8332907174077155, + "test_prec": 0.6330764217757487, + "test_acc": 0.6935117703966746, + "test_loss": 1.1272391217665592, + "train_loss": 0.4037139793468942, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 301 + }, + { + "test_rec": 0.5919654200076607, + "test_prec": 0.7184294938680806, + "test_acc": 0.729075960417588, + "test_loss": 0.6633646732401013, + "train_loss": 0.20752642200910434, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 302 + }, + { + "test_rec": 0.8154648495404273, + "test_prec": 0.6673621636392564, + "test_acc": 0.7587258228867496, + "test_loss": 1.035427179815835, + "train_loss": 0.3892204402780053, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 303 + }, + { + "test_rec": 0.8156932280947566, + "test_prec": 0.8594761586976868, + "test_acc": 0.786760906220055, + "test_loss": 0.5080102682167473, + "train_loss": 0.3883038291136814, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 304 + }, + { + "test_rec": 0.5704691444948211, + "test_prec": 0.7435588242537359, + "test_acc": 0.7613425104811834, + "test_loss": 0.5556490497168554, + "train_loss": 0.06151015693234939, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 305 + }, + { + "test_rec": 0.6988381367874881, + "test_prec": 0.7739385142249126, + "test_acc": 0.7607242911065174, + "test_loss": 0.9367744272143874, + "train_loss": 0.11107202818691707, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 306 + }, + { + "test_rec": 0.7105912502081677, + "test_prec": 0.6331025360735756, + "test_acc": 0.7244036306300353, + "test_loss": 0.7590171283430174, + "train_loss": 0.1386588041454518, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 307 + }, + { + "test_rec": 0.787992869625873, + "test_prec": 0.8500791545161384, + "test_acc": 0.6935490708221815, + "test_loss": 0.494341146995101, + "train_loss": 0.4026517803145964, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 308 + }, + { + "test_rec": 0.8371422796159188, + "test_prec": 0.8608782445607033, + "test_acc": 0.7100923312864664, + "test_loss": 0.6482120805042044, + "train_loss": 0.06640239819072534, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 309 + }, + { + "test_rec": 0.7119151483981839, + "test_prec": 0.6966587200224548, + "test_acc": 0.7798440937060994, + "test_loss": 0.7214622445556557, + "train_loss": 0.1482154777029046, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 310 + }, + { + "test_rec": 0.529298926902298, + "test_prec": 0.8781256652609175, + "test_acc": 0.7620231230716834, + "test_loss": 0.6632540324952889, + "train_loss": 0.41806138754304345, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 311 + }, + { + "test_rec": 0.45370127599306553, + "test_prec": 0.6728025675627233, + "test_acc": 0.7471776120881171, + "test_loss": 0.6599690870646366, + "train_loss": 0.07713160337522094, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 312 + }, + { + "test_rec": 0.9731228947610187, + "test_prec": 0.6616449050028261, + "test_acc": 0.7101979105544685, + "test_loss": 0.49732116774626783, + "train_loss": 0.057240524111082255, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 313 + }, + { + "test_rec": 0.7449644111727791, + "test_prec": 0.7292480550056336, + "test_acc": 0.7483177852141905, + "test_loss": 1.0980982522474028, + "train_loss": 0.11904644573525672, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 314 + }, + { + "test_rec": 0.45538909298911323, + "test_prec": 0.699544894015703, + "test_acc": 0.7925439852445997, + "test_loss": 1.1177258278199103, + "train_loss": 0.08359412640549604, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 315 + }, + { + "test_rec": 0.7857996535490752, + "test_prec": 0.639245373360602, + "test_acc": 0.7525664678869846, + "test_loss": 1.1461500886310394, + "train_loss": 0.08870394341001825, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 316 + }, + { + "test_rec": 0.7061297051004425, + "test_prec": 0.8655791304341944, + "test_acc": 0.7534626350627983, + "test_loss": 0.5346961740976764, + "train_loss": 0.3612959892688885, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 317 + }, + { + "test_rec": 0.906031350734974, + "test_prec": 0.87030334124183, + "test_acc": 0.7281961558696859, + "test_loss": 0.7812012078080984, + "train_loss": 0.29957174208674564, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 318 + }, + { + "test_rec": 0.6310512906963579, + "test_prec": 0.8516332630544416, + "test_acc": 0.7519837772609184, + "test_loss": 0.49953166981757874, + "train_loss": 0.3755643328218909, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 319 + }, + { + "test_rec": 0.613757137890925, + "test_prec": 0.7330183161745689, + "test_acc": 0.7187215586524863, + "test_loss": 0.7401673877612152, + "train_loss": 0.03835673228703596, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 320 + }, + { + "test_rec": 0.6359173923468979, + "test_prec": 0.7857261292235463, + "test_acc": 0.7122032962352507, + "test_loss": 0.7832741892256796, + "train_loss": 0.33140400155899935, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 321 + }, + { + "test_rec": 0.9020077133854612, + "test_prec": 0.7377046959209425, + "test_acc": 0.7863532210320896, + "test_loss": 0.7504731083952542, + "train_loss": 0.15423419798530094, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 322 + }, + { + "test_rec": 0.5720702192376188, + "test_prec": 0.6817835092881054, + "test_acc": 0.7352485739488743, + "test_loss": 0.7981106302770241, + "train_loss": 0.05872351052402596, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 323 + }, + { + "test_rec": 0.6686573744022658, + "test_prec": 0.7287224355405363, + "test_acc": 0.7640876922138229, + "test_loss": 0.810612981283628, + "train_loss": 0.17035724770880845, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 324 + }, + { + "test_rec": 0.9458816558623531, + "test_prec": 0.772311271177481, + "test_acc": 0.7736067509614278, + "test_loss": 0.9178165834908907, + "train_loss": 0.3755282808683108, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 325 + }, + { + "test_rec": 0.7418335416994822, + "test_prec": 0.6324161786830099, + "test_acc": 0.7467145425795969, + "test_loss": 0.9771313429959487, + "train_loss": 0.3578696931525566, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 326 + }, + { + "test_rec": 0.48300758192454535, + "test_prec": 0.7328878838913725, + "test_acc": 0.7926059697039765, + "test_loss": 0.6626776566371965, + "train_loss": 0.016918179235025095, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 327 + }, + { + "test_rec": 0.8509076087467689, + "test_prec": 0.7033495545820043, + "test_acc": 0.7755399437296727, + "test_loss": 0.511911968176191, + "train_loss": 0.46161515951422727, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 328 + }, + { + "test_rec": 0.9418771807968409, + "test_prec": 0.7757864319061355, + "test_acc": 0.7254396775102078, + "test_loss": 0.7389490243528067, + "train_loss": 0.34510153581006003, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 329 + }, + { + "test_rec": 0.9330103645528222, + "test_prec": 0.7343816631467468, + "test_acc": 0.7776434053827966, + "test_loss": 0.6881413127194909, + "train_loss": 0.12758749531258368, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 330 + }, + { + "test_rec": 0.4883519826006659, + "test_prec": 0.7089602949808563, + "test_acc": 0.7937012887773528, + "test_loss": 0.5860387615670426, + "train_loss": 0.13212808509610163, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 331 + }, + { + "test_rec": 0.7602395230740485, + "test_prec": 0.6799479119255735, + "test_acc": 0.7018038684637693, + "test_loss": 0.5854165861144315, + "train_loss": 0.3984369570262517, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 332 + }, + { + "test_rec": 0.9473939900862207, + "test_prec": 0.6448381058141618, + "test_acc": 0.7964500450054302, + "test_loss": 0.7302707506560198, + "train_loss": 0.3081375902566791, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 333 + }, + { + "test_rec": 0.6431141860414892, + "test_prec": 0.8239494141502787, + "test_acc": 0.7410723619651316, + "test_loss": 0.5388533619475433, + "train_loss": 0.17812742081203528, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 334 + }, + { + "test_rec": 0.6643215186302194, + "test_prec": 0.8793014806206731, + "test_acc": 0.791172937744875, + "test_loss": 0.6552093230892551, + "train_loss": 0.2543226944983439, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 335 + }, + { + "test_rec": 0.6854487426153523, + "test_prec": 0.8249132065331589, + "test_acc": 0.7388036249173487, + "test_loss": 0.9254381764189921, + "train_loss": 0.2503560665845359, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 336 + }, + { + "test_rec": 0.48433743517536776, + "test_prec": 0.6918072648580803, + "test_acc": 0.7308077656680384, + "test_loss": 0.5168690053191148, + "train_loss": 0.44879819781038705, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 337 + }, + { + "test_rec": 0.9619346431659921, + "test_prec": 0.7801162816664813, + "test_acc": 0.7892856736949213, + "test_loss": 1.1787208087144772, + "train_loss": 0.2017149298702772, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 338 + }, + { + "test_rec": 0.9387154888512107, + "test_prec": 0.8774936619736025, + "test_acc": 0.7515646641745579, + "test_loss": 1.079768959273597, + "train_loss": 0.09259590175884869, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 339 + }, + { + "test_rec": 0.8066106531384498, + "test_prec": 0.8721698138736957, + "test_acc": 0.7589277198840001, + "test_loss": 0.8055050419326291, + "train_loss": 0.10324073814248834, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 340 + }, + { + "test_rec": 0.5687587692905232, + "test_prec": 0.6227400662267043, + "test_acc": 0.7165462131750197, + "test_loss": 1.1308813713282648, + "train_loss": 0.05856813271634512, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 341 + }, + { + "test_rec": 0.7997341331530119, + "test_prec": 0.8343792703895341, + "test_acc": 0.7027368822887611, + "test_loss": 0.9425337486999166, + "train_loss": 0.45714562626678135, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 342 + }, + { + "test_rec": 0.945312765518024, + "test_prec": 0.7934666346296201, + "test_acc": 0.7787003176848205, + "test_loss": 1.0773156174950516, + "train_loss": 0.3894680937467893, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 343 + }, + { + "test_rec": 0.529818348605034, + "test_prec": 0.7229923588469908, + "test_acc": 0.7436057887871098, + "test_loss": 0.7285804159322891, + "train_loss": 0.01894489916383586, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 344 + }, + { + "test_rec": 0.9676920834927063, + "test_prec": 0.7881412528490166, + "test_acc": 0.7507206736949095, + "test_loss": 0.8959694499306082, + "train_loss": 0.12754513429495248, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 345 + }, + { + "test_rec": 0.8168708546748913, + "test_prec": 0.620962249150253, + "test_acc": 0.7384866035100388, + "test_loss": 0.5993600145639026, + "train_loss": 0.2608816982032963, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 346 + }, + { + "test_rec": 0.6535735419552404, + "test_prec": 0.8423625069631693, + "test_acc": 0.7824959590411409, + "test_loss": 0.8358429620500196, + "train_loss": 0.20722574243339226, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 347 + }, + { + "test_rec": 0.476202476425185, + "test_prec": 0.740274645515953, + "test_acc": 0.7213369656821784, + "test_loss": 0.9715115617077958, + "train_loss": 0.28729729516576896, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 348 + }, + { + "test_rec": 0.9164222742529122, + "test_prec": 0.8215351626071855, + "test_acc": 0.7177917162230982, + "test_loss": 1.0717749121636833, + "train_loss": 0.06956227039240982, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 349 + }, + { + "test_rec": 0.6901641257836248, + "test_prec": 0.7685829657511951, + "test_acc": 0.7299924335227223, + "test_loss": 0.6697232574747252, + "train_loss": 0.43035320923023396, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 350 + }, + { + "test_rec": 0.8295249729378591, + "test_prec": 0.7513997412329463, + "test_acc": 0.7195094735522288, + "test_loss": 0.9910350329962618, + "train_loss": 0.322302079744665, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 351 + }, + { + "test_rec": 0.49850609310626215, + "test_prec": 0.6410954565193288, + "test_acc": 0.7582294750682408, + "test_loss": 0.5351420950720304, + "train_loss": 0.09468665401912862, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 352 + }, + { + "test_rec": 0.6262390941334319, + "test_prec": 0.6692710637031649, + "test_acc": 0.7059626574774034, + "test_loss": 0.843872819139162, + "train_loss": 0.03350242383500348, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 353 + }, + { + "test_rec": 0.5919089377765043, + "test_prec": 0.8345581901069287, + "test_acc": 0.7098859223037459, + "test_loss": 0.5196753890563898, + "train_loss": 0.4284151780682142, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 354 + }, + { + "test_rec": 0.8099652590470972, + "test_prec": 0.8232948676450677, + "test_acc": 0.7600806061741409, + "test_loss": 0.8701773836354094, + "train_loss": 0.19175830447500916, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 355 + }, + { + "test_rec": 0.7466909446474297, + "test_prec": 0.8334569027908958, + "test_acc": 0.7338970783227869, + "test_loss": 1.0763967164331314, + "train_loss": 0.4548598861293744, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 356 + }, + { + "test_rec": 0.9633256907227232, + "test_prec": 0.6258012987997394, + "test_acc": 0.7048988194171675, + "test_loss": 0.7785747853086873, + "train_loss": 0.3760574213923398, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 357 + }, + { + "test_rec": 0.4613283034845631, + "test_prec": 0.6617245168507142, + "test_acc": 0.6937797405526687, + "test_loss": 0.4560267787597467, + "train_loss": 0.41236728804254713, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 358 + }, + { + "test_rec": 0.6394301782274732, + "test_prec": 0.8011908418983427, + "test_acc": 0.7473064700686721, + "test_loss": 0.8177500674743834, + "train_loss": 0.3334819559967199, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 359 + }, + { + "test_rec": 0.613584535841566, + "test_prec": 0.7251661042290306, + "test_acc": 0.7406750292871764, + "test_loss": 0.9978062191674162, + "train_loss": 0.07373316080579564, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 360 + }, + { + "test_rec": 0.7435849796472795, + "test_prec": 0.8786952728716493, + "test_acc": 0.7109820612879276, + "test_loss": 0.6477764657421652, + "train_loss": 0.4068390162543439, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 361 + }, + { + "test_rec": 0.5100154566965134, + "test_prec": 0.635871332990392, + "test_acc": 0.76110736344169, + "test_loss": 0.8503651130216909, + "train_loss": 0.2447300497050726, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 362 + }, + { + "test_rec": 0.8277458469269836, + "test_prec": 0.6224622016605297, + "test_acc": 0.7910320628358694, + "test_loss": 0.8196903884376656, + "train_loss": 0.46452830538776096, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 363 + }, + { + "test_rec": 0.7890732140768963, + "test_prec": 0.7839946362411968, + "test_acc": 0.7444512543707922, + "test_loss": 0.8685290432081918, + "train_loss": 0.2916894088449239, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 364 + }, + { + "test_rec": 0.5086385177274024, + "test_prec": 0.8185619994874175, + "test_acc": 0.798430008268641, + "test_loss": 0.9399727744977633, + "train_loss": 0.07997675898743557, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 365 + }, + { + "test_rec": 0.7879534177294242, + "test_prec": 0.7255131707436691, + "test_acc": 0.7594982224826465, + "test_loss": 0.5579539247050429, + "train_loss": 0.018415927708977358, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 366 + }, + { + "test_rec": 0.8924909748767444, + "test_prec": 0.6611830723513852, + "test_acc": 0.7117322634230806, + "test_loss": 0.8528573057933478, + "train_loss": 0.12106394086171497, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 367 + }, + { + "test_rec": 0.8428823106097338, + "test_prec": 0.7170925808755958, + "test_acc": 0.7860330895165165, + "test_loss": 0.47601855398789217, + "train_loss": 0.38646839906282016, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 368 + }, + { + "test_rec": 0.5286257809999941, + "test_prec": 0.8756550852807428, + "test_acc": 0.7933429170310972, + "test_loss": 0.9098063332762649, + "train_loss": 0.40373609808728195, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 369 + }, + { + "test_rec": 0.7140367606932212, + "test_prec": 0.6497327115681639, + "test_acc": 0.7815177181661545, + "test_loss": 0.7883798820144101, + "train_loss": 0.17919150676013706, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 370 + }, + { + "test_rec": 0.5149433093508403, + "test_prec": 0.679595909476219, + "test_acc": 0.7241506685615907, + "test_loss": 0.9748931159413172, + "train_loss": 0.1774019093622499, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 371 + }, + { + "test_rec": 0.7218615403323811, + "test_prec": 0.6788612348951598, + "test_acc": 0.7983002566535011, + "test_loss": 0.5020423090147934, + "train_loss": 0.26942198885741375, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 372 + }, + { + "test_rec": 0.9565142385248975, + "test_prec": 0.8299944301832886, + "test_acc": 0.7123295251953672, + "test_loss": 0.9678236493419365, + "train_loss": 0.07307334381662228, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 373 + }, + { + "test_rec": 0.9502760812902671, + "test_prec": 0.7663079668248886, + "test_acc": 0.7358264608985847, + "test_loss": 0.7245336910402258, + "train_loss": 0.061315241493183216, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 374 + }, + { + "test_rec": 0.9418259687422299, + "test_prec": 0.7000993958603475, + "test_acc": 0.7310671931492617, + "test_loss": 1.0148598979931986, + "train_loss": 0.33323110636138725, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 375 + }, + { + "test_rec": 0.7494943507500331, + "test_prec": 0.6337434119616926, + "test_acc": 0.7321222244365885, + "test_loss": 0.5813712003327737, + "train_loss": 0.371814102473084, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 376 + }, + { + "test_rec": 0.5704590884269969, + "test_prec": 0.6820399454959742, + "test_acc": 0.7288933208326066, + "test_loss": 0.8037075828565388, + "train_loss": 0.2702705946595516, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 377 + }, + { + "test_rec": 0.8920007221709507, + "test_prec": 0.6914207505376065, + "test_acc": 0.7296438372226656, + "test_loss": 0.7378234510496348, + "train_loss": 0.0960325802999602, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 378 + }, + { + "test_rec": 0.9542058886393032, + "test_prec": 0.8106281892650257, + "test_acc": 0.7012343638166455, + "test_loss": 0.4608061126930958, + "train_loss": 0.18960395463814894, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 379 + }, + { + "test_rec": 0.5284911081594407, + "test_prec": 0.777276994780709, + "test_acc": 0.7861137498717161, + "test_loss": 0.9988879704045599, + "train_loss": 0.36578447794641916, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 380 + }, + { + "test_rec": 0.6755987052354111, + "test_prec": 0.6233094638486317, + "test_acc": 0.7931131939245947, + "test_loss": 1.0485602885802168, + "train_loss": 0.4589526714268794, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 381 + }, + { + "test_rec": 0.49818265693481134, + "test_prec": 0.8781133637884775, + "test_acc": 0.7689696005562469, + "test_loss": 1.0870495375896263, + "train_loss": 0.2341683852315051, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 382 + }, + { + "test_rec": 0.9069916832688929, + "test_prec": 0.8158868977191605, + "test_acc": 0.7104566857949816, + "test_loss": 0.727258892840699, + "train_loss": 0.16027376698262324, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 383 + }, + { + "test_rec": 0.9201150797520807, + "test_prec": 0.749985629140563, + "test_acc": 0.799190264302491, + "test_loss": 0.8944690398736519, + "train_loss": 0.26397403135895114, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 384 + }, + { + "test_rec": 0.7415440561321448, + "test_prec": 0.7819619382202749, + "test_acc": 0.7725723026344571, + "test_loss": 1.030646014528292, + "train_loss": 0.039514164124960595, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 385 + }, + { + "test_rec": 0.9772218778980997, + "test_prec": 0.6546835691318549, + "test_acc": 0.7370659639792663, + "test_loss": 0.8188769341225771, + "train_loss": 0.31007380991208905, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 386 + }, + { + "test_rec": 0.7976570251307542, + "test_prec": 0.7531314221204212, + "test_acc": 0.7224971567142812, + "test_loss": 0.9308827926766983, + "train_loss": 0.4218394423123407, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 387 + }, + { + "test_rec": 0.6041811942872977, + "test_prec": 0.8526769715503303, + "test_acc": 0.768316096866404, + "test_loss": 0.6280957263740174, + "train_loss": 0.3623939200001418, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 388 + }, + { + "test_rec": 0.7037477549504949, + "test_prec": 0.6655713796536744, + "test_acc": 0.770293642558752, + "test_loss": 0.676064499535461, + "train_loss": 0.42001265561628925, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 389 + }, + { + "test_rec": 0.6498515507519571, + "test_prec": 0.7569401121802264, + "test_acc": 0.7690108933692008, + "test_loss": 0.7573946927081685, + "train_loss": 0.0385360200964991, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 390 + }, + { + "test_rec": 0.7200740726565815, + "test_prec": 0.6779909720290679, + "test_acc": 0.7816087844757587, + "test_loss": 0.996066503271676, + "train_loss": 0.25560903021381287, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 391 + }, + { + "test_rec": 0.7195811862902138, + "test_prec": 0.6709365559627789, + "test_acc": 0.7028607378870255, + "test_loss": 1.0844210480369714, + "train_loss": 0.3939241067628173, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 392 + }, + { + "test_rec": 0.7473463632799724, + "test_prec": 0.8499380204230531, + "test_acc": 0.7419516583455285, + "test_loss": 1.1559522448357071, + "train_loss": 0.30370555384855913, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 393 + }, + { + "test_rec": 0.9021621877461417, + "test_prec": 0.7954508663247207, + "test_acc": 0.8014571015014333, + "test_loss": 1.1502713345149154, + "train_loss": 0.1019026447177658, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 394 + }, + { + "test_rec": 0.5416743962181856, + "test_prec": 0.7889759733441607, + "test_acc": 0.7747636148523791, + "test_loss": 0.9311688695121016, + "train_loss": 0.342204439056603, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 395 + }, + { + "test_rec": 0.6615353845182627, + "test_prec": 0.8049785812547026, + "test_acc": 0.7120234138784219, + "test_loss": 0.6466504142544365, + "train_loss": 0.020686900682251735, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 396 + }, + { + "test_rec": 0.6459733017907193, + "test_prec": 0.7976122426651195, + "test_acc": 0.7287256093724528, + "test_loss": 0.7982888853471534, + "train_loss": 0.08752094365171736, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 397 + }, + { + "test_rec": 0.9312959639229301, + "test_prec": 0.620835682181776, + "test_acc": 0.7057521737135922, + "test_loss": 0.9940602172402369, + "train_loss": 0.12450661779732633, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 398 + }, + { + "test_rec": 0.7883300254490863, + "test_prec": 0.728889655394341, + "test_acc": 0.7861566512379957, + "test_loss": 0.4633936506638854, + "train_loss": 0.45588164226502553, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 399 + }, + { + "test_rec": 0.5755884192889964, + "test_prec": 0.7439045833972963, + "test_acc": 0.7516785924026674, + "test_loss": 0.8451932044717647, + "train_loss": 0.4355805832483533, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 400 + }, + { + "test_rec": 0.9287308636822568, + "test_prec": 0.7552585158315125, + "test_acc": 0.6959095613751443, + "test_loss": 0.7403280063816313, + "train_loss": 0.07626712914204022, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 401 + }, + { + "test_rec": 0.6132137179551247, + "test_prec": 0.8599795538957019, + "test_acc": 0.792191162460281, + "test_loss": 0.5343951369829975, + "train_loss": 0.2543088373072764, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 402 + }, + { + "test_rec": 0.5107510511370001, + "test_prec": 0.79445588496768, + "test_acc": 0.7068123863645888, + "test_loss": 0.7142860838889598, + "train_loss": 0.33411372950692075, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 403 + }, + { + "test_rec": 0.8238911765772865, + "test_prec": 0.8304001328217746, + "test_acc": 0.744043131825332, + "test_loss": 0.5995768894500784, + "train_loss": 0.25369189318238605, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 404 + }, + { + "test_rec": 0.9116070528694808, + "test_prec": 0.6439127736711605, + "test_acc": 0.6972370098349253, + "test_loss": 0.5882097562834321, + "train_loss": 0.3360077724096332, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 405 + }, + { + "test_rec": 0.615871331038344, + "test_prec": 0.6869388068764234, + "test_acc": 0.7700951870837374, + "test_loss": 0.9566258584960561, + "train_loss": 0.13704885956388232, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 406 + }, + { + "test_rec": 0.5761116847966028, + "test_prec": 0.7407596214675877, + "test_acc": 0.7520470809178034, + "test_loss": 1.1266519946856952, + "train_loss": 0.1485024522350184, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 407 + }, + { + "test_rec": 0.7203131356524859, + "test_prec": 0.8670280468023791, + "test_acc": 0.7782806248345695, + "test_loss": 0.8126699014094128, + "train_loss": 0.4068748083937065, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 408 + }, + { + "test_rec": 0.46278412052672135, + "test_prec": 0.8316279521456178, + "test_acc": 0.7974120314656994, + "test_loss": 0.4525930306982121, + "train_loss": 0.1888005554615181, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 409 + }, + { + "test_rec": 0.9471699308729111, + "test_prec": 0.7932362378855136, + "test_acc": 0.7492419171444313, + "test_loss": 0.6537968598493311, + "train_loss": 0.44137827282221337, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 410 + }, + { + "test_rec": 0.6133251330548599, + "test_prec": 0.7452988982210019, + "test_acc": 0.7317605766463336, + "test_loss": 0.5466849228915985, + "train_loss": 0.12736872056102255, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 411 + }, + { + "test_rec": 0.6310512310762395, + "test_prec": 0.822210591298423, + "test_acc": 0.7801456977837933, + "test_loss": 1.1047374717379528, + "train_loss": 0.29369094680110264, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 412 + }, + { + "test_rec": 0.49529706979926674, + "test_prec": 0.771012882518052, + "test_acc": 0.7600814335793146, + "test_loss": 1.1278029441795467, + "train_loss": 0.23483289083556905, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 413 + }, + { + "test_rec": 0.8229590326623538, + "test_prec": 0.7447841465014212, + "test_acc": 0.766763886161571, + "test_loss": 1.052343759736643, + "train_loss": 0.26069964893883774, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 414 + }, + { + "test_rec": 0.5319985750230445, + "test_prec": 0.6374314457179593, + "test_acc": 0.7263598472912034, + "test_loss": 1.0779718379117802, + "train_loss": 0.1565275536871973, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 415 + }, + { + "test_rec": 0.5570325577434131, + "test_prec": 0.7242646860041113, + "test_acc": 0.7782896973270794, + "test_loss": 0.677428981502471, + "train_loss": 0.02028594193259769, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 416 + }, + { + "test_rec": 0.5672355646364187, + "test_prec": 0.8232707495825806, + "test_acc": 0.6989703433037988, + "test_loss": 0.9333739953038991, + "train_loss": 0.01038954179424314, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 417 + }, + { + "test_rec": 0.8979326447108564, + "test_prec": 0.785041586934883, + "test_acc": 0.7679350020358247, + "test_loss": 0.7330394594174232, + "train_loss": 0.3113845692763531, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 418 + }, + { + "test_rec": 0.6176638421438436, + "test_prec": 0.796388346071315, + "test_acc": 0.7021917803245348, + "test_loss": 0.5417530441027404, + "train_loss": 0.2640455264970716, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 419 + }, + { + "test_rec": 0.8779792258127808, + "test_prec": 0.8224495639614984, + "test_acc": 0.7508154371850808, + "test_loss": 0.599396837123107, + "train_loss": 0.0876007619533359, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 420 + }, + { + "test_rec": 0.5898053242124208, + "test_prec": 0.6564723010553761, + "test_acc": 0.7104210721128207, + "test_loss": 0.8687677796891777, + "train_loss": 0.42916166883876367, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 421 + }, + { + "test_rec": 0.4487773238381194, + "test_prec": 0.6957662866582063, + "test_acc": 0.7667785134892774, + "test_loss": 0.6965709316949276, + "train_loss": 0.33969866776925406, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 422 + }, + { + "test_rec": 0.565502022978904, + "test_prec": 0.6536026864120087, + "test_acc": 0.765872388109465, + "test_loss": 0.6571160261949913, + "train_loss": 0.2910538588112175, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 423 + }, + { + "test_rec": 0.7688013705939776, + "test_prec": 0.7871516523657154, + "test_acc": 0.7288233900979638, + "test_loss": 0.6494668931554709, + "train_loss": 0.13579245507489898, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 424 + }, + { + "test_rec": 0.9707736513259033, + "test_prec": 0.6575988944945078, + "test_acc": 0.7220992707731416, + "test_loss": 0.4929690144344841, + "train_loss": 0.4230585421134897, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 425 + }, + { + "test_rec": 0.8584451252166028, + "test_prec": 0.8693038121941736, + "test_acc": 0.7959533859772714, + "test_loss": 0.5645675084006455, + "train_loss": 0.051777333253408296, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 426 + }, + { + "test_rec": 0.8920067259298969, + "test_prec": 0.8670408570643378, + "test_acc": 0.7855097058877002, + "test_loss": 1.0537845921974465, + "train_loss": 0.0650524421742025, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 427 + }, + { + "test_rec": 0.6047599281622211, + "test_prec": 0.621746818799428, + "test_acc": 0.6993415791488885, + "test_loss": 0.5283906476123572, + "train_loss": 0.05404773402135156, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 428 + }, + { + "test_rec": 0.9307321098489129, + "test_prec": 0.843277209099172, + "test_acc": 0.7662749563855176, + "test_loss": 0.9108437444976865, + "train_loss": 0.3704918927557877, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 429 + }, + { + "test_rec": 0.6115551121837776, + "test_prec": 0.659505908426731, + "test_acc": 0.7690114509680649, + "test_loss": 1.0820977421546647, + "train_loss": 0.42455260332115435, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 430 + }, + { + "test_rec": 0.8233722523652057, + "test_prec": 0.7335794335610779, + "test_acc": 0.798496255189947, + "test_loss": 0.7092436296638756, + "train_loss": 0.2622161555358356, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 431 + }, + { + "test_rec": 0.9154733640188946, + "test_prec": 0.6539157642925998, + "test_acc": 0.7029842394247883, + "test_loss": 0.8463554129230644, + "train_loss": 0.1826729509198852, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 432 + }, + { + "test_rec": 0.7190300451131568, + "test_prec": 0.7851829728369317, + "test_acc": 0.780250282088356, + "test_loss": 0.48534694720459065, + "train_loss": 0.38111314629791854, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 433 + }, + { + "test_rec": 0.6185336421925105, + "test_prec": 0.6824124883958476, + "test_acc": 0.696435196288157, + "test_loss": 1.0846599216926993, + "train_loss": 0.12063107958510892, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 434 + }, + { + "test_rec": 0.8056897148013535, + "test_prec": 0.7414915309554949, + "test_acc": 0.7579786974527598, + "test_loss": 1.054948369979886, + "train_loss": 0.37301259324670444, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 435 + }, + { + "test_rec": 0.8790293648429619, + "test_prec": 0.6299840091797145, + "test_acc": 0.7826458628280019, + "test_loss": 0.4586609287723248, + "train_loss": 0.3845256594209339, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 436 + }, + { + "test_rec": 0.9133370547658402, + "test_prec": 0.6317440057079359, + "test_acc": 0.7762536841061757, + "test_loss": 0.7387751638088114, + "train_loss": 0.017280344305245415, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 437 + }, + { + "test_rec": 0.8237836328065198, + "test_prec": 0.6316120326024836, + "test_acc": 0.7986656372946789, + "test_loss": 0.7069582286833943, + "train_loss": 0.250622452674772, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 438 + }, + { + "test_rec": 0.7761112951889941, + "test_prec": 0.7424268601651782, + "test_acc": 0.7669567117727989, + "test_loss": 1.1467947290824752, + "train_loss": 0.2940624657413539, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 439 + }, + { + "test_rec": 0.5782466182554092, + "test_prec": 0.8116510299434905, + "test_acc": 0.714960583757048, + "test_loss": 0.7714862574486857, + "train_loss": 0.37350584722332586, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 440 + }, + { + "test_rec": 0.8347248177152518, + "test_prec": 0.7017267958221706, + "test_acc": 0.7410267246230876, + "test_loss": 0.7679279243846421, + "train_loss": 0.13978502910008028, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 441 + }, + { + "test_rec": 0.949555430262401, + "test_prec": 0.7843398830810764, + "test_acc": 0.7938822347637576, + "test_loss": 0.8122553191067604, + "train_loss": 0.3450147071565184, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 442 + }, + { + "test_rec": 0.5272645729710642, + "test_prec": 0.7757342484520384, + "test_acc": 0.7523281911020236, + "test_loss": 0.6738958110219335, + "train_loss": 0.020814687467264274, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 443 + }, + { + "test_rec": 0.6679704082153081, + "test_prec": 0.8572712079981857, + "test_acc": 0.8010334325137545, + "test_loss": 1.1239628085226445, + "train_loss": 0.31014413214267234, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 444 + }, + { + "test_rec": 0.7563695405425583, + "test_prec": 0.7762181714049728, + "test_acc": 0.7144012406995462, + "test_loss": 0.7152415164854939, + "train_loss": 0.15228533129031266, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 445 + }, + { + "test_rec": 0.4855832318750689, + "test_prec": 0.7377255782185443, + "test_acc": 0.7072130627585265, + "test_loss": 1.0010019332797193, + "train_loss": 0.1397446329839515, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 446 + }, + { + "test_rec": 0.4501760336705159, + "test_prec": 0.826988171901015, + "test_acc": 0.7143826692131507, + "test_loss": 0.5706532429510627, + "train_loss": 0.40676614161226327, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 447 + }, + { + "test_rec": 0.9875268645076918, + "test_prec": 0.8070567239879554, + "test_acc": 0.6997351005678937, + "test_loss": 0.520913358961651, + "train_loss": 0.25734194472279925, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 448 + }, + { + "test_rec": 0.5193818927414489, + "test_prec": 0.8331910817064996, + "test_acc": 0.7350417707426453, + "test_loss": 0.5389576169784664, + "train_loss": 0.18818186562878408, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 449 + }, + { + "test_rec": 0.49700195604747455, + "test_prec": 0.7782226483629089, + "test_acc": 0.6958264523918459, + "test_loss": 0.4974756711805175, + "train_loss": 0.42033906376574703, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 450 + }, + { + "test_rec": 0.7548636650233975, + "test_prec": 0.8777237624987666, + "test_acc": 0.692994169340537, + "test_loss": 0.4750877947075804, + "train_loss": 0.44758183331551965, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 451 + }, + { + "test_rec": 0.5608360061233084, + "test_prec": 0.7763779193430371, + "test_acc": 0.7353557778242809, + "test_loss": 0.9645372747659553, + "train_loss": 0.21168839558139255, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 452 + }, + { + "test_rec": 0.4898684022743048, + "test_prec": 0.675726623795248, + "test_acc": 0.7273627574075026, + "test_loss": 1.1639862129571654, + "train_loss": 0.4639036281975562, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 453 + }, + { + "test_rec": 0.7760169495593806, + "test_prec": 0.7332219933690072, + "test_acc": 0.7520181236101044, + "test_loss": 0.608239425847821, + "train_loss": 0.45604867981028735, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 454 + }, + { + "test_rec": 0.6642730070023269, + "test_prec": 0.7820989264496316, + "test_acc": 0.7120304142727162, + "test_loss": 0.7237962801472964, + "train_loss": 0.12856474490664607, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 455 + }, + { + "test_rec": 0.4527422562923182, + "test_prec": 0.685793515671855, + "test_acc": 0.7060725855570946, + "test_loss": 1.0841061809977426, + "train_loss": 0.026162221755696727, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 456 + }, + { + "test_rec": 0.9654230559856098, + "test_prec": 0.6408160018157052, + "test_acc": 0.777716875433382, + "test_loss": 1.0884548231122526, + "train_loss": 0.13882314812977184, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 457 + }, + { + "test_rec": 0.5248169479952924, + "test_prec": 0.864361232812385, + "test_acc": 0.7541639622015527, + "test_loss": 0.7117999650260813, + "train_loss": 0.39710455780156784, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 458 + }, + { + "test_rec": 0.5434625920840691, + "test_prec": 0.6639671042126049, + "test_acc": 0.7285270607087059, + "test_loss": 0.9961772325640033, + "train_loss": 0.46102560895870864, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 459 + }, + { + "test_rec": 0.800103088399382, + "test_prec": 0.7508144077174401, + "test_acc": 0.7866730277372733, + "test_loss": 0.7319752404894739, + "train_loss": 0.23317029351299445, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 460 + }, + { + "test_rec": 0.5325487181088281, + "test_prec": 0.7407806045266828, + "test_acc": 0.7465092600703499, + "test_loss": 0.5129741330058478, + "train_loss": 0.06640538394715911, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 461 + }, + { + "test_rec": 0.5402422791921785, + "test_prec": 0.7587636671158863, + "test_acc": 0.8008517235822228, + "test_loss": 0.8189530929809629, + "train_loss": 0.320658993151922, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 462 + }, + { + "test_rec": 0.9442817725057717, + "test_prec": 0.8345133787158522, + "test_acc": 0.7076294516101206, + "test_loss": 0.5289750820889274, + "train_loss": 0.42764982786809574, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 463 + }, + { + "test_rec": 0.8399810078600035, + "test_prec": 0.6354524368515191, + "test_acc": 0.7228012025698187, + "test_loss": 0.7427796354003589, + "train_loss": 0.31813535795455183, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 464 + }, + { + "test_rec": 0.7448635924146356, + "test_prec": 0.6584334034356991, + "test_acc": 0.767403219834895, + "test_loss": 0.5090533650912336, + "train_loss": 0.26105691994499663, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 465 + }, + { + "test_rec": 0.551522435403718, + "test_prec": 0.8426289750790913, + "test_acc": 0.6961181560519699, + "test_loss": 0.5391509064544805, + "train_loss": 0.18812194966886697, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 466 + }, + { + "test_rec": 0.9034913173708994, + "test_prec": 0.7353771933269337, + "test_acc": 0.7944126912517226, + "test_loss": 0.550742161012615, + "train_loss": 0.21604075722596153, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 467 + }, + { + "test_rec": 0.8685902315853923, + "test_prec": 0.6801987430613168, + "test_acc": 0.7764247060029172, + "test_loss": 0.6359278049395791, + "train_loss": 0.445553960101567, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 468 + }, + { + "test_rec": 0.983025214907902, + "test_prec": 0.6487099925791178, + "test_acc": 0.7986784597202141, + "test_loss": 0.5532648329982802, + "train_loss": 0.24483420637411796, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 469 + }, + { + "test_rec": 0.695925193769658, + "test_prec": 0.8304903393452165, + "test_acc": 0.7026465100058539, + "test_loss": 0.7653725371219472, + "train_loss": 0.13169250450805497, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 470 + }, + { + "test_rec": 0.7541174409931226, + "test_prec": 0.8636133009002236, + "test_acc": 0.6927566670599529, + "test_loss": 0.6859322259329287, + "train_loss": 0.40884086085743765, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 471 + }, + { + "test_rec": 0.8518108272061609, + "test_prec": 0.6590123448535445, + "test_acc": 0.7076840755135706, + "test_loss": 0.791025524740299, + "train_loss": 0.225580919547233, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 472 + }, + { + "test_rec": 0.6607981415665446, + "test_prec": 0.6385750151390096, + "test_acc": 0.6981131790550686, + "test_loss": 0.6396127519856816, + "train_loss": 0.40028870684233764, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 473 + }, + { + "test_rec": 0.5989806679864412, + "test_prec": 0.8194894185377705, + "test_acc": 0.7540466116509226, + "test_loss": 0.59115777368415, + "train_loss": 0.421112380540459, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 474 + }, + { + "test_rec": 0.8145523439895308, + "test_prec": 0.7969767275744202, + "test_acc": 0.7291505590819326, + "test_loss": 1.1425160719355179, + "train_loss": 0.3454271833810206, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 475 + }, + { + "test_rec": 0.8628822105286411, + "test_prec": 0.8403601007762439, + "test_acc": 0.7365529667223247, + "test_loss": 0.5929471496814251, + "train_loss": 0.4457199599476944, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 476 + }, + { + "test_rec": 0.7529125240333921, + "test_prec": 0.8504733517871895, + "test_acc": 0.7092115801835076, + "test_loss": 0.9549838439778893, + "train_loss": 0.017274120123302112, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 477 + }, + { + "test_rec": 0.7083248032552439, + "test_prec": 0.8302107648473653, + "test_acc": 0.7872236888306092, + "test_loss": 1.0821186732856671, + "train_loss": 0.43695302570655054, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 478 + }, + { + "test_rec": 0.7464234688177197, + "test_prec": 0.8471355402321874, + "test_acc": 0.7209395615925833, + "test_loss": 0.7226094588247141, + "train_loss": 0.1927814433897592, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 479 + }, + { + "test_rec": 0.9012739485435066, + "test_prec": 0.7793925499194797, + "test_acc": 0.7401722492076565, + "test_loss": 1.0658672926998127, + "train_loss": 0.3098682119670085, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 480 + }, + { + "test_rec": 0.6791372400455702, + "test_prec": 0.7579353177831403, + "test_acc": 0.7972762976560943, + "test_loss": 1.1409074958247243, + "train_loss": 0.40790005113311995, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 481 + }, + { + "test_rec": 0.9696310848800889, + "test_prec": 0.6320587999048292, + "test_acc": 0.7883261881661219, + "test_loss": 1.135525363524116, + "train_loss": 0.15016416662132387, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 482 + }, + { + "test_rec": 0.7482993682644299, + "test_prec": 0.8564189465174913, + "test_acc": 0.7183665019353485, + "test_loss": 1.127038041647324, + "train_loss": 0.315678250733575, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 483 + }, + { + "test_rec": 0.6128529263894291, + "test_prec": 0.7540615504593368, + "test_acc": 0.7175356943696242, + "test_loss": 0.6600756869160143, + "train_loss": 0.09434681721892064, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 484 + }, + { + "test_rec": 0.4810695957616487, + "test_prec": 0.7007917464996866, + "test_acc": 0.7373264478649774, + "test_loss": 0.8569548900146806, + "train_loss": 0.010622740698140514, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 485 + }, + { + "test_rec": 0.6118609756649455, + "test_prec": 0.8018161445331462, + "test_acc": 0.7258596673697313, + "test_loss": 0.5817428165050544, + "train_loss": 0.12875936302216437, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 486 + }, + { + "test_rec": 0.8609927832038133, + "test_prec": 0.8498893287184395, + "test_acc": 0.7840466204164237, + "test_loss": 0.46286363715408785, + "train_loss": 0.11851461996120599, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 487 + }, + { + "test_rec": 0.6025786314949461, + "test_prec": 0.7490120959471018, + "test_acc": 0.7746187509584506, + "test_loss": 0.48434238329712875, + "train_loss": 0.3012469313471831, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 488 + }, + { + "test_rec": 0.8072712605502466, + "test_prec": 0.7977234497812, + "test_acc": 0.7110105530346482, + "test_loss": 0.7941904144459606, + "train_loss": 0.06502399362350648, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 489 + }, + { + "test_rec": 0.6908553215602024, + "test_prec": 0.8612299408169976, + "test_acc": 0.7914212203271228, + "test_loss": 0.7737183489581119, + "train_loss": 0.4273961362401159, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 490 + }, + { + "test_rec": 0.590994554022072, + "test_prec": 0.7977227875755122, + "test_acc": 0.7170739575160077, + "test_loss": 1.1235264329739185, + "train_loss": 0.37181708527343693, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 491 + }, + { + "test_rec": 0.5844204770073538, + "test_prec": 0.7292324175182132, + "test_acc": 0.799846078915323, + "test_loss": 0.501846564366232, + "train_loss": 0.05484422344224649, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 492 + }, + { + "test_rec": 0.8102647853524834, + "test_prec": 0.8244558666616453, + "test_acc": 0.6967299119602496, + "test_loss": 0.5325766021177889, + "train_loss": 0.15418201553704924, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 493 + }, + { + "test_rec": 0.7332074057154299, + "test_prec": 0.6894044110692075, + "test_acc": 0.7454096617450336, + "test_loss": 0.5877159039644837, + "train_loss": 0.23689874533494149, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 494 + }, + { + "test_rec": 0.8283932031762946, + "test_prec": 0.783207455633967, + "test_acc": 0.7324956509975531, + "test_loss": 0.6763001056969049, + "train_loss": 0.18630944579974493, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 495 + }, + { + "test_rec": 0.5861583171105388, + "test_prec": 0.8502754172270549, + "test_acc": 0.7482225157781701, + "test_loss": 1.1570839073954649, + "train_loss": 0.42059534570918694, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 496 + }, + { + "test_rec": 0.983378256988158, + "test_prec": 0.8076406306019133, + "test_acc": 0.7790428957135278, + "test_loss": 1.0254729276885677, + "train_loss": 0.20144195201207707, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 497 + }, + { + "test_rec": 0.5446407768935191, + "test_prec": 0.7885007209611783, + "test_acc": 0.6967272131497173, + "test_loss": 1.0717923454444154, + "train_loss": 0.01140297615145716, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 498 + }, + { + "test_rec": 0.8587972224806608, + "test_prec": 0.8161054442753256, + "test_acc": 0.701750778573407, + "test_loss": 0.7268009067794109, + "train_loss": 0.22349653036416187, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 499 + }, + { + "test_rec": 0.5765123062711308, + "test_prec": 0.7323250814375009, + "test_acc": 0.790164444916831, + "test_loss": 0.6139843978467541, + "train_loss": 0.17042102318262217, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 500 + }, + { + "test_rec": 0.7723596737570996, + "test_prec": 0.7448201391654989, + "test_acc": 0.762409797312907, + "test_loss": 0.8287642394602629, + "train_loss": 0.4075007339848657, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 501 + }, + { + "test_rec": 0.5745697705836064, + "test_prec": 0.7027842886045224, + "test_acc": 0.7191746438057615, + "test_loss": 1.023432497745256, + "train_loss": 0.04482662105433164, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 502 + }, + { + "test_rec": 0.8633370606287015, + "test_prec": 0.7120137285226188, + "test_acc": 0.7314589941904306, + "test_loss": 0.816283978050891, + "train_loss": 0.06801003130630451, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 503 + }, + { + "test_rec": 0.8207649141036231, + "test_prec": 0.674190427895104, + "test_acc": 0.7634205866759673, + "test_loss": 1.026715579594615, + "train_loss": 0.417722637264954, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 504 + }, + { + "test_rec": 0.570528397203238, + "test_prec": 0.797266496095843, + "test_acc": 0.7395891361851332, + "test_loss": 1.0904095356136543, + "train_loss": 0.45069710983865857, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 505 + }, + { + "test_rec": 0.6202523026663697, + "test_prec": 0.6647907749390245, + "test_acc": 0.7726126528254236, + "test_loss": 0.7623937693870708, + "train_loss": 0.31465862623279944, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 506 + }, + { + "test_rec": 0.9036161817121082, + "test_prec": 0.6479246964146238, + "test_acc": 0.719077117527666, + "test_loss": 1.1303748057527498, + "train_loss": 0.07022333043467023, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 507 + }, + { + "test_rec": 0.7110174597178806, + "test_prec": 0.7873075636174047, + "test_acc": 0.7735648239118329, + "test_loss": 0.8185876529117306, + "train_loss": 0.0689299715702623, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 508 + }, + { + "test_rec": 0.8481793621262467, + "test_prec": 0.7720797384435327, + "test_acc": 0.7845365757485678, + "test_loss": 1.1115032936124973, + "train_loss": 0.2756584732223113, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 509 + }, + { + "test_rec": 0.9603207651816272, + "test_prec": 0.8500250723689412, + "test_acc": 0.7595255788306107, + "test_loss": 0.998221222751545, + "train_loss": 0.3330949889234756, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 510 + }, + { + "test_rec": 0.9767035032403162, + "test_prec": 0.7825444764018648, + "test_acc": 0.7039593284593746, + "test_loss": 0.7273738769731926, + "train_loss": 0.39289744083927985, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 511 + }, + { + "test_rec": 0.5203715977015941, + "test_prec": 0.8347792990744517, + "test_acc": 0.7385083952246881, + "test_loss": 0.6933081182850886, + "train_loss": 0.10037785768710948, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 512 + }, + { + "test_rec": 0.7087939069878827, + "test_prec": 0.852866446045615, + "test_acc": 0.6938928464792099, + "test_loss": 0.9487711855747349, + "train_loss": 0.29535240338944735, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 513 + }, + { + "test_rec": 0.4858743534599747, + "test_prec": 0.703405073227791, + "test_acc": 0.7870428362333494, + "test_loss": 1.1129354935476077, + "train_loss": 0.11726490818429791, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 514 + }, + { + "test_rec": 0.7477391085871025, + "test_prec": 0.7861705796812057, + "test_acc": 0.7700998678096724, + "test_loss": 0.7903582270922325, + "train_loss": 0.12627935813997473, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 515 + }, + { + "test_rec": 0.7448747268107837, + "test_prec": 0.6577210161049654, + "test_acc": 0.7214461943531639, + "test_loss": 0.800558839779079, + "train_loss": 0.41346670156601556, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 516 + }, + { + "test_rec": 0.4762555912657518, + "test_prec": 0.8699072040765715, + "test_acc": 0.7273396818274013, + "test_loss": 0.6044289756988493, + "train_loss": 0.40594396136114036, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 517 + }, + { + "test_rec": 0.8564924586383748, + "test_prec": 0.7997304436369594, + "test_acc": 0.6976857995177873, + "test_loss": 0.870172894338783, + "train_loss": 0.44228807441649937, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 518 + }, + { + "test_rec": 0.48441745838372985, + "test_prec": 0.7709831628814653, + "test_acc": 0.7924223722711337, + "test_loss": 0.6390050614670986, + "train_loss": 0.3250517187548913, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 519 + }, + { + "test_rec": 0.7428223817369151, + "test_prec": 0.740786823341494, + "test_acc": 0.7216264698549364, + "test_loss": 0.5507170402232378, + "train_loss": 0.09277613787916995, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 520 + }, + { + "test_rec": 0.83642430853684, + "test_prec": 0.6317542633350428, + "test_acc": 0.7995992454982752, + "test_loss": 1.1706129441193651, + "train_loss": 0.163612924847132, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 521 + }, + { + "test_rec": 0.722958588482345, + "test_prec": 0.7306109886111211, + "test_acc": 0.7724818709042932, + "test_loss": 0.9078831970637906, + "train_loss": 0.4010436474143398, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 522 + }, + { + "test_rec": 0.6326616350501761, + "test_prec": 0.7696730142302285, + "test_acc": 0.7978362908480993, + "test_loss": 1.1504277065505253, + "train_loss": 0.1725477839698344, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 523 + }, + { + "test_rec": 0.9705303850606719, + "test_prec": 0.8617170670583589, + "test_acc": 0.7338525102852483, + "test_loss": 0.5210780827194832, + "train_loss": 0.35232019396399167, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 524 + }, + { + "test_rec": 0.6101808457894777, + "test_prec": 0.8634144904860442, + "test_acc": 0.782077876885162, + "test_loss": 0.6543139549492037, + "train_loss": 0.25990721848352877, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 525 + }, + { + "test_rec": 0.7256908984919919, + "test_prec": 0.8796455984530811, + "test_acc": 0.7204817748703719, + "test_loss": 1.0535292201608069, + "train_loss": 0.35948337675950853, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 526 + }, + { + "test_rec": 0.7157896859788186, + "test_prec": 0.8446796071736062, + "test_acc": 0.7469789422581602, + "test_loss": 0.8228595604157416, + "train_loss": 0.09229437536466877, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 527 + }, + { + "test_rec": 0.5541833798637497, + "test_prec": 0.6662120294670777, + "test_acc": 0.7093888136121788, + "test_loss": 0.5845933642334649, + "train_loss": 0.09911953909108241, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 528 + }, + { + "test_rec": 0.6427150151484785, + "test_prec": 0.6266755281816819, + "test_acc": 0.7617350499202161, + "test_loss": 1.1601003584461693, + "train_loss": 0.3601063866609879, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 529 + }, + { + "test_rec": 0.5223908809379365, + "test_prec": 0.790944961685295, + "test_acc": 0.7147329147245858, + "test_loss": 0.8520433409758286, + "train_loss": 0.20790388166113624, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 530 + }, + { + "test_rec": 0.7133043423949142, + "test_prec": 0.7203889069281102, + "test_acc": 0.7325332588076412, + "test_loss": 0.9418769148978756, + "train_loss": 0.04379876901052468, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 531 + }, + { + "test_rec": 0.49293474218423444, + "test_prec": 0.8190204747480536, + "test_acc": 0.7526033297907098, + "test_loss": 0.9190548728371233, + "train_loss": 0.33626999162613724, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 532 + }, + { + "test_rec": 0.8077833003868411, + "test_prec": 0.7782005825825374, + "test_acc": 0.7826646642607069, + "test_loss": 0.47802509454972947, + "train_loss": 0.3634170522962951, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 533 + }, + { + "test_rec": 0.8926988122463174, + "test_prec": 0.7256095697318639, + "test_acc": 0.7849441734372357, + "test_loss": 0.6080228007110006, + "train_loss": 0.21048637763138717, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 534 + }, + { + "test_rec": 0.7862776117488516, + "test_prec": 0.8149491357914201, + "test_acc": 0.7193319452163044, + "test_loss": 1.1008246190664854, + "train_loss": 0.2545870149665166, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 535 + }, + { + "test_rec": 0.5721712395108779, + "test_prec": 0.6848617957967176, + "test_acc": 0.7118680399746937, + "test_loss": 0.8865723682152418, + "train_loss": 0.17252286511281167, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 536 + }, + { + "test_rec": 0.8728796519746078, + "test_prec": 0.8041440606752351, + "test_acc": 0.6961257429788625, + "test_loss": 0.4941301837382518, + "train_loss": 0.1453899526206764, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 537 + }, + { + "test_rec": 0.9492326218779568, + "test_prec": 0.6244726760733135, + "test_acc": 0.7317775087574566, + "test_loss": 0.8366087898058423, + "train_loss": 0.4596533894209829, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 538 + }, + { + "test_rec": 0.8562653259061277, + "test_prec": 0.8036393322052671, + "test_acc": 0.7182413633993013, + "test_loss": 0.7777635593785432, + "train_loss": 0.09532745523686406, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 539 + }, + { + "test_rec": 0.9460363470993121, + "test_prec": 0.8468854511690507, + "test_acc": 0.735691937317443, + "test_loss": 0.5623280155245889, + "train_loss": 0.34437662210162884, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 540 + }, + { + "test_rec": 0.9506883125430554, + "test_prec": 0.7287971389618388, + "test_acc": 0.7761070437047021, + "test_loss": 0.8631023837421379, + "train_loss": 0.3290442857454339, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 541 + }, + { + "test_rec": 0.5319226065454864, + "test_prec": 0.632488722679933, + "test_acc": 0.7441623863231182, + "test_loss": 1.075274929683322, + "train_loss": 0.3519927300340615, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 542 + }, + { + "test_rec": 0.828115827950461, + "test_prec": 0.7593084147003516, + "test_acc": 0.7530452958558108, + "test_loss": 0.7265774924658134, + "train_loss": 0.3453256930989871, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 543 + }, + { + "test_rec": 0.6715739012242228, + "test_prec": 0.7082810441725566, + "test_acc": 0.7820622262624458, + "test_loss": 0.9684606020954405, + "train_loss": 0.2948517359104451, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 544 + }, + { + "test_rec": 0.7487893089331803, + "test_prec": 0.8695855482284567, + "test_acc": 0.7989983442188864, + "test_loss": 0.5892282905959124, + "train_loss": 0.2631930165747284, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 545 + }, + { + "test_rec": 0.5621601221123828, + "test_prec": 0.6363717111585824, + "test_acc": 0.7805161744541047, + "test_loss": 0.9457959759327748, + "train_loss": 0.4634480865758012, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 546 + }, + { + "test_rec": 0.9090175724224063, + "test_prec": 0.8153422363430594, + "test_acc": 0.7697317995063967, + "test_loss": 0.7682565054261337, + "train_loss": 0.21804112472411258, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 547 + }, + { + "test_rec": 0.968753394390728, + "test_prec": 0.7741327607885805, + "test_acc": 0.7358577739424309, + "test_loss": 1.0565070279362578, + "train_loss": 0.2104905101620883, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 548 + }, + { + "test_rec": 0.7741512651490924, + "test_prec": 0.8561837371090472, + "test_acc": 0.7449760317289886, + "test_loss": 0.4534478896488058, + "train_loss": 0.08132858411677213, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 549 + }, + { + "test_rec": 0.6944482039542824, + "test_prec": 0.7831598174010419, + "test_acc": 0.6958538891641176, + "test_loss": 1.0832747408524754, + "train_loss": 0.3794092213355618, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 550 + }, + { + "test_rec": 0.9204553857820721, + "test_prec": 0.7478792148636038, + "test_acc": 0.6992277100972372, + "test_loss": 0.994986766486387, + "train_loss": 0.152481630259779, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 551 + }, + { + "test_rec": 0.68220169081661, + "test_prec": 0.6743578284412481, + "test_acc": 0.7105831114372405, + "test_loss": 0.7499209238318052, + "train_loss": 0.46786669006106163, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 552 + }, + { + "test_rec": 0.9136047110203633, + "test_prec": 0.8289408405745619, + "test_acc": 0.7649422818515514, + "test_loss": 1.0051517088113686, + "train_loss": 0.07053268129071832, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 553 + }, + { + "test_rec": 0.5808982316413489, + "test_prec": 0.7478911457515796, + "test_acc": 0.7492581636416071, + "test_loss": 1.0211924909825345, + "train_loss": 0.3284696070152779, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 554 + }, + { + "test_rec": 0.63988759486329, + "test_prec": 0.8505294211410059, + "test_acc": 0.712561540358339, + "test_loss": 0.8603287101261239, + "train_loss": 0.17943410363458334, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 555 + }, + { + "test_rec": 0.5057253982486289, + "test_prec": 0.8760375068692969, + "test_acc": 0.7176332675589395, + "test_loss": 1.0425364678052804, + "train_loss": 0.24314038893245443, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 556 + }, + { + "test_rec": 0.89628002018725, + "test_prec": 0.7387577540836853, + "test_acc": 0.7102455837386337, + "test_loss": 0.6425394800926776, + "train_loss": 0.26809799120936084, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 557 + }, + { + "test_rec": 0.8565319354754117, + "test_prec": 0.7752421027218792, + "test_acc": 0.7562499885525805, + "test_loss": 0.8164121666498607, + "train_loss": 0.05762223575106329, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 558 + }, + { + "test_rec": 0.50463335151122, + "test_prec": 0.6666264138169742, + "test_acc": 0.7484037318153876, + "test_loss": 0.6991470042177291, + "train_loss": 0.34212550825042554, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 559 + }, + { + "test_rec": 0.45308777680464346, + "test_prec": 0.6869412482877614, + "test_acc": 0.7511229544505552, + "test_loss": 0.924110332039782, + "train_loss": 0.10384110094383057, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 560 + }, + { + "test_rec": 0.8448999479113258, + "test_prec": 0.7043606837537414, + "test_acc": 0.7021313170157369, + "test_loss": 0.529960912767352, + "train_loss": 0.18058930319898064, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 561 + }, + { + "test_rec": 0.7438510770195009, + "test_prec": 0.7419877598895441, + "test_acc": 0.7092218018927141, + "test_loss": 1.1255499969437428, + "train_loss": 0.43770193781731886, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 562 + }, + { + "test_rec": 0.7776960297335804, + "test_prec": 0.6673428462138582, + "test_acc": 0.7357758936992889, + "test_loss": 0.7302597531693282, + "train_loss": 0.08701991339645748, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 563 + }, + { + "test_rec": 0.49780764886913254, + "test_prec": 0.6900771273811381, + "test_acc": 0.7043824725977569, + "test_loss": 1.06084810795893, + "train_loss": 0.36168267927560604, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 564 + }, + { + "test_rec": 0.605386865093118, + "test_prec": 0.7764447421729592, + "test_acc": 0.7332355958073694, + "test_loss": 1.0673220960738616, + "train_loss": 0.034585205026049275, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 565 + }, + { + "test_rec": 0.8488396350984605, + "test_prec": 0.7519388932923805, + "test_acc": 0.7874504450435609, + "test_loss": 0.7318690722186568, + "train_loss": 0.33618013823674386, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 566 + }, + { + "test_rec": 0.7019313479454183, + "test_prec": 0.8020557503016388, + "test_acc": 0.801313195072202, + "test_loss": 1.1794580829349461, + "train_loss": 0.19878968574706438, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 567 + }, + { + "test_rec": 0.6650272613959072, + "test_prec": 0.7484273213702635, + "test_acc": 0.6952844588140042, + "test_loss": 0.9990904913590115, + "train_loss": 0.4232552650686824, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 568 + }, + { + "test_rec": 0.6821681119084625, + "test_prec": 0.8315575489510886, + "test_acc": 0.7744195925463351, + "test_loss": 0.9529558990851092, + "train_loss": 0.2727954702142576, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 569 + }, + { + "test_rec": 0.6795414867266916, + "test_prec": 0.7231867311436291, + "test_acc": 0.7328045549538679, + "test_loss": 0.5477846362237954, + "train_loss": 0.31159757545244327, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 570 + }, + { + "test_rec": 0.7606766883917396, + "test_prec": 0.8534040906449513, + "test_acc": 0.6958684525773391, + "test_loss": 0.5060493717763536, + "train_loss": 0.26028517511020505, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 571 + }, + { + "test_rec": 0.6589149853571175, + "test_prec": 0.635007417018284, + "test_acc": 0.7113475067782727, + "test_loss": 1.0740094697795377, + "train_loss": 0.15073080937241196, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 572 + }, + { + "test_rec": 0.6184409192948611, + "test_prec": 0.7565854763315842, + "test_acc": 0.708741368131108, + "test_loss": 0.9407682866937963, + "train_loss": 0.4406000473553634, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 573 + }, + { + "test_rec": 0.7294297332106483, + "test_prec": 0.7943261450007487, + "test_acc": 0.800196367302817, + "test_loss": 0.9049290648433206, + "train_loss": 0.03433603169027977, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 574 + }, + { + "test_rec": 0.517012737619578, + "test_prec": 0.6726426441611407, + "test_acc": 0.7369330343998498, + "test_loss": 0.8785024207367647, + "train_loss": 0.061713121678264586, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 575 + }, + { + "test_rec": 0.7094542824108871, + "test_prec": 0.6203228747911667, + "test_acc": 0.7647408017263514, + "test_loss": 0.9317807442530524, + "train_loss": 0.20183507360901773, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 576 + }, + { + "test_rec": 0.8298256842605465, + "test_prec": 0.6929231127777499, + "test_acc": 0.7227605490497967, + "test_loss": 0.7505701089007251, + "train_loss": 0.13490049279669517, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 577 + }, + { + "test_rec": 0.5616120901703412, + "test_prec": 0.6794185064582282, + "test_acc": 0.751735092987884, + "test_loss": 0.993095869476283, + "train_loss": 0.4279259298695107, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 578 + }, + { + "test_rec": 0.7042721308973316, + "test_prec": 0.8062724695472866, + "test_acc": 0.7657907164826043, + "test_loss": 0.6558793082293894, + "train_loss": 0.06056145660901286, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 579 + }, + { + "test_rec": 0.8725196227202886, + "test_prec": 0.8003597604397367, + "test_acc": 0.7439261634406124, + "test_loss": 0.7788321770075497, + "train_loss": 0.3981762075595258, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 580 + }, + { + "test_rec": 0.897121087499029, + "test_prec": 0.8093429357047282, + "test_acc": 0.7523608247594572, + "test_loss": 1.0493149047836163, + "train_loss": 0.41189520427323384, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 581 + }, + { + "test_rec": 0.7666105344813189, + "test_prec": 0.7860170098041042, + "test_acc": 0.742187866004042, + "test_loss": 0.4946682579681268, + "train_loss": 0.018621660400207338, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 582 + }, + { + "test_rec": 0.5386957218380831, + "test_prec": 0.7515151412684529, + "test_acc": 0.7750663832672622, + "test_loss": 1.0245561255881803, + "train_loss": 0.4179809907078156, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 583 + }, + { + "test_rec": 0.5938765755324463, + "test_prec": 0.7994675952703866, + "test_acc": 0.7194980826729798, + "test_loss": 0.6492428168869013, + "train_loss": 0.0813777098872881, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 584 + }, + { + "test_rec": 0.7468060093723596, + "test_prec": 0.7757510849327006, + "test_acc": 0.7251895612428374, + "test_loss": 1.0165217940340867, + "train_loss": 0.10943065156764353, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 585 + }, + { + "test_rec": 0.9336191610113886, + "test_prec": 0.845103813264435, + "test_acc": 0.7982179659714863, + "test_loss": 0.8520976946197666, + "train_loss": 0.03502922003029695, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 586 + }, + { + "test_rec": 0.47520033418933677, + "test_prec": 0.6819783895819364, + "test_acc": 0.7458245266010398, + "test_loss": 0.8395074239713114, + "train_loss": 0.4063057582710931, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 587 + }, + { + "test_rec": 0.5341623311376846, + "test_prec": 0.7073196695822117, + "test_acc": 0.7265354926535394, + "test_loss": 1.1736103496913253, + "train_loss": 0.14339789345338075, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 588 + }, + { + "test_rec": 0.9061068859340637, + "test_prec": 0.7406266616071755, + "test_acc": 0.7669492597763933, + "test_loss": 1.052235157856657, + "train_loss": 0.3784203358698718, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 589 + }, + { + "test_rec": 0.6838349166437139, + "test_prec": 0.7963381574068831, + "test_acc": 0.7682224873488933, + "test_loss": 0.4698488610676708, + "train_loss": 0.11535098478152704, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 590 + }, + { + "test_rec": 0.8202735204496621, + "test_prec": 0.796408705229972, + "test_acc": 0.7733696264721702, + "test_loss": 0.6712202091894583, + "train_loss": 0.09739650317932368, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 591 + }, + { + "test_rec": 0.8119385227498229, + "test_prec": 0.7747458888505168, + "test_acc": 0.726191253515844, + "test_loss": 1.1008794268403093, + "train_loss": 0.3885280201771162, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 592 + }, + { + "test_rec": 0.5427710729414135, + "test_prec": 0.6790029941064255, + "test_acc": 0.7213139940757687, + "test_loss": 0.7955075085261629, + "train_loss": 0.25695651105853473, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 593 + }, + { + "test_rec": 0.6709961771656004, + "test_prec": 0.8787412212188039, + "test_acc": 0.7531516215372936, + "test_loss": 0.6934774849654727, + "train_loss": 0.10370268459486531, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 594 + }, + { + "test_rec": 0.6914801951625804, + "test_prec": 0.7477572654929499, + "test_acc": 0.7896255943043986, + "test_loss": 0.687015752452284, + "train_loss": 0.0763176497609083, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 595 + }, + { + "test_rec": 0.8063138371626686, + "test_prec": 0.7577883051080708, + "test_acc": 0.7836947587362477, + "test_loss": 1.0789031595840006, + "train_loss": 0.3902689829183115, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 596 + }, + { + "test_rec": 0.7399798204044203, + "test_prec": 0.8625062889210704, + "test_acc": 0.7525591857873638, + "test_loss": 0.8852357919476472, + "train_loss": 0.033079218774001044, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 597 + }, + { + "test_rec": 0.5540559516831504, + "test_prec": 0.7890590965289573, + "test_acc": 0.7039881938291765, + "test_loss": 0.5872887544753747, + "train_loss": 0.175852772573927, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 598 + }, + { + "test_rec": 0.9501230120568398, + "test_prec": 0.8462639405105512, + "test_acc": 0.7101361759876126, + "test_loss": 0.6739021088775294, + "train_loss": 0.32416615530151227, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 599 + }, + { + "test_rec": 0.7804464439726148, + "test_prec": 0.8088577386957553, + "test_acc": 0.7479138549777338, + "test_loss": 0.6658233238170614, + "train_loss": 0.046080944323962175, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 600 + }, + { + "test_rec": 0.7901533348366128, + "test_prec": 0.8062499522590882, + "test_acc": 0.751345729177544, + "test_loss": 0.9168518653849353, + "train_loss": 0.13661220800898247, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 601 + }, + { + "test_rec": 0.7702687373232613, + "test_prec": 0.8081485975202758, + "test_acc": 0.720908579690563, + "test_loss": 0.6395103568994258, + "train_loss": 0.18645618413725987, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 602 + }, + { + "test_rec": 0.7773530482889076, + "test_prec": 0.7205230261485197, + "test_acc": 0.7108193346470705, + "test_loss": 0.6986329729082541, + "train_loss": 0.2855960813268456, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 603 + }, + { + "test_rec": 0.9149220082699459, + "test_prec": 0.7188275621748058, + "test_acc": 0.7612007485144652, + "test_loss": 0.765251136837449, + "train_loss": 0.33473582999962936, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 604 + }, + { + "test_rec": 0.7091551909237268, + "test_prec": 0.8719227884232041, + "test_acc": 0.7736620809401054, + "test_loss": 1.0287129440215905, + "train_loss": 0.22289508635195998, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 605 + }, + { + "test_rec": 0.48760746985623354, + "test_prec": 0.8196214757145658, + "test_acc": 0.7184918437839816, + "test_loss": 0.9630380467385717, + "train_loss": 0.18243967018779061, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 606 + }, + { + "test_rec": 0.7954243625706735, + "test_prec": 0.8621947583320535, + "test_acc": 0.7392712917262187, + "test_loss": 0.5516037651516355, + "train_loss": 0.45176423686619704, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 607 + }, + { + "test_rec": 0.4562793240520129, + "test_prec": 0.8146646415482968, + "test_acc": 0.7916106494920857, + "test_loss": 0.5579961846226034, + "train_loss": 0.17628861961933923, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 608 + }, + { + "test_rec": 0.6346145235323524, + "test_prec": 0.6569648891464577, + "test_acc": 0.8009004667406394, + "test_loss": 1.1476326752094959, + "train_loss": 0.31513773769647113, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 609 + }, + { + "test_rec": 0.8261400149701954, + "test_prec": 0.6677878670479337, + "test_acc": 0.7151799629606491, + "test_loss": 0.46265729989298354, + "train_loss": 0.24540300140003096, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 610 + }, + { + "test_rec": 0.7804719136519387, + "test_prec": 0.8579710078022109, + "test_acc": 0.7041785276951209, + "test_loss": 1.0641411000350798, + "train_loss": 0.3475449231521509, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 611 + }, + { + "test_rec": 0.9685287175808757, + "test_prec": 0.6222307397012746, + "test_acc": 0.7172204297464455, + "test_loss": 0.6840959303376432, + "train_loss": 0.34201656991642937, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 612 + }, + { + "test_rec": 0.612342795557153, + "test_prec": 0.6896281073403172, + "test_acc": 0.7015695032218798, + "test_loss": 0.5844291116008395, + "train_loss": 0.14791821080736273, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 613 + }, + { + "test_rec": 0.6973284969945174, + "test_prec": 0.8191873403490051, + "test_acc": 0.7137927736777759, + "test_loss": 0.6824422570099244, + "train_loss": 0.2785327890539312, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 614 + }, + { + "test_rec": 0.6685850277849168, + "test_prec": 0.780292400104064, + "test_acc": 0.7319317173510389, + "test_loss": 1.0385473458479155, + "train_loss": 0.23375809285047483, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 615 + }, + { + "test_rec": 0.7793108093199188, + "test_prec": 0.7262724000980881, + "test_acc": 0.7859571119047203, + "test_loss": 0.8193542023889213, + "train_loss": 0.2642458492640098, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 616 + }, + { + "test_rec": 0.9153457420291657, + "test_prec": 0.6928035124418538, + "test_acc": 0.7743662359782617, + "test_loss": 0.6815903046584528, + "train_loss": 0.28954569463586016, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 617 + }, + { + "test_rec": 0.6701201098547084, + "test_prec": 0.7702472228003847, + "test_acc": 0.723966356842315, + "test_loss": 0.9050333583232506, + "train_loss": 0.40889440708533437, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 618 + }, + { + "test_rec": 0.7123066737807398, + "test_prec": 0.8126786702490064, + "test_acc": 0.7162327723544032, + "test_loss": 1.0823138251497142, + "train_loss": 0.055024198807710804, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 619 + }, + { + "test_rec": 0.5609362750264726, + "test_prec": 0.6226649502067978, + "test_acc": 0.724946906197787, + "test_loss": 0.4791304640731448, + "train_loss": 0.09899480033316681, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 620 + }, + { + "test_rec": 0.4407433958429472, + "test_prec": 0.7437872930671334, + "test_acc": 0.7733415270607473, + "test_loss": 0.5836619375365875, + "train_loss": 0.4299307226482361, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 621 + }, + { + "test_rec": 0.8573169892983142, + "test_prec": 0.7138515146880228, + "test_acc": 0.7552303364012526, + "test_loss": 0.9125752880768407, + "train_loss": 0.14707025590341424, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 622 + }, + { + "test_rec": 0.5139231717839892, + "test_prec": 0.8294624008643032, + "test_acc": 0.748281619973086, + "test_loss": 1.1515191605798616, + "train_loss": 0.2607538293624801, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 623 + }, + { + "test_rec": 0.7362828848609466, + "test_prec": 0.7159496412507182, + "test_acc": 0.79254617009208, + "test_loss": 0.9678613467258836, + "train_loss": 0.3424520292478007, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 624 + }, + { + "test_rec": 0.45225911338173075, + "test_prec": 0.7544086047069716, + "test_acc": 0.6957171946743969, + "test_loss": 1.1161978028918487, + "train_loss": 0.1371010853517617, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 625 + }, + { + "test_rec": 0.9501820381084627, + "test_prec": 0.6210648662685317, + "test_acc": 0.7210932936121704, + "test_loss": 1.1565979823355417, + "train_loss": 0.3420519522231597, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 626 + }, + { + "test_rec": 0.7726742581932202, + "test_prec": 0.7503650101146472, + "test_acc": 0.7322813184984089, + "test_loss": 0.8809753898572434, + "train_loss": 0.03230579346478639, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 627 + }, + { + "test_rec": 0.7655891550314722, + "test_prec": 0.7764200325017128, + "test_acc": 0.7328180613345034, + "test_loss": 0.9510207338329604, + "train_loss": 0.1844365739122785, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 628 + }, + { + "test_rec": 0.5025811769257187, + "test_prec": 0.7224981973862066, + "test_acc": 0.7476471534595163, + "test_loss": 0.6146443675103008, + "train_loss": 0.3117250116608696, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 629 + }, + { + "test_rec": 0.5138997024571373, + "test_prec": 0.7094233928865195, + "test_acc": 0.709029689585845, + "test_loss": 0.9204265207579105, + "train_loss": 0.06746718662406193, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 630 + }, + { + "test_rec": 0.45583498934794275, + "test_prec": 0.7827947326166494, + "test_acc": 0.7784812764420531, + "test_loss": 1.1078557264630307, + "train_loss": 0.2503283388648106, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 631 + }, + { + "test_rec": 0.6833048878128236, + "test_prec": 0.8563451510356936, + "test_acc": 0.7288179270887238, + "test_loss": 0.8643633397123645, + "train_loss": 0.4599067941096498, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 632 + }, + { + "test_rec": 0.48686822408773023, + "test_prec": 0.8497383597065653, + "test_acc": 0.7456839449101725, + "test_loss": 0.7433389123968623, + "train_loss": 0.4229451584559797, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 633 + }, + { + "test_rec": 0.5065969553114873, + "test_prec": 0.8765265920451986, + "test_acc": 0.7551236145926695, + "test_loss": 0.7954376347638905, + "train_loss": 0.09052299710756535, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 634 + }, + { + "test_rec": 0.7671730437940083, + "test_prec": 0.7134683078204501, + "test_acc": 0.7237217184124423, + "test_loss": 0.6051693763646422, + "train_loss": 0.44646342444786113, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 635 + }, + { + "test_rec": 0.8075072083983433, + "test_prec": 0.8243708836966793, + "test_acc": 0.6947379254281278, + "test_loss": 1.0443918011940845, + "train_loss": 0.10738817247130632, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 636 + }, + { + "test_rec": 0.9868962343574093, + "test_prec": 0.8195919361943497, + "test_acc": 0.7832271872019945, + "test_loss": 0.9024374063054185, + "train_loss": 0.43744544030759686, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 637 + }, + { + "test_rec": 0.6254277536572214, + "test_prec": 0.6713831861839791, + "test_acc": 0.7938688975820046, + "test_loss": 1.1568965095459778, + "train_loss": 0.24573047832401573, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 638 + }, + { + "test_rec": 0.8717824652915322, + "test_prec": 0.6278831291557345, + "test_acc": 0.69591419472018, + "test_loss": 1.099770558577316, + "train_loss": 0.3267789700854612, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 639 + }, + { + "test_rec": 0.8995087966849314, + "test_prec": 0.6896402808528788, + "test_acc": 0.7649054539716731, + "test_loss": 0.7094577889498657, + "train_loss": 0.10939780619499807, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 640 + }, + { + "test_rec": 0.7805047531257895, + "test_prec": 0.8608783070434045, + "test_acc": 0.758095857711827, + "test_loss": 0.7136246521026913, + "train_loss": 0.17658879221394017, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 641 + }, + { + "test_rec": 0.5567917481579819, + "test_prec": 0.6946384642142835, + "test_acc": 0.7379445940695845, + "test_loss": 0.921732181897326, + "train_loss": 0.10997952054593667, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 642 + }, + { + "test_rec": 0.8532173281453315, + "test_prec": 0.7315087922822083, + "test_acc": 0.7110965134896657, + "test_loss": 1.1069151054332549, + "train_loss": 0.16405706009133608, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 643 + }, + { + "test_rec": 0.8218681116500273, + "test_prec": 0.8266742399271033, + "test_acc": 0.7299179304881359, + "test_loss": 0.9687180984297015, + "train_loss": 0.2217198125315871, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 644 + }, + { + "test_rec": 0.577578500379358, + "test_prec": 0.6708493612651616, + "test_acc": 0.700475423091797, + "test_loss": 1.1185417132353694, + "train_loss": 0.43448105944373167, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 645 + }, + { + "test_rec": 0.7873249072539027, + "test_prec": 0.7061529033396348, + "test_acc": 0.7153534889041292, + "test_loss": 0.5186964344552625, + "train_loss": 0.3253586641854122, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 646 + }, + { + "test_rec": 0.8695297451469827, + "test_prec": 0.813090825565601, + "test_acc": 0.705764074881624, + "test_loss": 0.5403390025986274, + "train_loss": 0.21888591239978916, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 647 + }, + { + "test_rec": 0.8622784020489376, + "test_prec": 0.8784910452489891, + "test_acc": 0.7795709752897092, + "test_loss": 1.1442824369946718, + "train_loss": 0.13212210672921462, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 648 + }, + { + "test_rec": 0.6014584813303258, + "test_prec": 0.8283931624394456, + "test_acc": 0.7327939402139975, + "test_loss": 0.649922294564891, + "train_loss": 0.15150820193836192, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 649 + }, + { + "test_rec": 0.5532573313464761, + "test_prec": 0.7315480299381906, + "test_acc": 0.7825753207218277, + "test_loss": 1.0052163527431959, + "train_loss": 0.3552378147140714, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 650 + }, + { + "test_rec": 0.8734580098687663, + "test_prec": 0.691650391662642, + "test_acc": 0.734629856063519, + "test_loss": 0.5502148281188027, + "train_loss": 0.18977025566867364, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 651 + }, + { + "test_rec": 0.9675411149123119, + "test_prec": 0.7681090358912195, + "test_acc": 0.7251368312509581, + "test_loss": 0.6310265206429383, + "train_loss": 0.18109296577421666, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 652 + }, + { + "test_rec": 0.4981874733667695, + "test_prec": 0.707783323434478, + "test_acc": 0.7708578710374261, + "test_loss": 1.0485904821035201, + "train_loss": 0.14597400691646925, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 653 + }, + { + "test_rec": 0.8349112133477862, + "test_prec": 0.7784294833372988, + "test_acc": 0.7152780672519469, + "test_loss": 0.9426907900693142, + "train_loss": 0.035606816666402176, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 654 + }, + { + "test_rec": 0.9065322798334285, + "test_prec": 0.6579399908706802, + "test_acc": 0.7476407873287486, + "test_loss": 0.7876709150882117, + "train_loss": 0.04728679530617565, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 655 + }, + { + "test_rec": 0.8074746531266728, + "test_prec": 0.8307333853067821, + "test_acc": 0.714724162891655, + "test_loss": 1.0165339046147772, + "train_loss": 0.3966986068900224, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 656 + }, + { + "test_rec": 0.8354649186871355, + "test_prec": 0.6604328980061897, + "test_acc": 0.725026349623998, + "test_loss": 1.0476792266296346, + "train_loss": 0.29231577880719495, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 657 + }, + { + "test_rec": 0.8278576522317971, + "test_prec": 0.7724806580860998, + "test_acc": 0.7642451519399049, + "test_loss": 0.9335624995500863, + "train_loss": 0.2693005326202299, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 658 + }, + { + "test_rec": 0.6606298682145266, + "test_prec": 0.6956010248950093, + "test_acc": 0.7760171233193748, + "test_loss": 1.1406375495129697, + "train_loss": 0.1916270222750091, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 659 + }, + { + "test_rec": 0.57694287718393, + "test_prec": 0.7181833069905352, + "test_acc": 0.7030595262489154, + "test_loss": 0.8584315874519891, + "train_loss": 0.14693428194203745, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 660 + }, + { + "test_rec": 0.6478978186931011, + "test_prec": 0.6525693834778753, + "test_acc": 0.7160596605784268, + "test_loss": 0.5365249827911115, + "train_loss": 0.20617087828805988, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 661 + }, + { + "test_rec": 0.5847948902062947, + "test_prec": 0.6648280436224191, + "test_acc": 0.7321858677634343, + "test_loss": 0.9359730537811954, + "train_loss": 0.32998595544931925, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 662 + }, + { + "test_rec": 0.787900181737553, + "test_prec": 0.8720104579168343, + "test_acc": 0.7241312973718288, + "test_loss": 0.67177581757463, + "train_loss": 0.052867931160638953, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 663 + }, + { + "test_rec": 0.5494684908899149, + "test_prec": 0.7342193119900648, + "test_acc": 0.7274727574461264, + "test_loss": 0.8112985173689768, + "train_loss": 0.09700581442314192, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 664 + }, + { + "test_rec": 0.6556863371637454, + "test_prec": 0.775261213927702, + "test_acc": 0.7093215653305519, + "test_loss": 0.9131792824468574, + "train_loss": 0.10262300176841083, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 665 + }, + { + "test_rec": 0.6300421839960242, + "test_prec": 0.7952837669710395, + "test_acc": 0.7476653214048907, + "test_loss": 0.8657488785302854, + "train_loss": 0.16406011173121515, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 666 + }, + { + "test_rec": 0.5494313724852012, + "test_prec": 0.6472514960739569, + "test_acc": 0.7558808954984471, + "test_loss": 0.8798672247634953, + "train_loss": 0.0378499751228328, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 667 + }, + { + "test_rec": 0.4777153540065302, + "test_prec": 0.8749694487105384, + "test_acc": 0.694343243730148, + "test_loss": 0.9263079983135679, + "train_loss": 0.46263424646925383, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 668 + }, + { + "test_rec": 0.6311292408295054, + "test_prec": 0.690121782401787, + "test_acc": 0.7687145568598204, + "test_loss": 1.0069674874113839, + "train_loss": 0.29145950635984325, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 669 + }, + { + "test_rec": 0.4812297757697179, + "test_prec": 0.6508094121843305, + "test_acc": 0.7977460568023371, + "test_loss": 1.089278144111502, + "train_loss": 0.011530046607161757, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 670 + }, + { + "test_rec": 0.6112956064299278, + "test_prec": 0.8764816638112649, + "test_acc": 0.7214909103366451, + "test_loss": 0.9407514938819872, + "train_loss": 0.45645067336558265, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 671 + }, + { + "test_rec": 0.7614458294446225, + "test_prec": 0.6567814065448, + "test_acc": 0.7608201293374406, + "test_loss": 1.1497502235884995, + "train_loss": 0.13149930965818668, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 672 + }, + { + "test_rec": 0.7084887110698098, + "test_prec": 0.6961308881978627, + "test_acc": 0.7085709527896565, + "test_loss": 1.0811659378152256, + "train_loss": 0.42536147022185145, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 673 + }, + { + "test_rec": 0.6675184814849199, + "test_prec": 0.8314547396364963, + "test_acc": 0.7681099331199445, + "test_loss": 1.1158188306129786, + "train_loss": 0.02168787842728166, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 674 + }, + { + "test_rec": 0.9187306218196534, + "test_prec": 0.7259168622686902, + "test_acc": 0.7796012472900328, + "test_loss": 1.0915485015246242, + "train_loss": 0.34202341148079274, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 675 + }, + { + "test_rec": 0.9506018687518871, + "test_prec": 0.6235559808797624, + "test_acc": 0.8014372030655472, + "test_loss": 0.6606747312093004, + "train_loss": 0.2706997118902914, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 676 + }, + { + "test_rec": 0.8552452564107877, + "test_prec": 0.744312777283385, + "test_acc": 0.7284828780924327, + "test_loss": 0.5759627885928581, + "train_loss": 0.1374968755952282, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 677 + }, + { + "test_rec": 0.5102198205548114, + "test_prec": 0.8438770756448463, + "test_acc": 0.7201336702728179, + "test_loss": 0.9742282082943736, + "train_loss": 0.46874452564226365, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 678 + }, + { + "test_rec": 0.781054150936449, + "test_prec": 0.6727751537885122, + "test_acc": 0.7383634199346315, + "test_loss": 0.576806938880633, + "train_loss": 0.46215653398517054, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 679 + }, + { + "test_rec": 0.44893503094171217, + "test_prec": 0.7551506111030004, + "test_acc": 0.6970389348879935, + "test_loss": 0.8747703010067518, + "train_loss": 0.041588685119098946, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 680 + }, + { + "test_rec": 0.7988967962426194, + "test_prec": 0.8615580858616596, + "test_acc": 0.7386185780294742, + "test_loss": 0.7955410073591836, + "train_loss": 0.029510149557420005, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 681 + }, + { + "test_rec": 0.4478059115912163, + "test_prec": 0.6996763232756623, + "test_acc": 0.7205542484191688, + "test_loss": 1.0550463243006942, + "train_loss": 0.3529558220887401, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 682 + }, + { + "test_rec": 0.5773361338519739, + "test_prec": 0.7567426817751823, + "test_acc": 0.6963216284541153, + "test_loss": 0.5450915057727335, + "train_loss": 0.3037992913584839, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 683 + }, + { + "test_rec": 0.6719162200588997, + "test_prec": 0.8646667512592787, + "test_acc": 0.7775532407229886, + "test_loss": 0.7549406499065976, + "train_loss": 0.46948335027654625, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 684 + }, + { + "test_rec": 0.7655221749139235, + "test_prec": 0.8346675994762548, + "test_acc": 0.7002004818590594, + "test_loss": 1.158335262563046, + "train_loss": 0.011975746300791772, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 685 + }, + { + "test_rec": 0.8777843881982544, + "test_prec": 0.7658943643506004, + "test_acc": 0.7563203664014014, + "test_loss": 1.115700167901907, + "train_loss": 0.13766466945116254, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 686 + }, + { + "test_rec": 0.8646296602744707, + "test_prec": 0.8142420813603882, + "test_acc": 0.7334815510933259, + "test_loss": 0.6754051521771205, + "train_loss": 0.2687142811236678, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 687 + }, + { + "test_rec": 0.6691065470802251, + "test_prec": 0.6821962006010174, + "test_acc": 0.7396165455134441, + "test_loss": 0.7772325592760703, + "train_loss": 0.2243017688809109, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 688 + }, + { + "test_rec": 0.8843899890860393, + "test_prec": 0.6330725738232522, + "test_acc": 0.7960490640047047, + "test_loss": 0.5963174768210813, + "train_loss": 0.14908209224612307, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 689 + }, + { + "test_rec": 0.44453478314918926, + "test_prec": 0.764544043311721, + "test_acc": 0.7848616912638164, + "test_loss": 0.6012338796948475, + "train_loss": 0.42623506298197417, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 690 + }, + { + "test_rec": 0.5995458554829283, + "test_prec": 0.8527768325602902, + "test_acc": 0.7164360190838789, + "test_loss": 0.8420331336502063, + "train_loss": 0.05854236682029706, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 691 + }, + { + "test_rec": 0.8675727168233613, + "test_prec": 0.668059336697592, + "test_acc": 0.7426758448807412, + "test_loss": 1.1568221502785596, + "train_loss": 0.366474888654224, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 692 + }, + { + "test_rec": 0.568803000067731, + "test_prec": 0.7035505213130238, + "test_acc": 0.7184159246007915, + "test_loss": 0.6501312000691049, + "train_loss": 0.09406293059560066, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 693 + }, + { + "test_rec": 0.6869162247605336, + "test_prec": 0.8352869094670252, + "test_acc": 0.7397900646435687, + "test_loss": 0.46903072734050094, + "train_loss": 0.370353642644508, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 694 + }, + { + "test_rec": 0.48410301816024975, + "test_prec": 0.668293137622141, + "test_acc": 0.6927797557461601, + "test_loss": 0.8791107899105955, + "train_loss": 0.22167310796041778, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 695 + }, + { + "test_rec": 0.5067284269819082, + "test_prec": 0.7716972595323268, + "test_acc": 0.698836389000626, + "test_loss": 0.8231829344785754, + "train_loss": 0.26816983278793066, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 696 + }, + { + "test_rec": 0.7495866034466054, + "test_prec": 0.7867599951929559, + "test_acc": 0.7877927609541084, + "test_loss": 0.8214716206680859, + "train_loss": 0.3277758151130384, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 697 + }, + { + "test_rec": 0.86276265789147, + "test_prec": 0.6760203638147761, + "test_acc": 0.7460352167003788, + "test_loss": 0.4711979926906889, + "train_loss": 0.46080228454575256, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 698 + }, + { + "test_rec": 0.7063356933166808, + "test_prec": 0.7866519658535144, + "test_acc": 0.7160910327033081, + "test_loss": 0.9336104158041387, + "train_loss": 0.375099761831019, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 699 + }, + { + "test_rec": 0.8403543819080364, + "test_prec": 0.6483080097460442, + "test_acc": 0.7975174751438874, + "test_loss": 0.9765943727243813, + "train_loss": 0.29834524230043036, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 700 + }, + { + "test_rec": 0.6272116557805361, + "test_prec": 0.7375975797823331, + "test_acc": 0.7957617268286197, + "test_loss": 0.5607975481529766, + "train_loss": 0.4345873508054898, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 701 + }, + { + "test_rec": 0.7215212761362814, + "test_prec": 0.8324224688961172, + "test_acc": 0.7962731975280591, + "test_loss": 0.9388095331565436, + "train_loss": 0.42761236658928126, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 702 + }, + { + "test_rec": 0.5629112088552425, + "test_prec": 0.7980419291972936, + "test_acc": 0.7528240714089502, + "test_loss": 0.5267250466511206, + "train_loss": 0.3741754422852036, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 703 + }, + { + "test_rec": 0.7603687797602698, + "test_prec": 0.8467263404926912, + "test_acc": 0.7941343460084267, + "test_loss": 0.8132513036994284, + "train_loss": 0.26794670972544304, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 704 + }, + { + "test_rec": 0.7775280344710174, + "test_prec": 0.6236309999710663, + "test_acc": 0.7061194953661722, + "test_loss": 0.46689966322963183, + "train_loss": 0.05324598191200631, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 705 + }, + { + "test_rec": 0.6909402310366854, + "test_prec": 0.860066960951489, + "test_acc": 0.7476802786296383, + "test_loss": 1.0283711274262357, + "train_loss": 0.026137836184355098, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 706 + }, + { + "test_rec": 0.9551621881835923, + "test_prec": 0.7619751911424825, + "test_acc": 0.7517984341100343, + "test_loss": 0.4679071150984552, + "train_loss": 0.1519677530972547, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 707 + }, + { + "test_rec": 0.888439205376758, + "test_prec": 0.6498552590695381, + "test_acc": 0.7858497936948772, + "test_loss": 1.0534394691784426, + "train_loss": 0.22089369821624108, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 708 + }, + { + "test_rec": 0.6692478567373065, + "test_prec": 0.8799333081683065, + "test_acc": 0.7350728535323715, + "test_loss": 1.0181350497139827, + "train_loss": 0.3421241130923538, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 709 + }, + { + "test_rec": 0.7496374381696553, + "test_prec": 0.8003948932136532, + "test_acc": 0.696380787464658, + "test_loss": 0.710438288635607, + "train_loss": 0.3084975224373621, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 710 + }, + { + "test_rec": 0.9439372011458778, + "test_prec": 0.6962773172408154, + "test_acc": 0.7686583727086344, + "test_loss": 0.8899263874257699, + "train_loss": 0.411084948061918, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 711 + }, + { + "test_rec": 0.7658231398455003, + "test_prec": 0.6741133794129683, + "test_acc": 0.7895528345489213, + "test_loss": 1.1300435471860844, + "train_loss": 0.02888358524697804, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 712 + }, + { + "test_rec": 0.4405217670775198, + "test_prec": 0.6707930597779623, + "test_acc": 0.7513607710728128, + "test_loss": 0.8146810423955675, + "train_loss": 0.40976033432357084, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 713 + }, + { + "test_rec": 0.4897006521073968, + "test_prec": 0.6739036948115155, + "test_acc": 0.7102548872903711, + "test_loss": 0.7086212002249361, + "train_loss": 0.46493875205116986, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 714 + }, + { + "test_rec": 0.9892763236723245, + "test_prec": 0.8388048288304708, + "test_acc": 0.6982914462732405, + "test_loss": 1.0880833205331997, + "train_loss": 0.04400697605369697, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 715 + }, + { + "test_rec": 0.47247499957949574, + "test_prec": 0.6876060050709472, + "test_acc": 0.7065803876607236, + "test_loss": 0.9330401189707882, + "train_loss": 0.17390939478917453, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 716 + }, + { + "test_rec": 0.5591154199188685, + "test_prec": 0.7691140615710172, + "test_acc": 0.7494452523919578, + "test_loss": 0.8385186570226113, + "train_loss": 0.371597391777642, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 717 + }, + { + "test_rec": 0.4497314954552137, + "test_prec": 0.8221070771251235, + "test_acc": 0.7196823825708955, + "test_loss": 1.1048254040297136, + "train_loss": 0.4100515320039562, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 718 + }, + { + "test_rec": 0.9860352518617643, + "test_prec": 0.6613128476758543, + "test_acc": 0.7496291912347106, + "test_loss": 0.578044668631553, + "train_loss": 0.2692135435979907, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 719 + }, + { + "test_rec": 0.7741000006710907, + "test_prec": 0.7660974124261386, + "test_acc": 0.7825431706279353, + "test_loss": 1.0645760758089973, + "train_loss": 0.09232323807074956, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 720 + }, + { + "test_rec": 0.44822444192104977, + "test_prec": 0.8793696449873443, + "test_acc": 0.7255437615820062, + "test_loss": 0.6213159672220928, + "train_loss": 0.23715729025515775, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 721 + }, + { + "test_rec": 0.6193862729469031, + "test_prec": 0.6596723607073196, + "test_acc": 0.7418636687048024, + "test_loss": 0.833544888360723, + "train_loss": 0.2871072325939488, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 722 + }, + { + "test_rec": 0.5023227027528886, + "test_prec": 0.8099123989911692, + "test_acc": 0.767166595446565, + "test_loss": 1.014212100301268, + "train_loss": 0.413141394914258, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 723 + }, + { + "test_rec": 0.8285255824745859, + "test_prec": 0.7760672849526875, + "test_acc": 0.7242316031504861, + "test_loss": 1.065310154615195, + "train_loss": 0.12378864693097279, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 724 + }, + { + "test_rec": 0.956931876319606, + "test_prec": 0.7238435458884626, + "test_acc": 0.7777470899674628, + "test_loss": 1.1674731403286323, + "train_loss": 0.42925585756505463, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 725 + }, + { + "test_rec": 0.45726647599814646, + "test_prec": 0.6910350649194255, + "test_acc": 0.7405378797332812, + "test_loss": 0.9519168161555052, + "train_loss": 0.2744317139037728, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 726 + }, + { + "test_rec": 0.8855994557797915, + "test_prec": 0.7573799415148657, + "test_acc": 0.7333600465501939, + "test_loss": 1.0634547564130907, + "train_loss": 0.2595484865332018, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 727 + }, + { + "test_rec": 0.821529486920812, + "test_prec": 0.836737810143905, + "test_acc": 0.7354695232859993, + "test_loss": 0.8850140185606661, + "train_loss": 0.2587565535713643, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 728 + }, + { + "test_rec": 0.46303174969859995, + "test_prec": 0.7393330732194129, + "test_acc": 0.7922396839493075, + "test_loss": 0.48777193946569747, + "train_loss": 0.08282113412050308, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 729 + }, + { + "test_rec": 0.4735697370838159, + "test_prec": 0.7293925133529383, + "test_acc": 0.7936476283903761, + "test_loss": 0.6941256023265359, + "train_loss": 0.46522470744453615, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 730 + }, + { + "test_rec": 0.6468823070761629, + "test_prec": 0.8324752866165525, + "test_acc": 0.7580867211207433, + "test_loss": 0.47244598695083806, + "train_loss": 0.40820573108056074, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 731 + }, + { + "test_rec": 0.45834024337398516, + "test_prec": 0.6506341177401195, + "test_acc": 0.7355620939420263, + "test_loss": 0.9285616718615795, + "train_loss": 0.25763464873521374, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 732 + }, + { + "test_rec": 0.5524090663059228, + "test_prec": 0.8608951185713869, + "test_acc": 0.7568874978634859, + "test_loss": 1.023818360629178, + "train_loss": 0.3169662165762699, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 733 + }, + { + "test_rec": 0.605224640861413, + "test_prec": 0.7624972397080636, + "test_acc": 0.7015498445267246, + "test_loss": 0.6743674286547905, + "train_loss": 0.31715370125381487, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 734 + }, + { + "test_rec": 0.5781575276872216, + "test_prec": 0.849073849397272, + "test_acc": 0.7740062307556105, + "test_loss": 0.5145247198228486, + "train_loss": 0.32362712770580165, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 735 + }, + { + "test_rec": 0.625995557227553, + "test_prec": 0.6803795133957091, + "test_acc": 0.7917566649300485, + "test_loss": 1.0589739393568665, + "train_loss": 0.05779163009184204, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 736 + }, + { + "test_rec": 0.5745256481119316, + "test_prec": 0.8695683706318433, + "test_acc": 0.7437190393351424, + "test_loss": 1.0281112448552008, + "train_loss": 0.13162427349104824, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 737 + }, + { + "test_rec": 0.9117245084318167, + "test_prec": 0.6250278328186436, + "test_acc": 0.7192440190622731, + "test_loss": 1.022430020975995, + "train_loss": 0.16033175891379922, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 738 + }, + { + "test_rec": 0.6999066712866213, + "test_prec": 0.6638152355830521, + "test_acc": 0.7817918565693603, + "test_loss": 1.0954624238953954, + "train_loss": 0.056768604879202475, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 739 + }, + { + "test_rec": 0.4904568674316231, + "test_prec": 0.7313130446686065, + "test_acc": 0.7972360595508305, + "test_loss": 0.5680373253946992, + "train_loss": 0.1408898840393824, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 740 + }, + { + "test_rec": 0.9450871588981433, + "test_prec": 0.872140095185041, + "test_acc": 0.7510035577048761, + "test_loss": 0.9710354362508664, + "train_loss": 0.322282225337547, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 741 + }, + { + "test_rec": 0.45243721311669555, + "test_prec": 0.6936114549189152, + "test_acc": 0.7931600746751901, + "test_loss": 0.7241338368243393, + "train_loss": 0.04757154546736707, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 742 + }, + { + "test_rec": 0.5072830704730917, + "test_prec": 0.6978007459700627, + "test_acc": 0.700903627479189, + "test_loss": 0.4847711121738989, + "train_loss": 0.2699522596139634, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 743 + }, + { + "test_rec": 0.532281414535279, + "test_prec": 0.691411518367299, + "test_acc": 0.7501042052788922, + "test_loss": 0.8990422824077546, + "train_loss": 0.3421190490891906, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 744 + }, + { + "test_rec": 0.5677945265180895, + "test_prec": 0.8480645916943159, + "test_acc": 0.7181627852077811, + "test_loss": 1.0141192714398564, + "train_loss": 0.3433528442693241, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 745 + }, + { + "test_rec": 0.6964079969714116, + "test_prec": 0.655949161682919, + "test_acc": 0.7852886017144012, + "test_loss": 0.9419843683221383, + "train_loss": 0.4052702037576973, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 746 + }, + { + "test_rec": 0.9151258377765381, + "test_prec": 0.707821437274075, + "test_acc": 0.7630965120593869, + "test_loss": 1.1699523549210114, + "train_loss": 0.4012771810831119, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 747 + }, + { + "test_rec": 0.5870034246813114, + "test_prec": 0.6966916372632114, + "test_acc": 0.746006169926246, + "test_loss": 0.7414520273699987, + "train_loss": 0.43171166579179215, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 748 + }, + { + "test_rec": 0.5427490966189541, + "test_prec": 0.7743202043057698, + "test_acc": 0.7700329449058897, + "test_loss": 0.7141697921230461, + "train_loss": 0.36702335660711755, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 749 + }, + { + "test_rec": 0.5346215914924495, + "test_prec": 0.7568801641366846, + "test_acc": 0.7750690450959864, + "test_loss": 0.8297539955699921, + "train_loss": 0.35454430966001216, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 750 + }, + { + "test_rec": 0.5139800305593905, + "test_prec": 0.7620739777122971, + "test_acc": 0.7563930966753859, + "test_loss": 0.9816514669095624, + "train_loss": 0.2711089877107737, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 751 + }, + { + "test_rec": 0.7197193953148148, + "test_prec": 0.7228847944820356, + "test_acc": 0.7128438280591765, + "test_loss": 1.089757437443217, + "train_loss": 0.3706356911518612, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 752 + }, + { + "test_rec": 0.6785577600836741, + "test_prec": 0.7250208479669868, + "test_acc": 0.7659001345973695, + "test_loss": 0.5201444369031821, + "train_loss": 0.08704620311963357, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 753 + }, + { + "test_rec": 0.4806543801587418, + "test_prec": 0.8514112898630126, + "test_acc": 0.736905131583735, + "test_loss": 0.5068790120285841, + "train_loss": 0.10311085587943872, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 754 + }, + { + "test_rec": 0.6374754832407856, + "test_prec": 0.7029222919022039, + "test_acc": 0.7173578330496231, + "test_loss": 1.1400736526238968, + "train_loss": 0.35688401239530404, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 755 + }, + { + "test_rec": 0.5115823619813814, + "test_prec": 0.7364780471787872, + "test_acc": 0.7402891768582084, + "test_loss": 0.7643900238932324, + "train_loss": 0.4343144148420887, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 756 + }, + { + "test_rec": 0.6275311063856862, + "test_prec": 0.6225971188747856, + "test_acc": 0.8010090837939635, + "test_loss": 0.9084500920726044, + "train_loss": 0.06176766706404478, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 757 + }, + { + "test_rec": 0.7381676992779108, + "test_prec": 0.6506418700832813, + "test_acc": 0.7522588475567975, + "test_loss": 0.6222092673125413, + "train_loss": 0.25522234211718, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 758 + }, + { + "test_rec": 0.9796467340180051, + "test_prec": 0.6945256047399752, + "test_acc": 0.6992568464158605, + "test_loss": 1.0063941289043226, + "train_loss": 0.429442775873499, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 759 + }, + { + "test_rec": 0.870094452185307, + "test_prec": 0.7371244902505143, + "test_acc": 0.7994131057995861, + "test_loss": 1.0997214330043115, + "train_loss": 0.38845055350299657, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 760 + }, + { + "test_rec": 0.7145726064026936, + "test_prec": 0.7357693640258736, + "test_acc": 0.7360229767324507, + "test_loss": 0.9911691505482823, + "train_loss": 0.13002599666346137, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 761 + }, + { + "test_rec": 0.9141802459448685, + "test_prec": 0.6308096049732473, + "test_acc": 0.7560638552671243, + "test_loss": 0.738693985263382, + "train_loss": 0.13876427290654553, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 762 + }, + { + "test_rec": 0.6274278067460882, + "test_prec": 0.6989605004719834, + "test_acc": 0.7458723510075147, + "test_loss": 0.9050384414066678, + "train_loss": 0.1499697345027823, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 763 + }, + { + "test_rec": 0.8147860560785675, + "test_prec": 0.6318053397166594, + "test_acc": 0.7050667687147953, + "test_loss": 0.7250257939248096, + "train_loss": 0.24466771766352097, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 764 + }, + { + "test_rec": 0.5491441918108991, + "test_prec": 0.6290934015851549, + "test_acc": 0.7918754859423647, + "test_loss": 0.5971175660865403, + "train_loss": 0.3429205223840764, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 765 + }, + { + "test_rec": 0.8992004812390695, + "test_prec": 0.8323086521005776, + "test_acc": 0.790886017484413, + "test_loss": 1.0074331243879633, + "train_loss": 0.3735514914428194, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 766 + }, + { + "test_rec": 0.5227269278775939, + "test_prec": 0.6959442988026966, + "test_acc": 0.7175544385300806, + "test_loss": 0.8773468531684763, + "train_loss": 0.013687337666522904, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 767 + }, + { + "test_rec": 0.5259306544417528, + "test_prec": 0.6994939845068936, + "test_acc": 0.7407913525588066, + "test_loss": 1.152032774202897, + "train_loss": 0.4106974411480606, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 768 + }, + { + "test_rec": 0.8716026372212902, + "test_prec": 0.7911727875706004, + "test_acc": 0.7607009048231179, + "test_loss": 0.736558302273534, + "train_loss": 0.24953369711349238, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 769 + }, + { + "test_rec": 0.8019870455022592, + "test_prec": 0.8326439889446169, + "test_acc": 0.7336621960526337, + "test_loss": 0.9111986429547516, + "train_loss": 0.29844890782193145, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 770 + }, + { + "test_rec": 0.6672654457932383, + "test_prec": 0.6752791974659822, + "test_acc": 0.757906818558414, + "test_loss": 0.9938213790120132, + "train_loss": 0.25856897017642827, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 771 + }, + { + "test_rec": 0.6213652290572462, + "test_prec": 0.7192544120894261, + "test_acc": 0.7909344168980462, + "test_loss": 1.0374420022540605, + "train_loss": 0.2972259128625228, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 772 + }, + { + "test_rec": 0.5932314449731977, + "test_prec": 0.6232262428243818, + "test_acc": 0.7262181557533356, + "test_loss": 0.5407550470456902, + "train_loss": 0.42244803830279715, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 773 + }, + { + "test_rec": 0.6821531696086984, + "test_prec": 0.7381056562271806, + "test_acc": 0.7460485646825119, + "test_loss": 0.7603205751111837, + "train_loss": 0.07512927240061645, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 774 + }, + { + "test_rec": 0.8288004754611298, + "test_prec": 0.7382006692882356, + "test_acc": 0.7964440546206228, + "test_loss": 0.8674803137947978, + "train_loss": 0.08535541897425471, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 775 + }, + { + "test_rec": 0.9500034078509374, + "test_prec": 0.8682665463004656, + "test_acc": 0.7362517739494845, + "test_loss": 1.0741168828254304, + "train_loss": 0.33928261047106867, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 776 + }, + { + "test_rec": 0.507161810656422, + "test_prec": 0.7513504441965787, + "test_acc": 0.7067545064556239, + "test_loss": 1.055214941506293, + "train_loss": 0.33463848351772346, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 777 + }, + { + "test_rec": 0.9821435706088486, + "test_prec": 0.8154283690804772, + "test_acc": 0.693310387510273, + "test_loss": 0.719444079159242, + "train_loss": 0.4432024276008024, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 778 + }, + { + "test_rec": 0.9895619987486166, + "test_prec": 0.7674962542495172, + "test_acc": 0.7796921355716321, + "test_loss": 1.0368061510571782, + "train_loss": 0.027611164390229002, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 779 + }, + { + "test_rec": 0.4737277134868289, + "test_prec": 0.8408080096224951, + "test_acc": 0.792410096319522, + "test_loss": 0.6936163079608767, + "train_loss": 0.23546985246052696, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 780 + }, + { + "test_rec": 0.4444564473805653, + "test_prec": 0.666232398251396, + "test_acc": 0.7115052792151646, + "test_loss": 1.1773100387825033, + "train_loss": 0.13381386643958454, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 781 + }, + { + "test_rec": 0.6427753739438374, + "test_prec": 0.7212444232816368, + "test_acc": 0.6968293582929443, + "test_loss": 0.5801733121088458, + "train_loss": 0.28634228512917065, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 782 + }, + { + "test_rec": 0.8711340319992943, + "test_prec": 0.6369854243755717, + "test_acc": 0.7757281801127234, + "test_loss": 0.5825559710188937, + "train_loss": 0.23214023964193026, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 783 + }, + { + "test_rec": 0.6321596302192104, + "test_prec": 0.8548291969672996, + "test_acc": 0.7104559695599595, + "test_loss": 1.0039353399581095, + "train_loss": 0.4421579841952647, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 784 + }, + { + "test_rec": 0.7181958132809997, + "test_prec": 0.8045136438298643, + "test_acc": 0.7500170795050357, + "test_loss": 0.7006280814254642, + "train_loss": 0.39525832554383983, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 785 + }, + { + "test_rec": 0.6548452899512386, + "test_prec": 0.7410761657347044, + "test_acc": 0.7346519582656197, + "test_loss": 0.5870889143707615, + "train_loss": 0.28765325816516246, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 786 + }, + { + "test_rec": 0.6278802177438807, + "test_prec": 0.8160232953800337, + "test_acc": 0.7212529070862619, + "test_loss": 0.7404778565145737, + "train_loss": 0.21568643693802372, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 787 + }, + { + "test_rec": 0.9339623568549406, + "test_prec": 0.7600929885812708, + "test_acc": 0.7200273555983269, + "test_loss": 1.0450648331114005, + "train_loss": 0.04059976470919962, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 788 + }, + { + "test_rec": 0.6668520891177446, + "test_prec": 0.7898169172852537, + "test_acc": 0.6935777168394507, + "test_loss": 0.4669833797882398, + "train_loss": 0.2616788788414697, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 789 + }, + { + "test_rec": 0.5304378963955408, + "test_prec": 0.819202245606057, + "test_acc": 0.7980739231946139, + "test_loss": 1.1170097654755347, + "train_loss": 0.20186298751137002, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 790 + }, + { + "test_rec": 0.9653579372679302, + "test_prec": 0.6309788172525386, + "test_acc": 0.748071759864339, + "test_loss": 0.6990156779797266, + "train_loss": 0.1472326869641062, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 791 + }, + { + "test_rec": 0.49164700018138907, + "test_prec": 0.8634762341778234, + "test_acc": 0.7417488185071939, + "test_loss": 0.5146539707005178, + "train_loss": 0.19924233936927518, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 792 + }, + { + "test_rec": 0.9643769926977523, + "test_prec": 0.7820262292462775, + "test_acc": 0.7474919732651832, + "test_loss": 0.6685412089807171, + "train_loss": 0.19911427450088906, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 793 + }, + { + "test_rec": 0.4593814033413845, + "test_prec": 0.6842292936047345, + "test_acc": 0.7063749022497224, + "test_loss": 0.7874178167407847, + "train_loss": 0.11511189180388555, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 794 + }, + { + "test_rec": 0.974245171854107, + "test_prec": 0.7991529502060376, + "test_acc": 0.7990752676107683, + "test_loss": 0.7410745984102427, + "train_loss": 0.11372569791957107, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 795 + }, + { + "test_rec": 0.5932064522566993, + "test_prec": 0.7906832264853143, + "test_acc": 0.8000729113722573, + "test_loss": 0.5235294022293151, + "train_loss": 0.28678046656747347, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 796 + }, + { + "test_rec": 0.739716690455101, + "test_prec": 0.7151381582443604, + "test_acc": 0.7133777386732775, + "test_loss": 0.889667544631717, + "train_loss": 0.45757839549690005, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 797 + }, + { + "test_rec": 0.8635961019527009, + "test_prec": 0.6547649356692754, + "test_acc": 0.7071363187179666, + "test_loss": 0.47035349934906606, + "train_loss": 0.23369686351405705, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 798 + }, + { + "test_rec": 0.8739852526115643, + "test_prec": 0.8795789037973705, + "test_acc": 0.7948896455834039, + "test_loss": 1.092649050864864, + "train_loss": 0.4125568065550397, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 799 + }, + { + "test_rec": 0.5821787654774844, + "test_prec": 0.6506445600388125, + "test_acc": 0.7901577312055653, + "test_loss": 0.5255187069398145, + "train_loss": 0.40012280347902546, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 800 + }, + { + "test_rec": 0.587871925651427, + "test_prec": 0.8316498224419849, + "test_acc": 0.7208617327982085, + "test_loss": 0.8347923817648345, + "train_loss": 0.34134979795622067, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 801 + }, + { + "test_rec": 0.7837611876452191, + "test_prec": 0.6826908615914963, + "test_acc": 0.7349844853032148, + "test_loss": 0.4620476396944775, + "train_loss": 0.16387843564263563, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 802 + }, + { + "test_rec": 0.8208538058910289, + "test_prec": 0.874567886601403, + "test_acc": 0.7557231345312289, + "test_loss": 0.8423509037611621, + "train_loss": 0.010039817533559514, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 803 + }, + { + "test_rec": 0.7571965733136861, + "test_prec": 0.7925371084041285, + "test_acc": 0.707533333189382, + "test_loss": 1.112695832230762, + "train_loss": 0.4497989322590583, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 804 + }, + { + "test_rec": 0.8723103792505005, + "test_prec": 0.7103204054661373, + "test_acc": 0.7626894317767287, + "test_loss": 0.8899998901260942, + "train_loss": 0.23299141240485427, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 805 + }, + { + "test_rec": 0.6881213770727572, + "test_prec": 0.8425317437508987, + "test_acc": 0.7073006482304599, + "test_loss": 0.8212574148024958, + "train_loss": 0.19212051795464782, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 806 + }, + { + "test_rec": 0.9538554735596112, + "test_prec": 0.7687838660103752, + "test_acc": 0.7613549936570773, + "test_loss": 0.5522675249451, + "train_loss": 0.2883638434164362, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 807 + }, + { + "test_rec": 0.961225425496615, + "test_prec": 0.7786609681848522, + "test_acc": 0.7439563507529027, + "test_loss": 0.9620885454261685, + "train_loss": 0.30840443571126214, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 808 + }, + { + "test_rec": 0.7236953860914977, + "test_prec": 0.8685575678084273, + "test_acc": 0.8001978976644167, + "test_loss": 0.8898828930256556, + "train_loss": 0.4467961172379175, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 809 + }, + { + "test_rec": 0.8902675662811144, + "test_prec": 0.8595972605333884, + "test_acc": 0.7625901453471077, + "test_loss": 0.6692473720660548, + "train_loss": 0.4622482388226727, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 810 + }, + { + "test_rec": 0.7648531302427224, + "test_prec": 0.6657456458454689, + "test_acc": 0.7868745935242967, + "test_loss": 0.570990023184342, + "train_loss": 0.3984001783845384, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 811 + }, + { + "test_rec": 0.49982849530249024, + "test_prec": 0.7509280399065434, + "test_acc": 0.7707966750910431, + "test_loss": 0.7816456703255165, + "train_loss": 0.11800914270192024, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 812 + }, + { + "test_rec": 0.7533227475100535, + "test_prec": 0.8109078127551925, + "test_acc": 0.7718010460635942, + "test_loss": 0.5522082681401898, + "train_loss": 0.220291072151683, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 813 + }, + { + "test_rec": 0.5991680261702974, + "test_prec": 0.8693654827641745, + "test_acc": 0.7265874956955906, + "test_loss": 0.9777605453079026, + "train_loss": 0.0999938290549454, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 814 + }, + { + "test_rec": 0.7615351344740391, + "test_prec": 0.7809007181538667, + "test_acc": 0.8006835832841461, + "test_loss": 1.0254778824416682, + "train_loss": 0.2421344856679515, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 815 + }, + { + "test_rec": 0.5629973517810383, + "test_prec": 0.8335195269223248, + "test_acc": 0.7194107374467316, + "test_loss": 0.7148513716448225, + "train_loss": 0.20212678165127398, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 816 + }, + { + "test_rec": 0.610401722335751, + "test_prec": 0.676879211206798, + "test_acc": 0.7615769837226819, + "test_loss": 0.4993356978421041, + "train_loss": 0.23458441343550804, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 817 + }, + { + "test_rec": 0.7880967466527173, + "test_prec": 0.7211326136823081, + "test_acc": 0.7293192876589893, + "test_loss": 0.7515234392965215, + "train_loss": 0.39635158986786273, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 818 + }, + { + "test_rec": 0.7735217733625716, + "test_prec": 0.752415473328425, + "test_acc": 0.7231955160062548, + "test_loss": 0.7151917085419419, + "train_loss": 0.44824079704498937, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 819 + }, + { + "test_rec": 0.8583373648054169, + "test_prec": 0.7379808375247136, + "test_acc": 0.7341787144419533, + "test_loss": 0.8054724340648698, + "train_loss": 0.07353118075659237, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 820 + }, + { + "test_rec": 0.9299023458829976, + "test_prec": 0.7775334419317635, + "test_acc": 0.7215504731806108, + "test_loss": 0.5234420327885495, + "train_loss": 0.39076177760855035, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 821 + }, + { + "test_rec": 0.8434515718756848, + "test_prec": 0.8485218360584704, + "test_acc": 0.740739858717393, + "test_loss": 0.6694777082250687, + "train_loss": 0.09924894355748543, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 822 + }, + { + "test_rec": 0.7867127511441963, + "test_prec": 0.7674256809504574, + "test_acc": 0.795084295524835, + "test_loss": 0.5031066464024582, + "train_loss": 0.23441380177662885, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 823 + }, + { + "test_rec": 0.5425782482775678, + "test_prec": 0.6939430999169531, + "test_acc": 0.7704062826420303, + "test_loss": 0.4805154914658732, + "train_loss": 0.460845208895197, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 824 + }, + { + "test_rec": 0.9653733485264524, + "test_prec": 0.7928575393384755, + "test_acc": 0.7969582354396861, + "test_loss": 0.520454712127417, + "train_loss": 0.416266432618737, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 825 + }, + { + "test_rec": 0.487711331824273, + "test_prec": 0.7259494440645032, + "test_acc": 0.7925849103672008, + "test_loss": 0.8383499562556753, + "train_loss": 0.10899457133785977, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 826 + }, + { + "test_rec": 0.8630377776583941, + "test_prec": 0.6824679546348856, + "test_acc": 0.7902754388822484, + "test_loss": 1.0457892057982416, + "train_loss": 0.2413125449459535, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 827 + }, + { + "test_rec": 0.7250075352958798, + "test_prec": 0.7808622146872597, + "test_acc": 0.7747162842510568, + "test_loss": 0.9003371293808418, + "train_loss": 0.02305840039389287, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 828 + }, + { + "test_rec": 0.7609058310533424, + "test_prec": 0.851297097478736, + "test_acc": 0.717315046629256, + "test_loss": 0.8352786897291286, + "train_loss": 0.29800450007342466, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 829 + }, + { + "test_rec": 0.7306879319154356, + "test_prec": 0.6961415966937312, + "test_acc": 0.7114293661677193, + "test_loss": 1.0215074695176996, + "train_loss": 0.23919432380085273, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 830 + }, + { + "test_rec": 0.9443626178435494, + "test_prec": 0.87230771955105, + "test_acc": 0.7319415998064293, + "test_loss": 1.1220424194185825, + "train_loss": 0.3276136152343663, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 831 + }, + { + "test_rec": 0.4676336212957889, + "test_prec": 0.851740626054158, + "test_acc": 0.7930084404551733, + "test_loss": 0.8787189158714591, + "train_loss": 0.07203547384008967, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 832 + }, + { + "test_rec": 0.9857346045525839, + "test_prec": 0.7422560473935957, + "test_acc": 0.7215681302143249, + "test_loss": 0.8668174264321131, + "train_loss": 0.41158610071127777, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 833 + }, + { + "test_rec": 0.5977451659076557, + "test_prec": 0.7035891294449278, + "test_acc": 0.7168494011188409, + "test_loss": 1.0086743915481458, + "train_loss": 0.15208065814434635, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 834 + }, + { + "test_rec": 0.8321573705718449, + "test_prec": 0.741148368968206, + "test_acc": 0.7174388425147827, + "test_loss": 0.6940645365643432, + "train_loss": 0.06804733774544645, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 835 + }, + { + "test_rec": 0.6849334436118072, + "test_prec": 0.6957530024803326, + "test_acc": 0.7275671102622885, + "test_loss": 0.8833974313368775, + "train_loss": 0.30258350929604394, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 836 + }, + { + "test_rec": 0.6331712076944624, + "test_prec": 0.7549604088248746, + "test_acc": 0.7072669142932563, + "test_loss": 1.0461643816364556, + "train_loss": 0.33660765840228474, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 837 + }, + { + "test_rec": 0.5652970786132299, + "test_prec": 0.7786371853903113, + "test_acc": 0.7994390577922846, + "test_loss": 0.589708926372763, + "train_loss": 0.09594022414263023, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 838 + }, + { + "test_rec": 0.9257428037980686, + "test_prec": 0.8161010170096217, + "test_acc": 0.7355930121264487, + "test_loss": 1.0969450463862722, + "train_loss": 0.1137430312060651, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 839 + }, + { + "test_rec": 0.6269519194252373, + "test_prec": 0.7018914803172677, + "test_acc": 0.7234629559252116, + "test_loss": 0.5209437566050483, + "train_loss": 0.12290017837809941, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 840 + }, + { + "test_rec": 0.6099111126162834, + "test_prec": 0.7254063813410438, + "test_acc": 0.7293492102900595, + "test_loss": 0.9438880151562172, + "train_loss": 0.4011846520712307, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 841 + }, + { + "test_rec": 0.7698965174773555, + "test_prec": 0.7864589048830795, + "test_acc": 0.7593725773815148, + "test_loss": 0.9413541698777301, + "train_loss": 0.03170229063966286, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 842 + }, + { + "test_rec": 0.6104538545692321, + "test_prec": 0.6626524166256729, + "test_acc": 0.757321888855619, + "test_loss": 1.019632544173049, + "train_loss": 0.011648289087195675, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 843 + }, + { + "test_rec": 0.9450755795147519, + "test_prec": 0.8243482910612924, + "test_acc": 0.7131860809739792, + "test_loss": 0.6438669794482864, + "train_loss": 0.37548105882850397, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 844 + }, + { + "test_rec": 0.9802338056912443, + "test_prec": 0.6414778590737306, + "test_acc": 0.7002910488551644, + "test_loss": 0.8191063899163438, + "train_loss": 0.20569420789348758, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 845 + }, + { + "test_rec": 0.9083801048588966, + "test_prec": 0.7336396904132929, + "test_acc": 0.7558774519339113, + "test_loss": 1.036190173201156, + "train_loss": 0.2338265404302234, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 846 + }, + { + "test_rec": 0.8211484178472752, + "test_prec": 0.7130034682874339, + "test_acc": 0.7789911067462093, + "test_loss": 0.6062367554538206, + "train_loss": 0.24683065283576913, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 847 + }, + { + "test_rec": 0.7470554901228743, + "test_prec": 0.7339585662031686, + "test_acc": 0.7582476865500846, + "test_loss": 0.9385337336293191, + "train_loss": 0.33614759194445604, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 848 + }, + { + "test_rec": 0.5597255863418247, + "test_prec": 0.7212645644869806, + "test_acc": 0.6971785859845275, + "test_loss": 0.5520427653768604, + "train_loss": 0.27007115650848, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 849 + }, + { + "test_rec": 0.9282185950470134, + "test_prec": 0.745930535307685, + "test_acc": 0.7879206439174021, + "test_loss": 1.1150540545448082, + "train_loss": 0.15066329194885703, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 850 + }, + { + "test_rec": 0.6489743588620068, + "test_prec": 0.7231385418967754, + "test_acc": 0.77024499092525, + "test_loss": 0.8412251291878913, + "train_loss": 0.22817665651310062, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 851 + }, + { + "test_rec": 0.6900391877362875, + "test_prec": 0.70826850403123, + "test_acc": 0.7743015293434483, + "test_loss": 0.5583541361679655, + "train_loss": 0.233121332399931, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 852 + }, + { + "test_rec": 0.9012275658132968, + "test_prec": 0.6772699672153241, + "test_acc": 0.7981967135832362, + "test_loss": 1.0311330334758375, + "train_loss": 0.43335509541484, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 853 + }, + { + "test_rec": 0.7385856151043451, + "test_prec": 0.8197929244362403, + "test_acc": 0.7923641536366228, + "test_loss": 0.6106835700459086, + "train_loss": 0.44790460848564734, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 854 + }, + { + "test_rec": 0.6982555773720883, + "test_prec": 0.7959886000823246, + "test_acc": 0.721101160144002, + "test_loss": 0.8857294591737024, + "train_loss": 0.11915066438947546, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 855 + }, + { + "test_rec": 0.9101652429987401, + "test_prec": 0.6531893927060102, + "test_acc": 0.7660310772699132, + "test_loss": 0.8226817668539653, + "train_loss": 0.4340893567008995, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 856 + }, + { + "test_rec": 0.553446212924264, + "test_prec": 0.7035893641417569, + "test_acc": 0.7830954638363573, + "test_loss": 0.7597906517901438, + "train_loss": 0.42755718053877695, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 857 + }, + { + "test_rec": 0.506006287534472, + "test_prec": 0.8479601460115429, + "test_acc": 0.8008640059868688, + "test_loss": 0.6166750076092234, + "train_loss": 0.321418618106439, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 858 + }, + { + "test_rec": 0.7096647792365331, + "test_prec": 0.7022289359686069, + "test_acc": 0.7146302708512514, + "test_loss": 1.1327864464366522, + "train_loss": 0.011117226361859132, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 859 + }, + { + "test_rec": 0.9363678197177584, + "test_prec": 0.8192670214825095, + "test_acc": 0.7379850372129477, + "test_loss": 0.789797927891071, + "train_loss": 0.2941502444382984, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 860 + }, + { + "test_rec": 0.9522639924243004, + "test_prec": 0.7471437116918889, + "test_acc": 0.7801106341513823, + "test_loss": 0.970113497749703, + "train_loss": 0.05020137265075854, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 861 + }, + { + "test_rec": 0.9249739056978641, + "test_prec": 0.8272603399649452, + "test_acc": 0.7861533322346855, + "test_loss": 1.0674936248993219, + "train_loss": 0.16721703917888048, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 862 + }, + { + "test_rec": 0.6142939024309549, + "test_prec": 0.8524316600277555, + "test_acc": 0.7111144533121126, + "test_loss": 1.0401282856538185, + "train_loss": 0.1361581749917751, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 863 + }, + { + "test_rec": 0.937857667867378, + "test_prec": 0.8161675884674948, + "test_acc": 0.7083281643704172, + "test_loss": 1.0580963294168293, + "train_loss": 0.40272802056431306, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 864 + }, + { + "test_rec": 0.6116497347090543, + "test_prec": 0.7682451205286877, + "test_acc": 0.7640619228210144, + "test_loss": 0.4815493470282431, + "train_loss": 0.12427246386673278, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 865 + }, + { + "test_rec": 0.9330742717522577, + "test_prec": 0.7214667962799075, + "test_acc": 0.7241788678025283, + "test_loss": 0.4516005371178952, + "train_loss": 0.3341798182066246, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 866 + }, + { + "test_rec": 0.5540137465255875, + "test_prec": 0.7254890196511063, + "test_acc": 0.7092062972494699, + "test_loss": 0.7891477266766911, + "train_loss": 0.06960212107413304, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 867 + }, + { + "test_rec": 0.8131333363935396, + "test_prec": 0.6483260704352554, + "test_acc": 0.7012338574082962, + "test_loss": 0.520565214527839, + "train_loss": 0.060361253252907844, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 868 + }, + { + "test_rec": 0.6575525889615537, + "test_prec": 0.8790157051508491, + "test_acc": 0.7989760504257567, + "test_loss": 0.9667845326336675, + "train_loss": 0.22030320416119833, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 869 + }, + { + "test_rec": 0.8402704482596421, + "test_prec": 0.8245504906743969, + "test_acc": 0.7246313250572712, + "test_loss": 0.7667386385568457, + "train_loss": 0.44141197713141583, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 870 + }, + { + "test_rec": 0.7816843188452604, + "test_prec": 0.698908560195565, + "test_acc": 0.7802021860772635, + "test_loss": 0.692721142768323, + "train_loss": 0.1415007729973659, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 871 + }, + { + "test_rec": 0.5106214493608907, + "test_prec": 0.7400837064610981, + "test_acc": 0.7343896554062874, + "test_loss": 1.0769681431102387, + "train_loss": 0.41763028200306207, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 872 + }, + { + "test_rec": 0.581650713717609, + "test_prec": 0.7569198189203756, + "test_acc": 0.8004646648754803, + "test_loss": 0.6072661174901123, + "train_loss": 0.3192338854869145, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 873 + }, + { + "test_rec": 0.6204911012277373, + "test_prec": 0.8280672320144576, + "test_acc": 0.7984491174056227, + "test_loss": 0.6219849527497174, + "train_loss": 0.1285701999766691, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 874 + }, + { + "test_rec": 0.9277411258415509, + "test_prec": 0.7946870924837132, + "test_acc": 0.7640019367785694, + "test_loss": 1.1456301783200669, + "train_loss": 0.14158101472109869, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 875 + }, + { + "test_rec": 0.7457436524425859, + "test_prec": 0.6543386437762628, + "test_acc": 0.7683619664888083, + "test_loss": 0.6036861172029206, + "train_loss": 0.09908880312738531, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 876 + }, + { + "test_rec": 0.8962918340047232, + "test_prec": 0.8544961075028757, + "test_acc": 0.7570960780770235, + "test_loss": 0.764404965742421, + "train_loss": 0.21954845839604115, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 877 + }, + { + "test_rec": 0.739341841468577, + "test_prec": 0.7983961665382234, + "test_acc": 0.7926600378530072, + "test_loss": 0.5936461962952782, + "train_loss": 0.22000744467179253, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 878 + }, + { + "test_rec": 0.8224075237943185, + "test_prec": 0.7046042595111568, + "test_acc": 0.7787758177023337, + "test_loss": 0.5091165381649428, + "train_loss": 0.2620779783197053, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 879 + }, + { + "test_rec": 0.8270961415755141, + "test_prec": 0.8513174137389714, + "test_acc": 0.7389722765974911, + "test_loss": 1.1783269387504156, + "train_loss": 0.418727560473082, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 880 + }, + { + "test_rec": 0.8148537076582101, + "test_prec": 0.6956061976054192, + "test_acc": 0.7773967338700918, + "test_loss": 0.6736343425496902, + "train_loss": 0.23723899164317958, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 881 + }, + { + "test_rec": 0.9711380550435371, + "test_prec": 0.8699854174086316, + "test_acc": 0.7920766409087566, + "test_loss": 1.126372642000856, + "train_loss": 0.4538205548436731, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 882 + }, + { + "test_rec": 0.6020987165066967, + "test_prec": 0.7864681972765554, + "test_acc": 0.7299910953080556, + "test_loss": 0.5790954974244851, + "train_loss": 0.36977084872431937, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 883 + }, + { + "test_rec": 0.6304779162700361, + "test_prec": 0.6935438395009077, + "test_acc": 0.7261578401496379, + "test_loss": 0.9702814228337788, + "train_loss": 0.15224873152491514, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 884 + }, + { + "test_rec": 0.9698979368770058, + "test_prec": 0.6870278744559702, + "test_acc": 0.7555806519679997, + "test_loss": 0.7527362920157681, + "train_loss": 0.3370440209020519, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 885 + }, + { + "test_rec": 0.44813816975336745, + "test_prec": 0.728421863417504, + "test_acc": 0.7733552440701738, + "test_loss": 1.0406743598546218, + "train_loss": 0.08020059269182993, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 886 + }, + { + "test_rec": 0.7306159189749765, + "test_prec": 0.7696706775546006, + "test_acc": 0.8013332279588888, + "test_loss": 0.7466980832363516, + "train_loss": 0.08327572378005647, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 887 + }, + { + "test_rec": 0.8128762763647482, + "test_prec": 0.7008866069189622, + "test_acc": 0.6928390877132405, + "test_loss": 1.1204827394293062, + "train_loss": 0.011387682036177398, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 888 + }, + { + "test_rec": 0.4774249855239519, + "test_prec": 0.8023091180987871, + "test_acc": 0.7988668972053689, + "test_loss": 0.4561282561263695, + "train_loss": 0.14900428894023945, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 889 + }, + { + "test_rec": 0.5469161357847078, + "test_prec": 0.6557994708650752, + "test_acc": 0.6967259605310869, + "test_loss": 1.005658552698391, + "train_loss": 0.19944477198627417, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 890 + }, + { + "test_rec": 0.5114187656900467, + "test_prec": 0.8125537491968762, + "test_acc": 0.7348257917853573, + "test_loss": 0.9598887909259453, + "train_loss": 0.4289340592715997, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 891 + }, + { + "test_rec": 0.6731230745899761, + "test_prec": 0.7635833754497227, + "test_acc": 0.7213190600019972, + "test_loss": 0.5535457904704146, + "train_loss": 0.24571300131329674, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 892 + }, + { + "test_rec": 0.6423536991990282, + "test_prec": 0.8248185678111941, + "test_acc": 0.7611526250615502, + "test_loss": 0.9988496068219865, + "train_loss": 0.08894406981717362, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 893 + }, + { + "test_rec": 0.665676015252536, + "test_prec": 0.8154284402486196, + "test_acc": 0.7409454797558459, + "test_loss": 0.5386357209497892, + "train_loss": 0.2584942949980771, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 894 + }, + { + "test_rec": 0.8466121593672127, + "test_prec": 0.7009463618213863, + "test_acc": 0.75174508433491, + "test_loss": 0.6872521748709111, + "train_loss": 0.200390098033466, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 895 + }, + { + "test_rec": 0.9352324696375707, + "test_prec": 0.7920120915841599, + "test_acc": 0.7588379618207854, + "test_loss": 0.4752267057299704, + "train_loss": 0.16718235164968479, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 896 + }, + { + "test_rec": 0.8351562122839467, + "test_prec": 0.8642712945189263, + "test_acc": 0.7307778690572856, + "test_loss": 0.8133790123137024, + "train_loss": 0.05943436537884607, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 897 + }, + { + "test_rec": 0.9862313065094437, + "test_prec": 0.7969784268324788, + "test_acc": 0.7820159186641866, + "test_loss": 0.7979457121951354, + "train_loss": 0.2842568317840647, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 898 + }, + { + "test_rec": 0.6053668647971402, + "test_prec": 0.7162304902965289, + "test_acc": 0.6939916593684838, + "test_loss": 0.5092297332635276, + "train_loss": 0.44120607606354945, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 899 + }, + { + "test_rec": 0.6608610390726641, + "test_prec": 0.8268474253172399, + "test_acc": 0.7754638259225382, + "test_loss": 0.6908706495555867, + "train_loss": 0.05664020040107153, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 900 + }, + { + "test_rec": 0.6173249260720278, + "test_prec": 0.8301629927859983, + "test_acc": 0.7468241398265382, + "test_loss": 0.6200806028849001, + "train_loss": 0.35085320130081127, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 901 + }, + { + "test_rec": 0.47685984695634454, + "test_prec": 0.7109594493542528, + "test_acc": 0.7857298420618808, + "test_loss": 0.5542550893534561, + "train_loss": 0.44795653385090056, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 902 + }, + { + "test_rec": 0.8261714001734493, + "test_prec": 0.6862887583768267, + "test_acc": 0.6999563768460432, + "test_loss": 1.037429151515356, + "train_loss": 0.3185171239629498, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 903 + }, + { + "test_rec": 0.5528145012096787, + "test_prec": 0.6217257033691987, + "test_acc": 0.7091881702591967, + "test_loss": 0.8164395883667468, + "train_loss": 0.02537546725380032, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 904 + }, + { + "test_rec": 0.656694984750709, + "test_prec": 0.873577501895842, + "test_acc": 0.7883507144262583, + "test_loss": 1.1070606374673866, + "train_loss": 0.17208485675028712, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 905 + }, + { + "test_rec": 0.6231522901163595, + "test_prec": 0.696132418880586, + "test_acc": 0.7659216932341963, + "test_loss": 1.0183704240381697, + "train_loss": 0.20501626898589134, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 906 + }, + { + "test_rec": 0.6349630448202486, + "test_prec": 0.682549669135259, + "test_acc": 0.7675344911002182, + "test_loss": 0.6746804522303509, + "train_loss": 0.1387378382019535, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 907 + }, + { + "test_rec": 0.7940000229258367, + "test_prec": 0.8064645651311099, + "test_acc": 0.710457381102602, + "test_loss": 0.90813258482735, + "train_loss": 0.10402297276373901, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 908 + }, + { + "test_rec": 0.9462520420793648, + "test_prec": 0.7564335576131599, + "test_acc": 0.7857872790017563, + "test_loss": 0.6189971452510993, + "train_loss": 0.05611505590082649, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 909 + }, + { + "test_rec": 0.7991681956884866, + "test_prec": 0.868743715770478, + "test_acc": 0.7930568236652159, + "test_loss": 0.4925812100130334, + "train_loss": 0.15536315745028637, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 910 + }, + { + "test_rec": 0.809052325241374, + "test_prec": 0.6206568216577729, + "test_acc": 0.730631066585416, + "test_loss": 0.7436507393961478, + "train_loss": 0.36660752155259146, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 911 + }, + { + "test_rec": 0.6551346599081918, + "test_prec": 0.8752784764352584, + "test_acc": 0.7789886179612773, + "test_loss": 0.630446789399328, + "train_loss": 0.10154602038597772, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 912 + }, + { + "test_rec": 0.9451268807967312, + "test_prec": 0.6753425965742708, + "test_acc": 0.7885221901581421, + "test_loss": 0.8836434226883596, + "train_loss": 0.3761654689879482, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 913 + }, + { + "test_rec": 0.8469470475941087, + "test_prec": 0.6234993489913003, + "test_acc": 0.7499735117520518, + "test_loss": 0.6422708985016015, + "train_loss": 0.07077498081673356, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 914 + }, + { + "test_rec": 0.7756558146156873, + "test_prec": 0.832316067577164, + "test_acc": 0.7554981806032208, + "test_loss": 0.9445376686312708, + "train_loss": 0.44711615443243163, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 915 + }, + { + "test_rec": 0.6950962831401184, + "test_prec": 0.7241499558284747, + "test_acc": 0.7942456668663874, + "test_loss": 0.7671080471281777, + "train_loss": 0.2906253475627498, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 916 + }, + { + "test_rec": 0.7381230939504982, + "test_prec": 0.8496621592061189, + "test_acc": 0.7398215126146084, + "test_loss": 0.5399450178501524, + "train_loss": 0.35324979629955516, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 917 + }, + { + "test_rec": 0.8718968083076425, + "test_prec": 0.6322834432998463, + "test_acc": 0.7342285022626872, + "test_loss": 1.1380173925956591, + "train_loss": 0.12055193824732084, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 918 + }, + { + "test_rec": 0.47620062679130487, + "test_prec": 0.7872493498102677, + "test_acc": 0.720447297312202, + "test_loss": 0.7043052597869945, + "train_loss": 0.2886894834066633, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 919 + }, + { + "test_rec": 0.804744164902615, + "test_prec": 0.8794341401901045, + "test_acc": 0.7293492431818482, + "test_loss": 1.0929652342665233, + "train_loss": 0.1565218583921795, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 920 + }, + { + "test_rec": 0.7212296483815572, + "test_prec": 0.7911893804252833, + "test_acc": 0.7057205640076472, + "test_loss": 0.5795231067263639, + "train_loss": 0.07663764743097815, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 921 + }, + { + "test_rec": 0.6998484699095162, + "test_prec": 0.6273921537367342, + "test_acc": 0.7327640593481443, + "test_loss": 1.1732050559176335, + "train_loss": 0.1667562293207777, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 922 + }, + { + "test_rec": 0.9422088811472544, + "test_prec": 0.790633155079331, + "test_acc": 0.7708857228573884, + "test_loss": 0.940971280634177, + "train_loss": 0.4119336929719898, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 923 + }, + { + "test_rec": 0.8348368705547979, + "test_prec": 0.8254785446310688, + "test_acc": 0.7490224734604742, + "test_loss": 0.9941345626064013, + "train_loss": 0.05248353507743562, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 924 + }, + { + "test_rec": 0.9729064563440779, + "test_prec": 0.7446924556879957, + "test_acc": 0.7037429811953534, + "test_loss": 1.1262592162176916, + "train_loss": 0.16290895386281468, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 925 + }, + { + "test_rec": 0.8460069040464255, + "test_prec": 0.6819632910681918, + "test_acc": 0.7434053137130269, + "test_loss": 0.9741523960449721, + "train_loss": 0.06807160650797285, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 926 + }, + { + "test_rec": 0.8617689949090794, + "test_prec": 0.8561735399882711, + "test_acc": 0.7282468113635985, + "test_loss": 0.5595845343165549, + "train_loss": 0.15154948824654485, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 927 + }, + { + "test_rec": 0.9534414842268313, + "test_prec": 0.7798582603438875, + "test_acc": 0.7635009524756365, + "test_loss": 0.8406180886301315, + "train_loss": 0.21677768088712143, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 928 + }, + { + "test_rec": 0.8382658607898201, + "test_prec": 0.7388361752966115, + "test_acc": 0.7040854174597448, + "test_loss": 0.4754727326489757, + "train_loss": 0.45867959579725964, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 929 + }, + { + "test_rec": 0.827762321440067, + "test_prec": 0.8106018173899557, + "test_acc": 0.785576226470517, + "test_loss": 0.97805413785363, + "train_loss": 0.35225061177324407, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 930 + }, + { + "test_rec": 0.8296546203296888, + "test_prec": 0.8443177056828232, + "test_acc": 0.7490046260246201, + "test_loss": 0.47748591224432585, + "train_loss": 0.3467776963401425, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 931 + }, + { + "test_rec": 0.8175306427226433, + "test_prec": 0.7876409992600704, + "test_acc": 0.7754887714815505, + "test_loss": 1.1194885830350514, + "train_loss": 0.3654291971158532, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 932 + }, + { + "test_rec": 0.8179669754521218, + "test_prec": 0.6872886301475843, + "test_acc": 0.7825945929619051, + "test_loss": 0.9589261727617926, + "train_loss": 0.43554187275725115, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 933 + }, + { + "test_rec": 0.6762530427185633, + "test_prec": 0.7465185038855547, + "test_acc": 0.781679218921576, + "test_loss": 0.6366401895003128, + "train_loss": 0.03537020054146324, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 934 + }, + { + "test_rec": 0.8428599874604719, + "test_prec": 0.6971429402086184, + "test_acc": 0.7349899089099119, + "test_loss": 1.0201909210337856, + "train_loss": 0.3383481476544638, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 935 + }, + { + "test_rec": 0.4533306071733329, + "test_prec": 0.8556329112643483, + "test_acc": 0.7997073596551675, + "test_loss": 1.08461822773844, + "train_loss": 0.08343191424878557, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 936 + }, + { + "test_rec": 0.6029462756736464, + "test_prec": 0.817618293135832, + "test_acc": 0.7199617459876969, + "test_loss": 0.7318673005799012, + "train_loss": 0.0406707061975662, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 937 + }, + { + "test_rec": 0.6157874973488415, + "test_prec": 0.7950416627175751, + "test_acc": 0.7800579961804247, + "test_loss": 0.7334658337865212, + "train_loss": 0.18591371188640676, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 938 + }, + { + "test_rec": 0.8500742995887967, + "test_prec": 0.7440115130302702, + "test_acc": 0.7288079319582333, + "test_loss": 0.7992876308779048, + "train_loss": 0.3045372786524225, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 939 + }, + { + "test_rec": 0.4739818918510619, + "test_prec": 0.8135070959677897, + "test_acc": 0.701624599437704, + "test_loss": 0.5885940128343566, + "train_loss": 0.3200107036632954, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 940 + }, + { + "test_rec": 0.9140287034901919, + "test_prec": 0.8362110178349662, + "test_acc": 0.7943644696515464, + "test_loss": 0.9767940177720551, + "train_loss": 0.19417843675505342, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 941 + }, + { + "test_rec": 0.5667145585990642, + "test_prec": 0.7773025731315216, + "test_acc": 0.7610636372889812, + "test_loss": 0.4649825596738689, + "train_loss": 0.2343328273496316, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 942 + }, + { + "test_rec": 0.7482919888578319, + "test_prec": 0.8394590903750989, + "test_acc": 0.7391182900965874, + "test_loss": 0.5224406067012786, + "train_loss": 0.2812912686433561, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 943 + }, + { + "test_rec": 0.9209146657242377, + "test_prec": 0.6709379207915016, + "test_acc": 0.7912194443659467, + "test_loss": 0.8059508191815448, + "train_loss": 0.014570197388402883, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 944 + }, + { + "test_rec": 0.5486543794324923, + "test_prec": 0.7735833099746621, + "test_acc": 0.7599609794105997, + "test_loss": 0.7742297809118308, + "train_loss": 0.3294013511589642, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 945 + }, + { + "test_rec": 0.5487330929574101, + "test_prec": 0.7984812621113486, + "test_acc": 0.699285169475376, + "test_loss": 0.47506975928474104, + "train_loss": 0.3765322757393532, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 946 + }, + { + "test_rec": 0.5665245827246753, + "test_prec": 0.863412985661852, + "test_acc": 0.7373308869435594, + "test_loss": 1.024680200373933, + "train_loss": 0.08169220479856083, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 947 + }, + { + "test_rec": 0.9218945614289046, + "test_prec": 0.7382159019986518, + "test_acc": 0.7104090926728788, + "test_loss": 0.6303418681814137, + "train_loss": 0.050713685256657294, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 948 + }, + { + "test_rec": 0.9120445323918475, + "test_prec": 0.6587490671523714, + "test_acc": 0.7403785212753069, + "test_loss": 0.5195764017836045, + "train_loss": 0.24969428373036617, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 949 + }, + { + "test_rec": 0.8089000585453648, + "test_prec": 0.7584283629086852, + "test_acc": 0.7025118078696762, + "test_loss": 0.6327407757818428, + "train_loss": 0.29165882751190264, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 950 + }, + { + "test_rec": 0.5145595791867651, + "test_prec": 0.8127019009996395, + "test_acc": 0.7814235091184569, + "test_loss": 0.6173619816625937, + "train_loss": 0.41247237393846703, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 951 + }, + { + "test_rec": 0.8811871862440597, + "test_prec": 0.6355355872861208, + "test_acc": 0.7358094082048328, + "test_loss": 0.5333180881572893, + "train_loss": 0.42605901553790604, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 952 + }, + { + "test_rec": 0.7037472102745841, + "test_prec": 0.6756850246663798, + "test_acc": 0.7111754521796465, + "test_loss": 0.7616795289485054, + "train_loss": 0.4495751721611148, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 953 + }, + { + "test_rec": 0.9275867580673294, + "test_prec": 0.7205151466849434, + "test_acc": 0.7971931786790093, + "test_loss": 0.6498349218126873, + "train_loss": 0.012989383031183892, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 954 + }, + { + "test_rec": 0.582297896699572, + "test_prec": 0.6360471050011198, + "test_acc": 0.7060410622343126, + "test_loss": 0.9274936995529139, + "train_loss": 0.07867298018192534, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 955 + }, + { + "test_rec": 0.548938864010838, + "test_prec": 0.7467247584143133, + "test_acc": 0.7584407815274337, + "test_loss": 0.8763899124194702, + "train_loss": 0.4184798914051745, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 956 + }, + { + "test_rec": 0.605151281122021, + "test_prec": 0.6861729393785839, + "test_acc": 0.7326921500908938, + "test_loss": 0.8811468457776734, + "train_loss": 0.08029412135778304, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 957 + }, + { + "test_rec": 0.7154115813649847, + "test_prec": 0.8560978179022877, + "test_acc": 0.7148023040422421, + "test_loss": 0.566444048957212, + "train_loss": 0.45706378835926215, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 958 + }, + { + "test_rec": 0.5500006664633719, + "test_prec": 0.7392828674132239, + "test_acc": 0.7079881094377948, + "test_loss": 0.467865632209981, + "train_loss": 0.2837249489149392, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 959 + }, + { + "test_rec": 0.9302655534610147, + "test_prec": 0.8577979655069325, + "test_acc": 0.7273934275703747, + "test_loss": 0.7246843500683997, + "train_loss": 0.4219685705716403, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 960 + }, + { + "test_rec": 0.9097917966094053, + "test_prec": 0.7730270413444629, + "test_acc": 0.7878752898250339, + "test_loss": 0.5027227833493774, + "train_loss": 0.017258665774747765, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 961 + }, + { + "test_rec": 0.933743060665329, + "test_prec": 0.824524042975991, + "test_acc": 0.7777828439485747, + "test_loss": 0.5896414753741883, + "train_loss": 0.3327169660989886, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 962 + }, + { + "test_rec": 0.5711680383156772, + "test_prec": 0.8773055236420729, + "test_acc": 0.7124013958902129, + "test_loss": 0.5088681073318361, + "train_loss": 0.0782873980609984, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 963 + }, + { + "test_rec": 0.983563998291668, + "test_prec": 0.6875734794864036, + "test_acc": 0.7314174668859413, + "test_loss": 0.7589745122036714, + "train_loss": 0.22098087544180436, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 964 + }, + { + "test_rec": 0.7766009309345111, + "test_prec": 0.7465145131046282, + "test_acc": 0.7344469371163003, + "test_loss": 0.6198905731005592, + "train_loss": 0.32489203350064066, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 965 + }, + { + "test_rec": 0.5573300187740665, + "test_prec": 0.6767297204242038, + "test_acc": 0.7046546707295773, + "test_loss": 0.6363297352750718, + "train_loss": 0.07583535868803097, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 966 + }, + { + "test_rec": 0.5855135398889253, + "test_prec": 0.7674957333850589, + "test_acc": 0.7361751441329412, + "test_loss": 0.9482454841933468, + "train_loss": 0.19452809978022698, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 967 + }, + { + "test_rec": 0.9156702219851549, + "test_prec": 0.6340980248126521, + "test_acc": 0.7252188853978963, + "test_loss": 0.8733066412201803, + "train_loss": 0.44146907972228216, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 968 + }, + { + "test_rec": 0.5347711505233891, + "test_prec": 0.6271978473228407, + "test_acc": 0.7067857456248731, + "test_loss": 1.062056279824835, + "train_loss": 0.4447043572970054, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 969 + }, + { + "test_rec": 0.8732034636950994, + "test_prec": 0.8687273429392434, + "test_acc": 0.7611873928475567, + "test_loss": 0.4576855336451658, + "train_loss": 0.23642505149816465, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 970 + }, + { + "test_rec": 0.7343677451784765, + "test_prec": 0.6522919232220223, + "test_acc": 0.7768356170589046, + "test_loss": 0.6637359191798868, + "train_loss": 0.22088889963794997, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 971 + }, + { + "test_rec": 0.4704161314212746, + "test_prec": 0.795705116386054, + "test_acc": 0.7263750649073412, + "test_loss": 0.5812472214399352, + "train_loss": 0.4504718458700483, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 972 + }, + { + "test_rec": 0.8743349052801195, + "test_prec": 0.7372812839220299, + "test_acc": 0.7246384942846936, + "test_loss": 0.7531387526963342, + "train_loss": 0.17182455566875532, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 973 + }, + { + "test_rec": 0.9357339428954501, + "test_prec": 0.6548998762598401, + "test_acc": 0.728000471705442, + "test_loss": 1.0627533063330796, + "train_loss": 0.20232254122442372, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 974 + }, + { + "test_rec": 0.4427769325001842, + "test_prec": 0.7122144508948107, + "test_acc": 0.7960977195435139, + "test_loss": 0.5080025754668143, + "train_loss": 0.1566506588212747, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 975 + }, + { + "test_rec": 0.6703337001717786, + "test_prec": 0.7530795834533837, + "test_acc": 0.7024881612382202, + "test_loss": 0.5623797173721041, + "train_loss": 0.3608793799046908, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 976 + }, + { + "test_rec": 0.865471537730739, + "test_prec": 0.8233414294632299, + "test_acc": 0.7301217226004422, + "test_loss": 1.140866933069584, + "train_loss": 0.2699806481353933, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 977 + }, + { + "test_rec": 0.5477424276493059, + "test_prec": 0.7461826163717106, + "test_acc": 0.7639469535705485, + "test_loss": 0.966280179546698, + "train_loss": 0.11130404659190679, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 978 + }, + { + "test_rec": 0.6353270380848255, + "test_prec": 0.672684691183577, + "test_acc": 0.7707762934629138, + "test_loss": 0.7071979075797995, + "train_loss": 0.06988756023904216, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 979 + }, + { + "test_rec": 0.7101821265168144, + "test_prec": 0.7882326767806509, + "test_acc": 0.7293383273161053, + "test_loss": 1.1082767881854658, + "train_loss": 0.044659959521042535, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 980 + }, + { + "test_rec": 0.9100135302383021, + "test_prec": 0.6459960684432464, + "test_acc": 0.7607648096897681, + "test_loss": 0.5886712286416863, + "train_loss": 0.33432492347632203, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 981 + }, + { + "test_rec": 0.4860440871250453, + "test_prec": 0.694635078899108, + "test_acc": 0.6998335527880173, + "test_loss": 1.1174819368925983, + "train_loss": 0.38499594365984424, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 982 + }, + { + "test_rec": 0.7882286132703672, + "test_prec": 0.7727370972092047, + "test_acc": 0.7822484177399764, + "test_loss": 0.7015753866146155, + "train_loss": 0.08134378335395827, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 983 + }, + { + "test_rec": 0.6068543261864491, + "test_prec": 0.8087515396945524, + "test_acc": 0.7040083800452958, + "test_loss": 0.6491891338108442, + "train_loss": 0.35503222277397317, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 984 + }, + { + "test_rec": 0.5396193730330823, + "test_prec": 0.733917480696843, + "test_acc": 0.7437560239243577, + "test_loss": 0.9100258019021061, + "train_loss": 0.13995552794421193, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 985 + }, + { + "test_rec": 0.602536578707461, + "test_prec": 0.7925150829993384, + "test_acc": 0.7584685501938195, + "test_loss": 0.6835460306396082, + "train_loss": 0.4108417006047783, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 986 + }, + { + "test_rec": 0.8459832836964543, + "test_prec": 0.6694724479650277, + "test_acc": 0.7273187293510796, + "test_loss": 0.667989733686097, + "train_loss": 0.44903378493949286, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 987 + }, + { + "test_rec": 0.5454006839122636, + "test_prec": 0.8248487269973386, + "test_acc": 0.7244933167665122, + "test_loss": 0.7802933084963364, + "train_loss": 0.2298525617968916, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 988 + }, + { + "test_rec": 0.7615864615443632, + "test_prec": 0.6238349802863088, + "test_acc": 0.7711072308968583, + "test_loss": 0.4950018910774721, + "train_loss": 0.14522230075016493, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 989 + }, + { + "test_rec": 0.6051147877867006, + "test_prec": 0.6333496047584605, + "test_acc": 0.7035645622182607, + "test_loss": 0.692677320313732, + "train_loss": 0.3030975730107968, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 990 + }, + { + "test_rec": 0.9851142385984606, + "test_prec": 0.7171380556156823, + "test_acc": 0.7383139184386656, + "test_loss": 0.8863704877515904, + "train_loss": 0.3052477258956946, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 991 + }, + { + "test_rec": 0.9237963393162736, + "test_prec": 0.6456796935255028, + "test_acc": 0.8000116988878387, + "test_loss": 1.104483634424988, + "train_loss": 0.3221200445144386, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 992 + }, + { + "test_rec": 0.546740063538362, + "test_prec": 0.847082490496906, + "test_acc": 0.6924860332892888, + "test_loss": 0.6658758109713844, + "train_loss": 0.25112034651342074, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 993 + }, + { + "test_rec": 0.7291385098939844, + "test_prec": 0.8646447862600077, + "test_acc": 0.7140199405876133, + "test_loss": 0.935506920952409, + "train_loss": 0.15608606811989303, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 994 + }, + { + "test_rec": 0.8318622027941063, + "test_prec": 0.8030514907690036, + "test_acc": 0.7037984295867331, + "test_loss": 0.6425818437468928, + "train_loss": 0.06416295377062109, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 995 + }, + { + "test_rec": 0.7469177998565184, + "test_prec": 0.6545111978256493, + "test_acc": 0.7717990071424463, + "test_loss": 1.1545316025697268, + "train_loss": 0.08263176259014984, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 996 + }, + { + "test_rec": 0.9796326460303284, + "test_prec": 0.8037114214503844, + "test_acc": 0.7647439497771741, + "test_loss": 0.979341041679761, + "train_loss": 0.4077841256787915, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 997 + }, + { + "test_rec": 0.6179039797142929, + "test_prec": 0.7943946559657218, + "test_acc": 0.7941844564559316, + "test_loss": 1.1251431592517254, + "train_loss": 0.43524898851176347, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 998 + }, + { + "test_rec": 0.8291994741548222, + "test_prec": 0.8414817098865703, + "test_acc": 0.7681888451096468, + "test_loss": 0.872914791985296, + "train_loss": 0.1710201077358002, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 999 + }, + { + "test_rec": 0.870897730151632, + "test_prec": 0.816942536407659, + "test_acc": 0.7157326713505937, + "test_loss": 1.0787765074586046, + "train_loss": 0.4591425315016723, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1000 + }, + { + "test_rec": 0.6121759907793024, + "test_prec": 0.7100883258115662, + "test_acc": 0.7769318204142097, + "test_loss": 0.7664712197096247, + "train_loss": 0.22990699003888826, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1001 + }, + { + "test_rec": 0.44156466935020866, + "test_prec": 0.7551494096291315, + "test_acc": 0.7173914620824078, + "test_loss": 0.91182930244211, + "train_loss": 0.18495841888720743, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1002 + }, + { + "test_rec": 0.7357780791559541, + "test_prec": 0.8254486544574545, + "test_acc": 0.7010236910978696, + "test_loss": 0.5020666700244577, + "train_loss": 0.33702295317273473, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1003 + }, + { + "test_rec": 0.8005866219460784, + "test_prec": 0.7617515377901612, + "test_acc": 0.7386958675254104, + "test_loss": 0.947116619270687, + "train_loss": 0.04664784021778684, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1004 + }, + { + "test_rec": 0.5579700544313033, + "test_prec": 0.6761293955191362, + "test_acc": 0.7953523528132309, + "test_loss": 0.5953912197757965, + "train_loss": 0.12734652707201335, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1005 + }, + { + "test_rec": 0.8263396185645862, + "test_prec": 0.7533127669888867, + "test_acc": 0.7642523648286295, + "test_loss": 0.7808349754790562, + "train_loss": 0.29464452494641374, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1006 + }, + { + "test_rec": 0.8197470079427023, + "test_prec": 0.7006888657138628, + "test_acc": 0.7513381608200973, + "test_loss": 0.537855838100045, + "train_loss": 0.033608090477134166, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1007 + }, + { + "test_rec": 0.5442008228633807, + "test_prec": 0.6314148875038186, + "test_acc": 0.7533482723212636, + "test_loss": 0.4786333287317952, + "train_loss": 0.400789295243827, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1008 + }, + { + "test_rec": 0.8742783112020271, + "test_prec": 0.6405309431543152, + "test_acc": 0.8010255994001623, + "test_loss": 1.0533132989087404, + "train_loss": 0.27573141110384386, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1009 + }, + { + "test_rec": 0.7905681604311292, + "test_prec": 0.7303362988888513, + "test_acc": 0.7398872560472571, + "test_loss": 1.0468365932197368, + "train_loss": 0.25659549699451123, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1010 + }, + { + "test_rec": 0.5443835370792804, + "test_prec": 0.8630479885891325, + "test_acc": 0.7900961853975933, + "test_loss": 1.1348510129760159, + "train_loss": 0.07232247811311156, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1011 + }, + { + "test_rec": 0.9204735466730147, + "test_prec": 0.813269234449116, + "test_acc": 0.7347104629396486, + "test_loss": 1.0314764863201573, + "train_loss": 0.32652155450860837, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1012 + }, + { + "test_rec": 0.7086762179427282, + "test_prec": 0.7800849174010276, + "test_acc": 0.787238923585369, + "test_loss": 0.8763976194783294, + "train_loss": 0.060436713649427015, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1013 + }, + { + "test_rec": 0.9673478060305662, + "test_prec": 0.8200238365216119, + "test_acc": 0.7740565774006142, + "test_loss": 0.9557817828513555, + "train_loss": 0.16186140105915858, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1014 + }, + { + "test_rec": 0.7915416052635011, + "test_prec": 0.8435194916151965, + "test_acc": 0.7326656723282938, + "test_loss": 0.5187350834695501, + "train_loss": 0.4674342502270407, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1015 + }, + { + "test_rec": 0.6011055555221003, + "test_prec": 0.7444578595528184, + "test_acc": 0.7446909842680245, + "test_loss": 0.6091386663194543, + "train_loss": 0.3333440038566601, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1016 + }, + { + "test_rec": 0.5223515050510548, + "test_prec": 0.7824384350357024, + "test_acc": 0.7574430025304933, + "test_loss": 0.5357189277745026, + "train_loss": 0.014519030874147049, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1017 + }, + { + "test_rec": 0.6181084777764518, + "test_prec": 0.7052607216806045, + "test_acc": 0.741822866841954, + "test_loss": 1.036501950947817, + "train_loss": 0.4084159802788881, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1018 + }, + { + "test_rec": 0.8930247279420954, + "test_prec": 0.7067886585414044, + "test_acc": 0.7204977668606681, + "test_loss": 1.1041036857171214, + "train_loss": 0.44239807097502526, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1019 + }, + { + "test_rec": 0.9405809577495243, + "test_prec": 0.7822205077645915, + "test_acc": 0.7390310474940867, + "test_loss": 0.8358618373135934, + "train_loss": 0.26211368131953544, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1020 + }, + { + "test_rec": 0.753541761920782, + "test_prec": 0.7044212091452237, + "test_acc": 0.7781991708866033, + "test_loss": 1.0333588979662163, + "train_loss": 0.2474293005823431, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1021 + }, + { + "test_rec": 0.45616895231888016, + "test_prec": 0.7067693935622412, + "test_acc": 0.7293554458294919, + "test_loss": 0.9219662837250366, + "train_loss": 0.4443939286557937, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1022 + }, + { + "test_rec": 0.6768657366316186, + "test_prec": 0.8133869721005713, + "test_acc": 0.7672884870316514, + "test_loss": 0.6266559132818964, + "train_loss": 0.18699037463233786, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1023 + }, + { + "test_rec": 0.9831047193491831, + "test_prec": 0.6598580801380406, + "test_acc": 0.7583122532618264, + "test_loss": 0.9432417369061162, + "train_loss": 0.2691378378124845, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1024 + }, + { + "test_rec": 0.7498063091908136, + "test_prec": 0.751918254039749, + "test_acc": 0.7553530934010406, + "test_loss": 1.1351895233252027, + "train_loss": 0.14891520541763784, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1025 + }, + { + "test_rec": 0.9622614107588838, + "test_prec": 0.7486198844071199, + "test_acc": 0.7768870981978384, + "test_loss": 0.7625882532894951, + "train_loss": 0.13189379258896256, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1026 + }, + { + "test_rec": 0.8388509308900243, + "test_prec": 0.8093439349101755, + "test_acc": 0.7781484989562641, + "test_loss": 0.723793691576545, + "train_loss": 0.21141411648571062, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1027 + }, + { + "test_rec": 0.4453229241905749, + "test_prec": 0.8190301930734851, + "test_acc": 0.7353946431978791, + "test_loss": 0.5010216929481758, + "train_loss": 0.15709507537759865, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1028 + }, + { + "test_rec": 0.6015212647049069, + "test_prec": 0.7148710920465795, + "test_acc": 0.6959032368014562, + "test_loss": 0.81537747826686, + "train_loss": 0.2384337784153791, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1029 + }, + { + "test_rec": 0.7184927596526833, + "test_prec": 0.8080656907779573, + "test_acc": 0.7941279754138458, + "test_loss": 0.6635550471114008, + "train_loss": 0.4679574776835433, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1030 + }, + { + "test_rec": 0.5579766483938635, + "test_prec": 0.7098715313255369, + "test_acc": 0.7422698852239467, + "test_loss": 1.1133078955677655, + "train_loss": 0.1780770574129298, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1031 + }, + { + "test_rec": 0.8949788489420518, + "test_prec": 0.6955885575727082, + "test_acc": 0.7039036013966247, + "test_loss": 0.5707683434755132, + "train_loss": 0.11472532998335837, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1032 + }, + { + "test_rec": 0.8234062030446794, + "test_prec": 0.6212218959829601, + "test_acc": 0.7946793718644469, + "test_loss": 0.7571309396831174, + "train_loss": 0.40110103928167784, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1033 + }, + { + "test_rec": 0.5453585897307185, + "test_prec": 0.7458671573930219, + "test_acc": 0.7081797961961348, + "test_loss": 0.7909486579097929, + "train_loss": 0.37629131276526384, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1034 + }, + { + "test_rec": 0.649504718364217, + "test_prec": 0.6879393675353344, + "test_acc": 0.7329337727240226, + "test_loss": 1.1372716337191764, + "train_loss": 0.24911281083416742, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1035 + }, + { + "test_rec": 0.9388937619768666, + "test_prec": 0.8093754561607851, + "test_acc": 0.6948445859513219, + "test_loss": 1.0595421445215696, + "train_loss": 0.2772500764348067, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1036 + }, + { + "test_rec": 0.956125983561293, + "test_prec": 0.6601660495529142, + "test_acc": 0.7495321156232231, + "test_loss": 0.7423594536256739, + "train_loss": 0.016970670631156787, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1037 + }, + { + "test_rec": 0.7149493329360428, + "test_prec": 0.7194113067653999, + "test_acc": 0.7687302661106961, + "test_loss": 0.4775938670782785, + "train_loss": 0.2161495545036769, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1038 + }, + { + "test_rec": 0.5478794385434596, + "test_prec": 0.8653168900316872, + "test_acc": 0.7288805521284436, + "test_loss": 0.5441373741981355, + "train_loss": 0.10029802880816246, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1039 + }, + { + "test_rec": 0.9211960890444342, + "test_prec": 0.7333663283346112, + "test_acc": 0.7321044454483038, + "test_loss": 0.6918688906634577, + "train_loss": 0.22488895971098713, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1040 + }, + { + "test_rec": 0.7899369952846507, + "test_prec": 0.6943927382629194, + "test_acc": 0.7204702805138122, + "test_loss": 1.0983157100678451, + "train_loss": 0.29410186448416314, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1041 + }, + { + "test_rec": 0.80404144316613, + "test_prec": 0.8559401382404592, + "test_acc": 0.7412897799191482, + "test_loss": 0.5312848929747855, + "train_loss": 0.27141564592843864, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1042 + }, + { + "test_rec": 0.5181405936245358, + "test_prec": 0.8199593444297837, + "test_acc": 0.7665189337060035, + "test_loss": 0.6667041418812245, + "train_loss": 0.3271867316592367, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1043 + }, + { + "test_rec": 0.8051683253580495, + "test_prec": 0.6874828196740113, + "test_acc": 0.7850507399942341, + "test_loss": 0.5298544996885102, + "train_loss": 0.12122989513612216, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1044 + }, + { + "test_rec": 0.973441896250274, + "test_prec": 0.8504674987434546, + "test_acc": 0.7693309603652103, + "test_loss": 0.7054831269571997, + "train_loss": 0.42574548019463676, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1045 + }, + { + "test_rec": 0.44141673928505026, + "test_prec": 0.7500138137621962, + "test_acc": 0.7185797771691652, + "test_loss": 0.7052286709731677, + "train_loss": 0.18064364021236318, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1046 + }, + { + "test_rec": 0.8187212910801844, + "test_prec": 0.7500476209072171, + "test_acc": 0.7790922324426234, + "test_loss": 0.9966879867153706, + "train_loss": 0.40693876093203124, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1047 + }, + { + "test_rec": 0.7682277731951197, + "test_prec": 0.8287902966666969, + "test_acc": 0.7587783759373142, + "test_loss": 1.0126850034142372, + "train_loss": 0.059567344810574116, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1048 + }, + { + "test_rec": 0.927407769502403, + "test_prec": 0.6519239579589716, + "test_acc": 0.7116578072782141, + "test_loss": 0.8198814298604666, + "train_loss": 0.08293621996651805, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1049 + }, + { + "test_rec": 0.5916158156161735, + "test_prec": 0.7104092391338473, + "test_acc": 0.7989487952532182, + "test_loss": 0.6506040371418209, + "train_loss": 0.2831487524036295, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1050 + }, + { + "test_rec": 0.9895761632713671, + "test_prec": 0.8256436195508292, + "test_acc": 0.7462467132157967, + "test_loss": 0.8516681994737303, + "train_loss": 0.1676907869285171, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1051 + }, + { + "test_rec": 0.7234825691777726, + "test_prec": 0.7422701094786058, + "test_acc": 0.6977959683059831, + "test_loss": 0.9466657167742955, + "train_loss": 0.10015991227847625, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1052 + }, + { + "test_rec": 0.9305080740398235, + "test_prec": 0.8547991200835948, + "test_acc": 0.7717681474985865, + "test_loss": 1.0215641129659394, + "train_loss": 0.15372884651346427, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1053 + }, + { + "test_rec": 0.7639069163813569, + "test_prec": 0.6300444762623199, + "test_acc": 0.71308683643955, + "test_loss": 0.9312369002345466, + "train_loss": 0.1034612813403713, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1054 + }, + { + "test_rec": 0.8662937595959083, + "test_prec": 0.7539927421220677, + "test_acc": 0.7225934800107862, + "test_loss": 0.9045174076030299, + "train_loss": 0.26835941999508484, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1055 + }, + { + "test_rec": 0.982812784327022, + "test_prec": 0.8707193957071899, + "test_acc": 0.7474115855139984, + "test_loss": 0.6274033612807495, + "train_loss": 0.3246968760646067, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1056 + }, + { + "test_rec": 0.9145033256508062, + "test_prec": 0.6737478771678148, + "test_acc": 0.7541333720511229, + "test_loss": 1.1297672559256462, + "train_loss": 0.10131343327326753, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1057 + }, + { + "test_rec": 0.5071086456018062, + "test_prec": 0.8297875966259909, + "test_acc": 0.7433033821212, + "test_loss": 0.6382490716459185, + "train_loss": 0.21799597345684488, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1058 + }, + { + "test_rec": 0.5899323702462353, + "test_prec": 0.8036650447996054, + "test_acc": 0.7608907724538458, + "test_loss": 0.8292029502427616, + "train_loss": 0.15170232668962624, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1059 + }, + { + "test_rec": 0.6695603050108706, + "test_prec": 0.8385892493969553, + "test_acc": 0.773314307495602, + "test_loss": 0.9799523632694416, + "train_loss": 0.4227374869480697, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1060 + }, + { + "test_rec": 0.6162157057413163, + "test_prec": 0.6326796407208529, + "test_acc": 0.7464418721305948, + "test_loss": 1.0470297169228222, + "train_loss": 0.41196286085853256, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1061 + }, + { + "test_rec": 0.5588752347588235, + "test_prec": 0.6430104324602272, + "test_acc": 0.8017494346669327, + "test_loss": 0.9670999281398602, + "train_loss": 0.048314234194906505, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1062 + }, + { + "test_rec": 0.4597899703982991, + "test_prec": 0.7536102562776279, + "test_acc": 0.7383654144812536, + "test_loss": 1.0642173421127104, + "train_loss": 0.02806080437163535, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1063 + }, + { + "test_rec": 0.6693520109458687, + "test_prec": 0.691839084426145, + "test_acc": 0.7170395917362917, + "test_loss": 0.6461939239775247, + "train_loss": 0.3801447179869301, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1064 + }, + { + "test_rec": 0.9846839181645684, + "test_prec": 0.8687729572935359, + "test_acc": 0.7983005279517204, + "test_loss": 0.5949590850455996, + "train_loss": 0.3610760798807764, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1065 + }, + { + "test_rec": 0.5574546214538447, + "test_prec": 0.6576958108135149, + "test_acc": 0.7759990389009803, + "test_loss": 0.6941514376711022, + "train_loss": 0.08873566150274333, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1066 + }, + { + "test_rec": 0.5418576808435045, + "test_prec": 0.7001129108492443, + "test_acc": 0.7721709811868123, + "test_loss": 1.147232877344234, + "train_loss": 0.30596200008592406, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1067 + }, + { + "test_rec": 0.590863577031414, + "test_prec": 0.7329792484460241, + "test_acc": 0.695228756188285, + "test_loss": 1.1520337166959318, + "train_loss": 0.1227305355134334, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1068 + }, + { + "test_rec": 0.4631106040773293, + "test_prec": 0.8736822058660918, + "test_acc": 0.7893111197371785, + "test_loss": 1.1702965163170986, + "train_loss": 0.18307196946774806, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1069 + }, + { + "test_rec": 0.6666030744259352, + "test_prec": 0.7232515500711557, + "test_acc": 0.7785932267657526, + "test_loss": 0.5214891024626922, + "train_loss": 0.2635889397141249, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1070 + }, + { + "test_rec": 0.783190817612262, + "test_prec": 0.8273154280661286, + "test_acc": 0.757951875111533, + "test_loss": 1.0446558632417882, + "train_loss": 0.43159479302082193, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1071 + }, + { + "test_rec": 0.9031939762706487, + "test_prec": 0.6868586786868511, + "test_acc": 0.7162300277764077, + "test_loss": 0.6211503385001464, + "train_loss": 0.07568859805247229, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1072 + }, + { + "test_rec": 0.9088370484209904, + "test_prec": 0.8555864217180287, + "test_acc": 0.6947627069503837, + "test_loss": 0.9770830934816965, + "train_loss": 0.27537543785682855, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1073 + }, + { + "test_rec": 0.6176404324361713, + "test_prec": 0.6972093715802966, + "test_acc": 0.7881531833544803, + "test_loss": 0.700295599576294, + "train_loss": 0.19411398988853765, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1074 + }, + { + "test_rec": 0.5516902612478595, + "test_prec": 0.6867746053624179, + "test_acc": 0.7790845186058384, + "test_loss": 0.9467560715515599, + "train_loss": 0.011946544939891047, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1075 + }, + { + "test_rec": 0.5670856364245741, + "test_prec": 0.8699028433131635, + "test_acc": 0.7830050288761928, + "test_loss": 0.5660675094530854, + "train_loss": 0.31917849744717586, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1076 + }, + { + "test_rec": 0.8960011464213989, + "test_prec": 0.857001731612314, + "test_acc": 0.7758560437266828, + "test_loss": 0.5366439256423932, + "train_loss": 0.24429461889729204, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1077 + }, + { + "test_rec": 0.5072841464963627, + "test_prec": 0.662874105329107, + "test_acc": 0.7874192759008197, + "test_loss": 0.5454410896837155, + "train_loss": 0.14440160589133072, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1078 + }, + { + "test_rec": 0.6612690585756008, + "test_prec": 0.8279916753455583, + "test_acc": 0.7570936730309226, + "test_loss": 0.5454334878965397, + "train_loss": 0.41282322344621525, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1079 + }, + { + "test_rec": 0.8710553807436825, + "test_prec": 0.8304943633313283, + "test_acc": 0.7890194707986248, + "test_loss": 0.9064398451624186, + "train_loss": 0.1769708099956025, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1080 + }, + { + "test_rec": 0.9379128866446034, + "test_prec": 0.7753782642598257, + "test_acc": 0.7830215585586962, + "test_loss": 0.9080300440986596, + "train_loss": 0.11987507354428126, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1081 + }, + { + "test_rec": 0.8686853093840657, + "test_prec": 0.686400879141471, + "test_acc": 0.7160592832678214, + "test_loss": 0.5768238996516951, + "train_loss": 0.2986565919237811, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1082 + }, + { + "test_rec": 0.8066158319632486, + "test_prec": 0.671146899465722, + "test_acc": 0.7676452092645912, + "test_loss": 0.7546222809591463, + "train_loss": 0.17472797305658538, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1083 + }, + { + "test_rec": 0.6357321281603816, + "test_prec": 0.723560631613049, + "test_acc": 0.7672332690628791, + "test_loss": 0.9054143492384865, + "train_loss": 0.2957181877587624, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1084 + }, + { + "test_rec": 0.8125928018537116, + "test_prec": 0.7252438954028789, + "test_acc": 0.7011461081663387, + "test_loss": 0.6737721411052946, + "train_loss": 0.30124723526092273, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1085 + }, + { + "test_rec": 0.7156299542684067, + "test_prec": 0.6889253635145733, + "test_acc": 0.7609676418994498, + "test_loss": 0.9774149991712686, + "train_loss": 0.11282821891720982, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1086 + }, + { + "test_rec": 0.926640795884146, + "test_prec": 0.878144763475075, + "test_acc": 0.7498434748950753, + "test_loss": 0.8061241999044944, + "train_loss": 0.4347390198392623, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1087 + }, + { + "test_rec": 0.6063460989758432, + "test_prec": 0.8157400026019999, + "test_acc": 0.8002624913170441, + "test_loss": 0.7765866899972791, + "train_loss": 0.31897400164562234, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1088 + }, + { + "test_rec": 0.6960887043894615, + "test_prec": 0.8225664346613573, + "test_acc": 0.7757109409841202, + "test_loss": 0.9202872645825486, + "train_loss": 0.18322049515554392, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1089 + }, + { + "test_rec": 0.5640598129695974, + "test_prec": 0.767791224313044, + "test_acc": 0.7391275550010241, + "test_loss": 0.5563309478595815, + "train_loss": 0.3309114110579436, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1090 + }, + { + "test_rec": 0.7067582312525142, + "test_prec": 0.7408619623398447, + "test_acc": 0.7759736516538562, + "test_loss": 1.1737527465784705, + "train_loss": 0.11205661195751909, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1091 + }, + { + "test_rec": 0.740666231148422, + "test_prec": 0.8448346310628444, + "test_acc": 0.707921797714473, + "test_loss": 1.0166568683660022, + "train_loss": 0.34448286068968376, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1092 + }, + { + "test_rec": 0.6954200858207163, + "test_prec": 0.8248340503533914, + "test_acc": 0.7595021010341676, + "test_loss": 1.1440481689625306, + "train_loss": 0.05501883254383258, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1093 + }, + { + "test_rec": 0.7532343717410703, + "test_prec": 0.8573117790230431, + "test_acc": 0.7970325191244696, + "test_loss": 0.7175086608834254, + "train_loss": 0.4173654740858442, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1094 + }, + { + "test_rec": 0.5705592875139232, + "test_prec": 0.7728111988250915, + "test_acc": 0.7964160078213415, + "test_loss": 0.5733227078037554, + "train_loss": 0.23951917660411098, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1095 + }, + { + "test_rec": 0.9342725906773545, + "test_prec": 0.6592663848222667, + "test_acc": 0.7321548478388609, + "test_loss": 0.7872545312455088, + "train_loss": 0.27174525205065003, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1096 + }, + { + "test_rec": 0.7815695420574242, + "test_prec": 0.7197030968932261, + "test_acc": 0.7265572929645943, + "test_loss": 0.48734402068966154, + "train_loss": 0.19118103308099504, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1097 + }, + { + "test_rec": 0.529092659766792, + "test_prec": 0.6718612612400585, + "test_acc": 0.7687339769120398, + "test_loss": 0.5215367812006856, + "train_loss": 0.3206695882433968, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1098 + }, + { + "test_rec": 0.7012330006035135, + "test_prec": 0.7054859975966609, + "test_acc": 0.7603966525469077, + "test_loss": 0.5928385818287095, + "train_loss": 0.3220271684046003, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1099 + }, + { + "test_rec": 0.866470305498404, + "test_prec": 0.6330589399745736, + "test_acc": 0.7804374717759636, + "test_loss": 1.1542373597217788, + "train_loss": 0.3600912724885943, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1100 + }, + { + "test_rec": 0.6724836868869597, + "test_prec": 0.6735266811543364, + "test_acc": 0.7744360465295023, + "test_loss": 0.45917842612492976, + "train_loss": 0.39209517090309653, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1101 + }, + { + "test_rec": 0.6663216580835662, + "test_prec": 0.7216831784907639, + "test_acc": 0.7714490287385112, + "test_loss": 0.7670108262045556, + "train_loss": 0.4656176037709678, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1102 + }, + { + "test_rec": 0.6705783048766945, + "test_prec": 0.8223082808407873, + "test_acc": 0.73245486499112, + "test_loss": 0.4789643645110506, + "train_loss": 0.12056272621633715, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1103 + }, + { + "test_rec": 0.764510726765876, + "test_prec": 0.7532640778819095, + "test_acc": 0.7171824724727877, + "test_loss": 0.6758664075355806, + "train_loss": 0.1065631812970529, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1104 + }, + { + "test_rec": 0.9273736960189654, + "test_prec": 0.8412979158722567, + "test_acc": 0.7256225807998191, + "test_loss": 0.8810883203439734, + "train_loss": 0.08706464747622751, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1105 + }, + { + "test_rec": 0.518817449139523, + "test_prec": 0.874078190956354, + "test_acc": 0.7897468546199389, + "test_loss": 0.8398286933939403, + "train_loss": 0.0628623024457167, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1106 + }, + { + "test_rec": 0.6392333577666965, + "test_prec": 0.8575347837293108, + "test_acc": 0.7391954289733312, + "test_loss": 0.49117844394623733, + "train_loss": 0.1672681395631905, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1107 + }, + { + "test_rec": 0.8671309741517804, + "test_prec": 0.6299419487692304, + "test_acc": 0.7671329913197926, + "test_loss": 0.7106194794072085, + "train_loss": 0.12956998457869243, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1108 + }, + { + "test_rec": 0.7143120961449985, + "test_prec": 0.7427792332484179, + "test_acc": 0.7165237537384455, + "test_loss": 0.7222011220106481, + "train_loss": 0.1782881773309572, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1109 + }, + { + "test_rec": 0.5947060577580179, + "test_prec": 0.7520513305171214, + "test_acc": 0.7065896913271659, + "test_loss": 0.7793485778226906, + "train_loss": 0.28552051142760954, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1110 + }, + { + "test_rec": 0.6836417859489508, + "test_prec": 0.8573376923080536, + "test_acc": 0.7627755715838953, + "test_loss": 0.90112556125582, + "train_loss": 0.2784368104974958, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1111 + }, + { + "test_rec": 0.6881270291256886, + "test_prec": 0.7632487811773618, + "test_acc": 0.7155151334150488, + "test_loss": 1.0015942895841403, + "train_loss": 0.17238066098879345, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1112 + }, + { + "test_rec": 0.9689610738200538, + "test_prec": 0.7374883594746341, + "test_acc": 0.7614947690395745, + "test_loss": 1.1096460153957728, + "train_loss": 0.015652263811181955, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1113 + }, + { + "test_rec": 0.8945708037774218, + "test_prec": 0.7338698761232052, + "test_acc": 0.7651191151304795, + "test_loss": 0.9468328524753429, + "train_loss": 0.2891712816053776, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1114 + }, + { + "test_rec": 0.9737295944597266, + "test_prec": 0.7796131007367504, + "test_acc": 0.7290438304075458, + "test_loss": 0.7109749308053165, + "train_loss": 0.28726001657382344, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1115 + }, + { + "test_rec": 0.9584735153932316, + "test_prec": 0.7351894384072625, + "test_acc": 0.739611414513809, + "test_loss": 0.9049313873653488, + "train_loss": 0.420608589543844, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1116 + }, + { + "test_rec": 0.5645811335857152, + "test_prec": 0.8791944974646564, + "test_acc": 0.7889324167867507, + "test_loss": 1.1536248663254973, + "train_loss": 0.09624343178458428, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1117 + }, + { + "test_rec": 0.52594548741922, + "test_prec": 0.7122870093650382, + "test_acc": 0.6957271335856525, + "test_loss": 0.4744771896866491, + "train_loss": 0.15760226578097647, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1118 + }, + { + "test_rec": 0.6262833987093459, + "test_prec": 0.870500410366549, + "test_acc": 0.7915071471609955, + "test_loss": 0.5578726745647764, + "train_loss": 0.17185795709023982, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1119 + }, + { + "test_rec": 0.9739056147194742, + "test_prec": 0.6449462948182316, + "test_acc": 0.695999732765307, + "test_loss": 0.5543584337132672, + "train_loss": 0.3275999930222685, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1120 + }, + { + "test_rec": 0.4795948781094569, + "test_prec": 0.8384877386205148, + "test_acc": 0.7718003236891546, + "test_loss": 0.6127780568051453, + "train_loss": 0.4534111205039855, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1121 + }, + { + "test_rec": 0.9755327741069095, + "test_prec": 0.7784125415730003, + "test_acc": 0.7015328712569538, + "test_loss": 0.7343247413368696, + "train_loss": 0.28980361556726036, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1122 + }, + { + "test_rec": 0.7207757687875055, + "test_prec": 0.6279501101627362, + "test_acc": 0.7649810892606663, + "test_loss": 0.4596815174281059, + "train_loss": 0.40185224562601124, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1123 + }, + { + "test_rec": 0.8869272595422162, + "test_prec": 0.6425376389396599, + "test_acc": 0.7178498701420916, + "test_loss": 0.6826120236265898, + "train_loss": 0.26038121163246075, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1124 + }, + { + "test_rec": 0.7488783679851956, + "test_prec": 0.6283268316660869, + "test_acc": 0.7688325809084766, + "test_loss": 0.8814986857660575, + "train_loss": 0.18710852121592098, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1125 + }, + { + "test_rec": 0.7697903740668797, + "test_prec": 0.8116981676359276, + "test_acc": 0.8013047194791943, + "test_loss": 1.029463253413601, + "train_loss": 0.137687218843485, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1126 + }, + { + "test_rec": 0.7657196299991205, + "test_prec": 0.8728896339913279, + "test_acc": 0.7831405337531503, + "test_loss": 1.0790535683360738, + "train_loss": 0.04895558505555462, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1127 + }, + { + "test_rec": 0.4793637182163303, + "test_prec": 0.7053336589784598, + "test_acc": 0.7626909748869163, + "test_loss": 0.6455841974672907, + "train_loss": 0.0921282755765484, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1128 + }, + { + "test_rec": 0.8011247616699815, + "test_prec": 0.7753897145709304, + "test_acc": 0.7526636812146184, + "test_loss": 0.7207520907235071, + "train_loss": 0.25788728261030175, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1129 + }, + { + "test_rec": 0.5312436247162832, + "test_prec": 0.7929603226163608, + "test_acc": 0.7290482315985396, + "test_loss": 0.9516794012063954, + "train_loss": 0.09181631345795162, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1130 + }, + { + "test_rec": 0.4868704255722821, + "test_prec": 0.7974835242777607, + "test_acc": 0.7831862549497467, + "test_loss": 0.5044748177600746, + "train_loss": 0.19916582267402236, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1131 + }, + { + "test_rec": 0.6395243811475533, + "test_prec": 0.6222813736513003, + "test_acc": 0.7280224814025853, + "test_loss": 0.5364910992854354, + "train_loss": 0.08175377979917967, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1132 + }, + { + "test_rec": 0.8355912773776173, + "test_prec": 0.6900356341000298, + "test_acc": 0.7195053335598025, + "test_loss": 0.6782589569473637, + "train_loss": 0.16117347508854457, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1133 + }, + { + "test_rec": 0.9733206973387154, + "test_prec": 0.7807777442979549, + "test_acc": 0.71209890928817, + "test_loss": 0.6364528310099483, + "train_loss": 0.30443803875508313, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1134 + }, + { + "test_rec": 0.7396787480870288, + "test_prec": 0.8125112335382492, + "test_acc": 0.7428800885388377, + "test_loss": 1.0789793511529389, + "train_loss": 0.15339224241612237, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1135 + }, + { + "test_rec": 0.9687157335695373, + "test_prec": 0.8294027070561427, + "test_acc": 0.7903376830710364, + "test_loss": 0.798585616397385, + "train_loss": 0.24459226978636286, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1136 + }, + { + "test_rec": 0.8701273729654949, + "test_prec": 0.866984082284236, + "test_acc": 0.7052803197273, + "test_loss": 0.9484827877455981, + "train_loss": 0.012692828019755487, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1137 + }, + { + "test_rec": 0.7497939441819108, + "test_prec": 0.8469529177051935, + "test_acc": 0.7232038389888802, + "test_loss": 1.1576489327764097, + "train_loss": 0.21437834106305237, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1138 + }, + { + "test_rec": 0.8053424179673916, + "test_prec": 0.7874387895599309, + "test_acc": 0.7545943098699606, + "test_loss": 0.8157897933412299, + "train_loss": 0.27951005665613754, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1139 + }, + { + "test_rec": 0.7109482992704991, + "test_prec": 0.7774470514542281, + "test_acc": 0.747715359838741, + "test_loss": 0.6180812063570216, + "train_loss": 0.03970539435787441, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1140 + }, + { + "test_rec": 0.6135563302090579, + "test_prec": 0.6868682512367358, + "test_acc": 0.6987035881421305, + "test_loss": 0.6891962641034102, + "train_loss": 0.06745399055225333, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1141 + }, + { + "test_rec": 0.8067732451776217, + "test_prec": 0.7437066021823249, + "test_acc": 0.7692191943643085, + "test_loss": 0.649363062310029, + "train_loss": 0.24383867374979143, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1142 + }, + { + "test_rec": 0.484490237317748, + "test_prec": 0.8707567645203824, + "test_acc": 0.7040501457797188, + "test_loss": 0.6066027042164459, + "train_loss": 0.11321821155067412, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1143 + }, + { + "test_rec": 0.9214901486687204, + "test_prec": 0.8456590928473176, + "test_acc": 0.7827763090165496, + "test_loss": 0.6630873137512351, + "train_loss": 0.2829935604705584, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1144 + }, + { + "test_rec": 0.8314752641984616, + "test_prec": 0.8323806751659764, + "test_acc": 0.7374749508433269, + "test_loss": 0.8025771292771731, + "train_loss": 0.0470095506212476, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1145 + }, + { + "test_rec": 0.7914216387908377, + "test_prec": 0.6953012986753159, + "test_acc": 0.7595329733020885, + "test_loss": 0.7513489918256617, + "train_loss": 0.034230338237878896, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1146 + }, + { + "test_rec": 0.9341959041894637, + "test_prec": 0.6295351665805744, + "test_acc": 0.7727227702622198, + "test_loss": 0.5992111342852745, + "train_loss": 0.07926839395653444, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1147 + }, + { + "test_rec": 0.6655376521289382, + "test_prec": 0.7461840222756276, + "test_acc": 0.7040733432541442, + "test_loss": 0.9127588480047122, + "train_loss": 0.225978626785233, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1148 + }, + { + "test_rec": 0.7777322685513943, + "test_prec": 0.714153499060136, + "test_acc": 0.7633734226846463, + "test_loss": 0.5930540337307101, + "train_loss": 0.28840233644572383, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1149 + }, + { + "test_rec": 0.9369572372736417, + "test_prec": 0.7985413769651575, + "test_acc": 0.729790209474451, + "test_loss": 0.9734417089416711, + "train_loss": 0.4402033981096034, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1150 + }, + { + "test_rec": 0.606624199652001, + "test_prec": 0.809071107393859, + "test_acc": 0.7753855251140334, + "test_loss": 0.5159070893740654, + "train_loss": 0.29322168950640576, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1151 + }, + { + "test_rec": 0.816867829869871, + "test_prec": 0.7529180871943385, + "test_acc": 0.769463715809557, + "test_loss": 0.5282645631952211, + "train_loss": 0.24624109024973692, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1152 + }, + { + "test_rec": 0.5048302629009626, + "test_prec": 0.6707708978329787, + "test_acc": 0.7186658684823797, + "test_loss": 0.8037093556753137, + "train_loss": 0.46259100127587843, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1153 + }, + { + "test_rec": 0.5650356911354049, + "test_prec": 0.8225073678656329, + "test_acc": 0.7627216261106671, + "test_loss": 0.6138639280931246, + "train_loss": 0.06911453004503534, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1154 + }, + { + "test_rec": 0.4841145591221741, + "test_prec": 0.6364223484300501, + "test_acc": 0.7866690789721658, + "test_loss": 0.6536272640901684, + "train_loss": 0.21745965450102578, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1155 + }, + { + "test_rec": 0.7415871756914674, + "test_prec": 0.667933008199131, + "test_acc": 0.7641509149108341, + "test_loss": 0.6139390583721955, + "train_loss": 0.09823702996267669, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1156 + }, + { + "test_rec": 0.7367983882377485, + "test_prec": 0.8265467235358195, + "test_acc": 0.706012999781167, + "test_loss": 1.1266674156419612, + "train_loss": 0.20345127410727343, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1157 + }, + { + "test_rec": 0.4752965842564266, + "test_prec": 0.7011620455264027, + "test_acc": 0.7824605293977598, + "test_loss": 0.6282931133991634, + "train_loss": 0.34163850211562846, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1158 + }, + { + "test_rec": 0.9070473417427796, + "test_prec": 0.7669229362792931, + "test_acc": 0.7772543975972005, + "test_loss": 1.16114770541685, + "train_loss": 0.20390596062327862, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1159 + }, + { + "test_rec": 0.5714471740006879, + "test_prec": 0.6568341620601563, + "test_acc": 0.755323904202788, + "test_loss": 0.8647573768542931, + "train_loss": 0.08614203842596153, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1160 + }, + { + "test_rec": 0.7768370835865023, + "test_prec": 0.7155264750936001, + "test_acc": 0.699054737869013, + "test_loss": 1.0507432016303535, + "train_loss": 0.1638325586295571, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1161 + }, + { + "test_rec": 0.4738467927900294, + "test_prec": 0.7366979834687926, + "test_acc": 0.7002345244040757, + "test_loss": 0.8332370079309437, + "train_loss": 0.19399686061521862, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1162 + }, + { + "test_rec": 0.7807286224372577, + "test_prec": 0.8623674547508977, + "test_acc": 0.7246481098770713, + "test_loss": 1.1632241286834868, + "train_loss": 0.39450714348206983, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1163 + }, + { + "test_rec": 0.455187850365701, + "test_prec": 0.7462274738553225, + "test_acc": 0.706644706055219, + "test_loss": 1.1150400797069264, + "train_loss": 0.23742125351026871, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1164 + }, + { + "test_rec": 0.8332686044255464, + "test_prec": 0.8601549741631305, + "test_acc": 0.7055437225869552, + "test_loss": 0.8142869830253129, + "train_loss": 0.37989702134658215, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1165 + }, + { + "test_rec": 0.9334644166152086, + "test_prec": 0.7730623445711402, + "test_acc": 0.7664778186706476, + "test_loss": 0.6995221113029676, + "train_loss": 0.14741820433765568, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1166 + }, + { + "test_rec": 0.9285472176348197, + "test_prec": 0.7394747188868214, + "test_acc": 0.7553798244319986, + "test_loss": 0.7341486586055526, + "train_loss": 0.17417885161984342, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1167 + }, + { + "test_rec": 0.9022146028028866, + "test_prec": 0.8072526188683533, + "test_acc": 0.755397946202359, + "test_loss": 0.7723345886602404, + "train_loss": 0.13793942186036742, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1168 + }, + { + "test_rec": 0.5966030585567271, + "test_prec": 0.7083838523069457, + "test_acc": 0.7190053522919396, + "test_loss": 0.8052857411733547, + "train_loss": 0.09618679727960841, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1169 + }, + { + "test_rec": 0.6446219658367657, + "test_prec": 0.7998825169915715, + "test_acc": 0.7258388036646735, + "test_loss": 0.7308910559089883, + "train_loss": 0.38921010240454185, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1170 + }, + { + "test_rec": 0.5889370121144795, + "test_prec": 0.6216917171959058, + "test_acc": 0.7033841403266361, + "test_loss": 0.6850172293531381, + "train_loss": 0.3357933754026261, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1171 + }, + { + "test_rec": 0.7276468746393785, + "test_prec": 0.724771967322305, + "test_acc": 0.7114289981567942, + "test_loss": 0.9306295092213954, + "train_loss": 0.08049875402395312, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1172 + }, + { + "test_rec": 0.6600220206916481, + "test_prec": 0.7366177449343791, + "test_acc": 0.7982994644525813, + "test_loss": 0.8440058315633083, + "train_loss": 0.3745958134501242, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1173 + }, + { + "test_rec": 0.9223350297163604, + "test_prec": 0.6996223662503879, + "test_acc": 0.6950563393871715, + "test_loss": 1.090719905395547, + "train_loss": 0.43478019966883424, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1174 + }, + { + "test_rec": 0.5098859115969705, + "test_prec": 0.7898212119264595, + "test_acc": 0.7367091487664263, + "test_loss": 1.1588960371761285, + "train_loss": 0.11016737227201619, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1175 + }, + { + "test_rec": 0.7137880419968512, + "test_prec": 0.8671701936569415, + "test_acc": 0.7979406343386067, + "test_loss": 0.5596226968311881, + "train_loss": 0.3605478448616691, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1176 + }, + { + "test_rec": 0.7712677852645871, + "test_prec": 0.6285538118332828, + "test_acc": 0.7977240060691718, + "test_loss": 0.7559844202271144, + "train_loss": 0.026993518627753024, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1177 + }, + { + "test_rec": 0.75088876268318, + "test_prec": 0.7513693960937906, + "test_acc": 0.7906259084967779, + "test_loss": 0.6620392897914444, + "train_loss": 0.13226015374311267, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1178 + }, + { + "test_rec": 0.8290660632656044, + "test_prec": 0.6369001138632854, + "test_acc": 0.7391400518344992, + "test_loss": 1.053103352468189, + "train_loss": 0.4256830979610408, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1179 + }, + { + "test_rec": 0.7660139790020013, + "test_prec": 0.8711797599843258, + "test_acc": 0.78716227143631, + "test_loss": 0.6150928397589895, + "train_loss": 0.02672752707208094, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1180 + }, + { + "test_rec": 0.67542434436098, + "test_prec": 0.6612406896423079, + "test_acc": 0.7219467194462355, + "test_loss": 1.0122522460387353, + "train_loss": 0.3950535841044604, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1181 + }, + { + "test_rec": 0.4578678908988912, + "test_prec": 0.6338520228033176, + "test_acc": 0.6984398187101254, + "test_loss": 1.0564211971560802, + "train_loss": 0.39667628336758676, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1182 + }, + { + "test_rec": 0.4436124668799145, + "test_prec": 0.7919144459545934, + "test_acc": 0.7179183936008134, + "test_loss": 0.8707970951318553, + "train_loss": 0.2673168062217008, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1183 + }, + { + "test_rec": 0.8487317100394274, + "test_prec": 0.6448538312810288, + "test_acc": 0.7545569062212164, + "test_loss": 0.7212794092312351, + "train_loss": 0.2938916265559046, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1184 + }, + { + "test_rec": 0.9153186732657383, + "test_prec": 0.6740898889887972, + "test_acc": 0.7515475092532573, + "test_loss": 0.6207907816104277, + "train_loss": 0.24246259767779677, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1185 + }, + { + "test_rec": 0.6702741565003149, + "test_prec": 0.6896120461848787, + "test_acc": 0.7617464264629058, + "test_loss": 1.1459567813510834, + "train_loss": 0.22551780230103607, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1186 + }, + { + "test_rec": 0.4614731810164883, + "test_prec": 0.7859707890346807, + "test_acc": 0.7991027607945049, + "test_loss": 0.48006935714624943, + "train_loss": 0.4105828238861135, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1187 + }, + { + "test_rec": 0.8652776892221286, + "test_prec": 0.8778127357753902, + "test_acc": 0.7431929659798115, + "test_loss": 0.9289945505085049, + "train_loss": 0.4232001037071195, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1188 + }, + { + "test_rec": 0.8819618784143918, + "test_prec": 0.8002478550292906, + "test_acc": 0.7877420754027558, + "test_loss": 0.6876297533727849, + "train_loss": 0.3724358559114718, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1189 + }, + { + "test_rec": 0.4699305786447378, + "test_prec": 0.7842948656535529, + "test_acc": 0.7177701510473863, + "test_loss": 0.9222421111474323, + "train_loss": 0.33066476812597717, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1190 + }, + { + "test_rec": 0.8708905677814884, + "test_prec": 0.7996908491809132, + "test_acc": 0.7323938789958301, + "test_loss": 1.1556882802197395, + "train_loss": 0.033549966262441555, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1191 + }, + { + "test_rec": 0.8999978767923072, + "test_prec": 0.7036445770326973, + "test_acc": 0.698872305875501, + "test_loss": 0.617775519490303, + "train_loss": 0.011252362288899262, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1192 + }, + { + "test_rec": 0.9456369422562165, + "test_prec": 0.7602374751420309, + "test_acc": 0.7012688274644735, + "test_loss": 0.7459386310484875, + "train_loss": 0.16928210939902766, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1193 + }, + { + "test_rec": 0.8112469851641493, + "test_prec": 0.7159096870428607, + "test_acc": 0.7371015909094264, + "test_loss": 1.0384610985969465, + "train_loss": 0.1217972653175168, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1194 + }, + { + "test_rec": 0.896318639756877, + "test_prec": 0.7221448999397175, + "test_acc": 0.7710167752551832, + "test_loss": 0.9937330822071602, + "train_loss": 0.3794481913640288, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1195 + }, + { + "test_rec": 0.890518508730671, + "test_prec": 0.8380795207818297, + "test_acc": 0.7822680339307888, + "test_loss": 0.4740202064954683, + "train_loss": 0.3944709882688117, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1196 + }, + { + "test_rec": 0.8409696773419493, + "test_prec": 0.6701610269116024, + "test_acc": 0.6943211170787915, + "test_loss": 0.8122977070759214, + "train_loss": 0.26673427097989183, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1197 + }, + { + "test_rec": 0.5013459975063315, + "test_prec": 0.7582516701715811, + "test_acc": 0.7539043340610025, + "test_loss": 1.1697539283395546, + "train_loss": 0.22351035450992135, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1198 + }, + { + "test_rec": 0.9889544063489342, + "test_prec": 0.7559433756768412, + "test_acc": 0.7316660931519754, + "test_loss": 1.1118865896953436, + "train_loss": 0.04750524860941867, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1199 + }, + { + "test_rec": 0.8517130160357056, + "test_prec": 0.7623785866977282, + "test_acc": 0.7902799592561295, + "test_loss": 1.003245737112757, + "train_loss": 0.24661504466899647, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1200 + }, + { + "test_rec": 0.670512544672227, + "test_prec": 0.6878002098424058, + "test_acc": 0.7456194654269706, + "test_loss": 0.9190209067367913, + "train_loss": 0.05297599942475473, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1201 + }, + { + "test_rec": 0.7699985093968698, + "test_prec": 0.7831773064808734, + "test_acc": 0.7238655537914769, + "test_loss": 1.0121288938336679, + "train_loss": 0.17249089043906485, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1202 + }, + { + "test_rec": 0.664452328397468, + "test_prec": 0.8623294021881381, + "test_acc": 0.7652539318996595, + "test_loss": 0.7233827731225932, + "train_loss": 0.370028661651316, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1203 + }, + { + "test_rec": 0.606967674365344, + "test_prec": 0.8538296466456397, + "test_acc": 0.7287639039928767, + "test_loss": 0.9397298477347327, + "train_loss": 0.3285731009004636, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1204 + }, + { + "test_rec": 0.4597315306838124, + "test_prec": 0.8080794167220232, + "test_acc": 0.7005475874451054, + "test_loss": 0.8731445936579374, + "train_loss": 0.2982404400748584, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1205 + }, + { + "test_rec": 0.7827224459546089, + "test_prec": 0.8160942283889697, + "test_acc": 0.7745895831781059, + "test_loss": 0.49729105716606586, + "train_loss": 0.17522276286509253, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1206 + }, + { + "test_rec": 0.6052240146740817, + "test_prec": 0.758627836919505, + "test_acc": 0.7497103470231178, + "test_loss": 0.4737628779693101, + "train_loss": 0.01084275434690364, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1207 + }, + { + "test_rec": 0.641784390682394, + "test_prec": 0.8785406019115929, + "test_acc": 0.7467394424180774, + "test_loss": 0.9979746446403255, + "train_loss": 0.10375031595915395, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1208 + }, + { + "test_rec": 0.9060323483181023, + "test_prec": 0.6551368072859456, + "test_acc": 0.7704871438770727, + "test_loss": 0.6322149717831618, + "train_loss": 0.20537796177866044, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1209 + }, + { + "test_rec": 0.8261255524295544, + "test_prec": 0.7564904468293798, + "test_acc": 0.7645607964359549, + "test_loss": 0.9384619631769575, + "train_loss": 0.22035339510043628, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1210 + }, + { + "test_rec": 0.7530739357080837, + "test_prec": 0.8563223065972816, + "test_acc": 0.7963790185630022, + "test_loss": 1.0367368179066327, + "train_loss": 0.2787642367824015, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1211 + }, + { + "test_rec": 0.7699827101212188, + "test_prec": 0.6585218198953147, + "test_acc": 0.7306896287223241, + "test_loss": 0.9459307192533974, + "train_loss": 0.43758178792858166, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1212 + }, + { + "test_rec": 0.9856446150722094, + "test_prec": 0.8462257306798175, + "test_acc": 0.7451684038917995, + "test_loss": 0.6797106385460289, + "train_loss": 0.3624291049923485, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1213 + }, + { + "test_rec": 0.49819428927372567, + "test_prec": 0.6921735729060751, + "test_acc": 0.7910187847760635, + "test_loss": 0.9393579949546804, + "train_loss": 0.3865914298490184, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1214 + }, + { + "test_rec": 0.9607299224917258, + "test_prec": 0.8652964884740837, + "test_acc": 0.7666868377749688, + "test_loss": 0.610327499673025, + "train_loss": 0.18822994989754838, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1215 + }, + { + "test_rec": 0.5376925962363384, + "test_prec": 0.6529979711136371, + "test_acc": 0.7022344526682957, + "test_loss": 0.607020774137973, + "train_loss": 0.44848470477332686, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1216 + }, + { + "test_rec": 0.5590903431658574, + "test_prec": 0.6941991164392148, + "test_acc": 0.8013263644008971, + "test_loss": 0.8547529836894701, + "train_loss": 0.34981883896347526, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1217 + }, + { + "test_rec": 0.6307969447982507, + "test_prec": 0.8240924445430223, + "test_acc": 0.7546662791756411, + "test_loss": 0.7983140897552774, + "train_loss": 0.31940458404270095, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1218 + }, + { + "test_rec": 0.8867086938718785, + "test_prec": 0.6433402121322813, + "test_acc": 0.7055747152918098, + "test_loss": 1.0860364414827066, + "train_loss": 0.05378779763159369, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1219 + }, + { + "test_rec": 0.6611392253833591, + "test_prec": 0.7658470882524935, + "test_acc": 0.7776413578827157, + "test_loss": 0.5387329829163654, + "train_loss": 0.12379096449544681, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1220 + }, + { + "test_rec": 0.7736388679715196, + "test_prec": 0.839560159874206, + "test_acc": 0.7928919921993521, + "test_loss": 0.6051181801373249, + "train_loss": 0.4327320080670756, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1221 + }, + { + "test_rec": 0.4592602485089595, + "test_prec": 0.8567642537611901, + "test_acc": 0.7548188156823155, + "test_loss": 0.6824572696275657, + "train_loss": 0.0807597340586889, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1222 + }, + { + "test_rec": 0.5990957373512799, + "test_prec": 0.738787096534044, + "test_acc": 0.7481898196795294, + "test_loss": 0.6937514752923618, + "train_loss": 0.1375514508500775, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1223 + }, + { + "test_rec": 0.5433924916877572, + "test_prec": 0.8566552751853063, + "test_acc": 0.7315936092429585, + "test_loss": 0.7812104249423553, + "train_loss": 0.29527450899940094, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1224 + }, + { + "test_rec": 0.9550680918897312, + "test_prec": 0.7469314550432329, + "test_acc": 0.7008118002821294, + "test_loss": 1.120799751798542, + "train_loss": 0.25993136520861, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1225 + }, + { + "test_rec": 0.8301221445047946, + "test_prec": 0.8064418174362311, + "test_acc": 0.6928036710803847, + "test_loss": 0.6458761802782991, + "train_loss": 0.29540952382172997, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1226 + }, + { + "test_rec": 0.5138701253289766, + "test_prec": 0.8667015537883952, + "test_acc": 0.7829340466680182, + "test_loss": 0.7723761819545423, + "train_loss": 0.09347037948625221, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1227 + }, + { + "test_rec": 0.923394182292929, + "test_prec": 0.777285244550985, + "test_acc": 0.7122093609088529, + "test_loss": 0.9049968863449849, + "train_loss": 0.2271168088862887, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1228 + }, + { + "test_rec": 0.9272447170934626, + "test_prec": 0.8645014005556662, + "test_acc": 0.724796393686732, + "test_loss": 0.848817854809268, + "train_loss": 0.2786786731971594, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1229 + }, + { + "test_rec": 0.7201856954727097, + "test_prec": 0.822706389284489, + "test_acc": 0.7750917581303164, + "test_loss": 1.154945179148709, + "train_loss": 0.07586286473722259, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1230 + }, + { + "test_rec": 0.4754094529815857, + "test_prec": 0.7274943697977297, + "test_acc": 0.7989262094051897, + "test_loss": 0.7645301804414084, + "train_loss": 0.2526888432060677, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1231 + }, + { + "test_rec": 0.7982668120925037, + "test_prec": 0.7469834448272514, + "test_acc": 0.7342467958625584, + "test_loss": 0.8346780786824148, + "train_loss": 0.05397671631110942, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1232 + }, + { + "test_rec": 0.8364499115405815, + "test_prec": 0.6578027185216989, + "test_acc": 0.7241098151673606, + "test_loss": 1.1116412146629437, + "train_loss": 0.11010595176377944, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1233 + }, + { + "test_rec": 0.5388693852358118, + "test_prec": 0.720111842783615, + "test_acc": 0.7550862218749368, + "test_loss": 1.1758321359368127, + "train_loss": 0.37786835063571506, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1234 + }, + { + "test_rec": 0.5712008200728638, + "test_prec": 0.6462162188386272, + "test_acc": 0.7166810952138409, + "test_loss": 0.7178693041017629, + "train_loss": 0.32148718389276254, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1235 + }, + { + "test_rec": 0.6318999744305016, + "test_prec": 0.6785591246469312, + "test_acc": 0.7670384388760998, + "test_loss": 1.06092266034724, + "train_loss": 0.1885079777149264, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1236 + }, + { + "test_rec": 0.9776651721987859, + "test_prec": 0.6754424923836289, + "test_acc": 0.6931142109189916, + "test_loss": 0.7631603194812906, + "train_loss": 0.10181516072560408, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1237 + }, + { + "test_rec": 0.5513542573809977, + "test_prec": 0.8390797462849776, + "test_acc": 0.7482578980998172, + "test_loss": 1.0505350359822465, + "train_loss": 0.42205893343668976, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1238 + }, + { + "test_rec": 0.47342869951865785, + "test_prec": 0.6593612697593491, + "test_acc": 0.7125089763389718, + "test_loss": 0.8804164713562419, + "train_loss": 0.09187470048349206, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1239 + }, + { + "test_rec": 0.8807240189827468, + "test_prec": 0.857549045917913, + "test_acc": 0.7863550634033982, + "test_loss": 1.0486904452721566, + "train_loss": 0.10588628215765719, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1240 + }, + { + "test_rec": 0.6987193635937696, + "test_prec": 0.7949428856118805, + "test_acc": 0.7663461980894734, + "test_loss": 0.6481347971672251, + "train_loss": 0.46075181168558826, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1241 + }, + { + "test_rec": 0.9744939300191042, + "test_prec": 0.7573760751560921, + "test_acc": 0.7489160089825776, + "test_loss": 0.7890628130399598, + "train_loss": 0.0241496754619566, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1242 + }, + { + "test_rec": 0.9440819752927325, + "test_prec": 0.8771310111995838, + "test_acc": 0.7179063635838251, + "test_loss": 0.6354270548916192, + "train_loss": 0.19511443224355782, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1243 + }, + { + "test_rec": 0.7354666760275506, + "test_prec": 0.7836688315787694, + "test_acc": 0.7090918675206317, + "test_loss": 1.137600801167196, + "train_loss": 0.33624585136478397, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1244 + }, + { + "test_rec": 0.4936944141178063, + "test_prec": 0.6351317672744412, + "test_acc": 0.7353546327841692, + "test_loss": 0.7096404039729638, + "train_loss": 0.014039033785334588, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1245 + }, + { + "test_rec": 0.5296875260387705, + "test_prec": 0.8653576680208004, + "test_acc": 0.7009412818002534, + "test_loss": 0.5532533790585645, + "train_loss": 0.3099935996052981, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1246 + }, + { + "test_rec": 0.9483977561642023, + "test_prec": 0.8271636806003567, + "test_acc": 0.7711339085711444, + "test_loss": 0.901223558007851, + "train_loss": 0.1002351756304951, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1247 + }, + { + "test_rec": 0.4553426875434308, + "test_prec": 0.8261311993597751, + "test_acc": 0.6976716934300455, + "test_loss": 0.8717398393061633, + "train_loss": 0.09118804733561248, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1248 + }, + { + "test_rec": 0.9147723681197253, + "test_prec": 0.7555681288103091, + "test_acc": 0.7917967799172391, + "test_loss": 1.021471438578171, + "train_loss": 0.4463297485236515, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1249 + }, + { + "test_rec": 0.7332923547564039, + "test_prec": 0.8628572189333374, + "test_acc": 0.7723539865962517, + "test_loss": 0.9359594900124775, + "train_loss": 0.3426768997219237, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1250 + }, + { + "test_rec": 0.7027152829082763, + "test_prec": 0.6885438754004733, + "test_acc": 0.7105316512311511, + "test_loss": 1.1368749553622934, + "train_loss": 0.4470168654437912, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1251 + }, + { + "test_rec": 0.6843362899067015, + "test_prec": 0.7560284879917635, + "test_acc": 0.768742062618853, + "test_loss": 0.5375235246580986, + "train_loss": 0.2130299230586185, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1252 + }, + { + "test_rec": 0.4883606838563037, + "test_prec": 0.846112080127731, + "test_acc": 0.7059796864951797, + "test_loss": 0.7672737014930329, + "train_loss": 0.3066279971001205, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1253 + }, + { + "test_rec": 0.8153390276490233, + "test_prec": 0.6875905693328836, + "test_acc": 0.7935815317792676, + "test_loss": 1.1698329824664724, + "train_loss": 0.38083012576464226, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1254 + }, + { + "test_rec": 0.46253123321802425, + "test_prec": 0.7318347216405202, + "test_acc": 0.7724653687331888, + "test_loss": 1.1799884404602605, + "train_loss": 0.19625530279611822, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1255 + }, + { + "test_rec": 0.8485155978858171, + "test_prec": 0.8581162919955583, + "test_acc": 0.7452436574121392, + "test_loss": 0.8882616976850334, + "train_loss": 0.39821450529214775, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1256 + }, + { + "test_rec": 0.563851921166254, + "test_prec": 0.7563851830527959, + "test_acc": 0.7751500976476933, + "test_loss": 0.7780436182525832, + "train_loss": 0.08550557781553525, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1257 + }, + { + "test_rec": 0.6606795884115555, + "test_prec": 0.7475486932314016, + "test_acc": 0.7003765463350414, + "test_loss": 0.6015264477447819, + "train_loss": 0.21138058365436857, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1258 + }, + { + "test_rec": 0.4914783685627333, + "test_prec": 0.8432273213544855, + "test_acc": 0.7176240375514049, + "test_loss": 0.7000622003370776, + "train_loss": 0.1932393023738516, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1259 + }, + { + "test_rec": 0.5070027436868886, + "test_prec": 0.6618693580885426, + "test_acc": 0.7187695395457523, + "test_loss": 0.9624833071163275, + "train_loss": 0.13829049157990456, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1260 + }, + { + "test_rec": 0.48716999725621707, + "test_prec": 0.6642348893235605, + "test_acc": 0.7687862570877655, + "test_loss": 0.840570954170817, + "train_loss": 0.26324502566306707, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1261 + }, + { + "test_rec": 0.7842418639665671, + "test_prec": 0.8566329852469929, + "test_acc": 0.7573736960592747, + "test_loss": 1.1422297204743734, + "train_loss": 0.03880859147114864, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1262 + }, + { + "test_rec": 0.9155423229518727, + "test_prec": 0.8479286303706453, + "test_acc": 0.7983436278003524, + "test_loss": 0.7462216701578384, + "train_loss": 0.30385586402290227, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1263 + }, + { + "test_rec": 0.712922087552379, + "test_prec": 0.7897678844626173, + "test_acc": 0.743916822096644, + "test_loss": 0.583094899440792, + "train_loss": 0.4643349560075028, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1264 + }, + { + "test_rec": 0.46009759703283104, + "test_prec": 0.7434625915070832, + "test_acc": 0.7937980619777725, + "test_loss": 0.6013503369613526, + "train_loss": 0.44580980993197916, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1265 + }, + { + "test_rec": 0.6774035597967905, + "test_prec": 0.7600800195915303, + "test_acc": 0.6964656910716827, + "test_loss": 0.48509389996349184, + "train_loss": 0.30711349173810687, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1266 + }, + { + "test_rec": 0.9041690132829556, + "test_prec": 0.7598817432535996, + "test_acc": 0.7799554054103329, + "test_loss": 0.4505561861270953, + "train_loss": 0.013422869332055902, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1267 + }, + { + "test_rec": 0.7010553785545808, + "test_prec": 0.6336222899932978, + "test_acc": 0.7707690143707546, + "test_loss": 0.4744378852203926, + "train_loss": 0.46952644775760893, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1268 + }, + { + "test_rec": 0.7555300718091597, + "test_prec": 0.6221154966345369, + "test_acc": 0.7636899553842637, + "test_loss": 0.8900465007610843, + "train_loss": 0.44878903916602453, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1269 + }, + { + "test_rec": 0.6701709612137462, + "test_prec": 0.8471190471518574, + "test_acc": 0.7341544816772582, + "test_loss": 0.6105205275501362, + "train_loss": 0.04636463653093317, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1270 + }, + { + "test_rec": 0.5936233685393696, + "test_prec": 0.8241341909031846, + "test_acc": 0.7776587339643181, + "test_loss": 1.1300190644372645, + "train_loss": 0.4048645396738016, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1271 + }, + { + "test_rec": 0.6736441988199391, + "test_prec": 0.6788355276550033, + "test_acc": 0.752391561211841, + "test_loss": 1.0740920077137415, + "train_loss": 0.35786391171602, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1272 + }, + { + "test_rec": 0.8152093669952905, + "test_prec": 0.8082641912213417, + "test_acc": 0.6948554794150645, + "test_loss": 0.48188573070316865, + "train_loss": 0.2542594896164382, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1273 + }, + { + "test_rec": 0.7733220595360204, + "test_prec": 0.8668600150998135, + "test_acc": 0.7773701609364464, + "test_loss": 0.5214462408286824, + "train_loss": 0.3116274400374708, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1274 + }, + { + "test_rec": 0.6877282098249804, + "test_prec": 0.846631608122999, + "test_acc": 0.694224213210911, + "test_loss": 0.518351591497055, + "train_loss": 0.2696068447620076, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1275 + }, + { + "test_rec": 0.9738137279188537, + "test_prec": 0.8638783666289763, + "test_acc": 0.7433723546189808, + "test_loss": 1.0137720642683585, + "train_loss": 0.3509634505168943, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1276 + }, + { + "test_rec": 0.869617656699825, + "test_prec": 0.7432931207798287, + "test_acc": 0.7320174531745682, + "test_loss": 0.6171378788892817, + "train_loss": 0.4612027599204993, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1277 + }, + { + "test_rec": 0.6110334012082783, + "test_prec": 0.8287493939687999, + "test_acc": 0.7050656656308313, + "test_loss": 0.681216093709675, + "train_loss": 0.19880974162285617, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1278 + }, + { + "test_rec": 0.7038078764962463, + "test_prec": 0.8581730447353876, + "test_acc": 0.7929552863521732, + "test_loss": 0.9309613944895813, + "train_loss": 0.46438475160044934, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1279 + }, + { + "test_rec": 0.5979153633944205, + "test_prec": 0.7882451229260817, + "test_acc": 0.7669827276044114, + "test_loss": 0.5268840242577709, + "train_loss": 0.2949380585039958, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1280 + }, + { + "test_rec": 0.8755498316154383, + "test_prec": 0.6586210900217174, + "test_acc": 0.7172864804414371, + "test_loss": 0.8148062339846707, + "train_loss": 0.4300757754869388, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1281 + }, + { + "test_rec": 0.622930696938, + "test_prec": 0.7829763164579963, + "test_acc": 0.7166657488052947, + "test_loss": 1.1148319840464633, + "train_loss": 0.2894090885161285, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1282 + }, + { + "test_rec": 0.47624441683968716, + "test_prec": 0.8492969183380525, + "test_acc": 0.7728340600841701, + "test_loss": 0.649807100206309, + "train_loss": 0.10400460610580961, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1283 + }, + { + "test_rec": 0.5163303216406544, + "test_prec": 0.690944233012124, + "test_acc": 0.7461601121971745, + "test_loss": 0.902100809993007, + "train_loss": 0.08062592733226535, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1284 + }, + { + "test_rec": 0.802492120842837, + "test_prec": 0.7495289299884274, + "test_acc": 0.723765097172452, + "test_loss": 0.6659278725300353, + "train_loss": 0.31371016439766625, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1285 + }, + { + "test_rec": 0.894438948797412, + "test_prec": 0.6945014287979274, + "test_acc": 0.7686133174222077, + "test_loss": 1.0318039640231254, + "train_loss": 0.28196800455890814, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1286 + }, + { + "test_rec": 0.7726736644164132, + "test_prec": 0.7933601198400853, + "test_acc": 0.7380333858994597, + "test_loss": 0.8923671124717616, + "train_loss": 0.1887050849145551, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1287 + }, + { + "test_rec": 0.9408689496777962, + "test_prec": 0.7825592591387383, + "test_acc": 0.7234434397224835, + "test_loss": 0.5157531946656368, + "train_loss": 0.18790955660826922, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1288 + }, + { + "test_rec": 0.6652430225601713, + "test_prec": 0.7348541737542703, + "test_acc": 0.7356832324811446, + "test_loss": 0.8955849695963931, + "train_loss": 0.3136923462617762, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1289 + }, + { + "test_rec": 0.893462016799403, + "test_prec": 0.7758783686272551, + "test_acc": 0.6931768056510249, + "test_loss": 0.5153256133310783, + "train_loss": 0.4524042399849535, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1290 + }, + { + "test_rec": 0.5788386214846464, + "test_prec": 0.7325171352339302, + "test_acc": 0.7545597849362852, + "test_loss": 0.7526195973887821, + "train_loss": 0.17544205917841244, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1291 + }, + { + "test_rec": 0.7241795037775234, + "test_prec": 0.8382604190724933, + "test_acc": 0.7617774569342969, + "test_loss": 0.5387394293394182, + "train_loss": 0.10985348339126995, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1292 + }, + { + "test_rec": 0.4727526738119926, + "test_prec": 0.7154312977437571, + "test_acc": 0.7582819690904972, + "test_loss": 0.5586617688562374, + "train_loss": 0.4326677581104737, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1293 + }, + { + "test_rec": 0.9708191766352812, + "test_prec": 0.7493764599406791, + "test_acc": 0.7155559143917353, + "test_loss": 0.6745354867109221, + "train_loss": 0.2463866153482707, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1294 + }, + { + "test_rec": 0.8104228906250257, + "test_prec": 0.7850283282618221, + "test_acc": 0.7728487649667996, + "test_loss": 1.093834305870271, + "train_loss": 0.33908947013068974, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1295 + }, + { + "test_rec": 0.5851164118556325, + "test_prec": 0.7413247624472247, + "test_acc": 0.7817893700578432, + "test_loss": 0.49137825869687085, + "train_loss": 0.21361578401481043, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1296 + }, + { + "test_rec": 0.9803545769583635, + "test_prec": 0.6932214448678624, + "test_acc": 0.7054839849862966, + "test_loss": 1.032288105824872, + "train_loss": 0.09494911825125919, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1297 + }, + { + "test_rec": 0.9814275704388857, + "test_prec": 0.7834601783022801, + "test_acc": 0.7353023219291372, + "test_loss": 0.6419064255124614, + "train_loss": 0.42269202099637004, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1298 + }, + { + "test_rec": 0.964767510691533, + "test_prec": 0.7621425823043316, + "test_acc": 0.7935485600879295, + "test_loss": 0.8061184642003143, + "train_loss": 0.33070485145203327, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1299 + }, + { + "test_rec": 0.9040214331725654, + "test_prec": 0.7825896921319866, + "test_acc": 0.7334675200062176, + "test_loss": 0.8449530054647043, + "train_loss": 0.302760185127542, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1300 + }, + { + "test_rec": 0.7407847810118497, + "test_prec": 0.8200146085105292, + "test_acc": 0.7079917553900198, + "test_loss": 0.9204968390365635, + "train_loss": 0.4331443457409378, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1301 + }, + { + "test_rec": 0.8915699449656047, + "test_prec": 0.7567291071103395, + "test_acc": 0.7850759608971029, + "test_loss": 0.9360860176814494, + "train_loss": 0.3968448826830894, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1302 + }, + { + "test_rec": 0.825117550635559, + "test_prec": 0.6497620272988867, + "test_acc": 0.7790859960602502, + "test_loss": 1.086111385288035, + "train_loss": 0.4253127665465288, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1303 + }, + { + "test_rec": 0.8410595962487932, + "test_prec": 0.8542192826118, + "test_acc": 0.7593449889104822, + "test_loss": 1.1563798896878432, + "train_loss": 0.42604431539645005, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1304 + }, + { + "test_rec": 0.9211809393764048, + "test_prec": 0.8299564687096472, + "test_acc": 0.7545243372135042, + "test_loss": 1.036134422823333, + "train_loss": 0.16564091908729098, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1305 + }, + { + "test_rec": 0.5687300309811143, + "test_prec": 0.6618181587060856, + "test_acc": 0.7847167194665318, + "test_loss": 0.9980069290424662, + "train_loss": 0.03149357682681408, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1306 + }, + { + "test_rec": 0.4608678810167515, + "test_prec": 0.7366186774057222, + "test_acc": 0.7528055145849715, + "test_loss": 1.1242935043117768, + "train_loss": 0.20734889528616354, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1307 + }, + { + "test_rec": 0.8889488342496352, + "test_prec": 0.6305419794831068, + "test_acc": 0.7012193698079854, + "test_loss": 0.8622388862680994, + "train_loss": 0.25681450401630435, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1308 + }, + { + "test_rec": 0.6091534033666186, + "test_prec": 0.8788795932421221, + "test_acc": 0.7915753488259765, + "test_loss": 1.0321943150344939, + "train_loss": 0.15137193702417964, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1309 + }, + { + "test_rec": 0.8995981521624308, + "test_prec": 0.8652636942993407, + "test_acc": 0.7723070912463015, + "test_loss": 0.990479433736835, + "train_loss": 0.24952909157631076, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1310 + }, + { + "test_rec": 0.9756589018827424, + "test_prec": 0.7744001233901305, + "test_acc": 0.7847991340749219, + "test_loss": 0.5991164496842414, + "train_loss": 0.07396128956021342, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1311 + }, + { + "test_rec": 0.8415199501790799, + "test_prec": 0.6223506407317906, + "test_acc": 0.7379297860122864, + "test_loss": 0.8703277776358493, + "train_loss": 0.2883687399176591, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1312 + }, + { + "test_rec": 0.47908840498906435, + "test_prec": 0.8490399677394229, + "test_acc": 0.7725383087759685, + "test_loss": 0.973557763944668, + "train_loss": 0.20844163622571277, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1313 + }, + { + "test_rec": 0.5061293140417878, + "test_prec": 0.6955852027686323, + "test_acc": 0.7246550189808176, + "test_loss": 0.814285237764504, + "train_loss": 0.40573045703630134, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1314 + }, + { + "test_rec": 0.5317718501600956, + "test_prec": 0.8730274131787052, + "test_acc": 0.7025406900952058, + "test_loss": 0.8199859159045233, + "train_loss": 0.25811165743505554, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1315 + }, + { + "test_rec": 0.8149183001755433, + "test_prec": 0.7372910480961585, + "test_acc": 0.694410223839912, + "test_loss": 0.733198592891856, + "train_loss": 0.129383564710633, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1316 + }, + { + "test_rec": 0.9472783320618821, + "test_prec": 0.6687984935587055, + "test_acc": 0.7526715434625165, + "test_loss": 1.0405090635129162, + "train_loss": 0.11560969259709516, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1317 + }, + { + "test_rec": 0.7977533831787502, + "test_prec": 0.7209377396527759, + "test_acc": 0.734730193326798, + "test_loss": 0.8563983519808344, + "train_loss": 0.1840577642495296, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1318 + }, + { + "test_rec": 0.5902496036720346, + "test_prec": 0.7231678270015163, + "test_acc": 0.7016341268098957, + "test_loss": 0.5210848564299935, + "train_loss": 0.06079330846218459, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1319 + }, + { + "test_rec": 0.8330069142451404, + "test_prec": 0.790325754081415, + "test_acc": 0.7445876946539567, + "test_loss": 0.5004257682638517, + "train_loss": 0.30029126446600285, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1320 + }, + { + "test_rec": 0.49849026310976663, + "test_prec": 0.8101787881626575, + "test_acc": 0.7828045875412374, + "test_loss": 0.5354644174885484, + "train_loss": 0.09953502167420684, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1321 + }, + { + "test_rec": 0.9865248189236415, + "test_prec": 0.8361256784082736, + "test_acc": 0.7180883843302819, + "test_loss": 0.9843849989177798, + "train_loss": 0.33391102226670377, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1322 + }, + { + "test_rec": 0.9570030687973996, + "test_prec": 0.7328870518263759, + "test_acc": 0.7093293923131119, + "test_loss": 0.9720253807886647, + "train_loss": 0.29604875812781284, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1323 + }, + { + "test_rec": 0.8818946285890923, + "test_prec": 0.8137953272604672, + "test_acc": 0.718623437851575, + "test_loss": 1.151192976072264, + "train_loss": 0.01570460619835326, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1324 + }, + { + "test_rec": 0.4731896154842537, + "test_prec": 0.7973624089933569, + "test_acc": 0.7418739602384473, + "test_loss": 1.1225082422318353, + "train_loss": 0.28787590619142495, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1325 + }, + { + "test_rec": 0.5038436921249618, + "test_prec": 0.7226530692963392, + "test_acc": 0.776254833588353, + "test_loss": 0.4627226998539457, + "train_loss": 0.196393079948076, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1326 + }, + { + "test_rec": 0.8672271897364172, + "test_prec": 0.8769459418503305, + "test_acc": 0.797770588836398, + "test_loss": 0.8229486201005256, + "train_loss": 0.28407086667871606, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1327 + }, + { + "test_rec": 0.4855645193810865, + "test_prec": 0.6773225614383498, + "test_acc": 0.7725301170985165, + "test_loss": 0.6521039502563852, + "train_loss": 0.2793198236781297, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1328 + }, + { + "test_rec": 0.9000233034124989, + "test_prec": 0.7956035312343782, + "test_acc": 0.7208816040563755, + "test_loss": 0.45150357395360374, + "train_loss": 0.40654607604928616, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1329 + }, + { + "test_rec": 0.6542221752271544, + "test_prec": 0.720392156205189, + "test_acc": 0.7409493821087972, + "test_loss": 0.5080941487762933, + "train_loss": 0.26112610918071166, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1330 + }, + { + "test_rec": 0.5870785165490765, + "test_prec": 0.8604115583249922, + "test_acc": 0.7139641622274857, + "test_loss": 0.8039167471947468, + "train_loss": 0.19748012670162998, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1331 + }, + { + "test_rec": 0.4533910267437441, + "test_prec": 0.7481575086517896, + "test_acc": 0.781709115331376, + "test_loss": 0.914872134891727, + "train_loss": 0.04390276605075112, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1332 + }, + { + "test_rec": 0.5450261268845553, + "test_prec": 0.8070037593810805, + "test_acc": 0.7308872671540614, + "test_loss": 0.8556325373091402, + "train_loss": 0.03412490586381451, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1333 + }, + { + "test_rec": 0.6784556487838286, + "test_prec": 0.6589888030466918, + "test_acc": 0.7666549234929749, + "test_loss": 0.8919031690238046, + "train_loss": 0.12965299268975308, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1334 + }, + { + "test_rec": 0.6461415224097642, + "test_prec": 0.6808657654046796, + "test_acc": 0.7887061170551464, + "test_loss": 0.48209468219248924, + "train_loss": 0.12968206684277153, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1335 + }, + { + "test_rec": 0.8229056716109746, + "test_prec": 0.7641173954567123, + "test_acc": 0.7969088141494474, + "test_loss": 0.7079679956257783, + "train_loss": 0.38837941457933983, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1336 + }, + { + "test_rec": 0.8599779101834487, + "test_prec": 0.8134159158211756, + "test_acc": 0.7279465062666536, + "test_loss": 0.5791462241570241, + "train_loss": 0.20800078990853557, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1337 + }, + { + "test_rec": 0.912814400200451, + "test_prec": 0.8559701912809257, + "test_acc": 0.7762187754204389, + "test_loss": 1.1161156861868855, + "train_loss": 0.08102388837125149, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1338 + }, + { + "test_rec": 0.7808393605112361, + "test_prec": 0.6601859857853761, + "test_acc": 0.7916292043664878, + "test_loss": 0.8787550074457846, + "train_loss": 0.04264131296908265, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1339 + }, + { + "test_rec": 0.9357155690658989, + "test_prec": 0.8750607828874656, + "test_acc": 0.7039504478841975, + "test_loss": 0.7481149457657637, + "train_loss": 0.260128529841962, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1340 + }, + { + "test_rec": 0.5669791247044651, + "test_prec": 0.7600170756055129, + "test_acc": 0.7541969526783069, + "test_loss": 1.106994238761019, + "train_loss": 0.333152558097675, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1341 + }, + { + "test_rec": 0.9836934784322395, + "test_prec": 0.8167879284150332, + "test_acc": 0.7464388971956298, + "test_loss": 0.46396017133156575, + "train_loss": 0.4208043843909347, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1342 + }, + { + "test_rec": 0.8668786100002948, + "test_prec": 0.8485000391370453, + "test_acc": 0.7296984749984505, + "test_loss": 0.9948760049045755, + "train_loss": 0.36507272019594644, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1343 + }, + { + "test_rec": 0.6060007084998063, + "test_prec": 0.8546810547381959, + "test_acc": 0.7630285850157639, + "test_loss": 1.0815146319704039, + "train_loss": 0.0541692130241914, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1344 + }, + { + "test_rec": 0.8739586454169219, + "test_prec": 0.7263441144933381, + "test_acc": 0.7184189573663824, + "test_loss": 1.0051046242358699, + "train_loss": 0.3379691853243268, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1345 + }, + { + "test_rec": 0.8846119241165034, + "test_prec": 0.7717991216715503, + "test_acc": 0.7810968935450671, + "test_loss": 1.0329659245589566, + "train_loss": 0.1388068012325047, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1346 + }, + { + "test_rec": 0.8501929662307464, + "test_prec": 0.6631870183104083, + "test_acc": 0.787528800713487, + "test_loss": 1.0778906150621557, + "train_loss": 0.03011948546664054, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1347 + }, + { + "test_rec": 0.5613513806327903, + "test_prec": 0.7584171668973175, + "test_acc": 0.7088355542338478, + "test_loss": 0.8794379526833371, + "train_loss": 0.4558863106023104, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1348 + }, + { + "test_rec": 0.9097379859835486, + "test_prec": 0.8731787256039246, + "test_acc": 0.7457080312790224, + "test_loss": 1.171657542009626, + "train_loss": 0.35685174854615875, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1349 + }, + { + "test_rec": 0.7390129208056023, + "test_prec": 0.6930886775924606, + "test_acc": 0.7266141895264019, + "test_loss": 0.8880689880253856, + "train_loss": 0.12781181398457173, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1350 + }, + { + "test_rec": 0.8601767658813295, + "test_prec": 0.8453672986803381, + "test_acc": 0.7342949306160722, + "test_loss": 0.6440861245920727, + "train_loss": 0.4490288445523035, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1351 + }, + { + "test_rec": 0.5038426761377837, + "test_prec": 0.6824513776749547, + "test_acc": 0.7321312165267314, + "test_loss": 0.9136096697767793, + "train_loss": 0.24291342344080918, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1352 + }, + { + "test_rec": 0.5989008921080954, + "test_prec": 0.8355653872067919, + "test_acc": 0.7869667236614213, + "test_loss": 0.5107607079880998, + "train_loss": 0.14160127074592915, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1353 + }, + { + "test_rec": 0.7099793150049083, + "test_prec": 0.6826867170188557, + "test_acc": 0.7303182312063415, + "test_loss": 1.1283463695041156, + "train_loss": 0.0957622098134886, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1354 + }, + { + "test_rec": 0.8592496841984827, + "test_prec": 0.6499053675781853, + "test_acc": 0.7842690443790127, + "test_loss": 0.8872347671431774, + "train_loss": 0.0857816675738232, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1355 + }, + { + "test_rec": 0.7278151342691874, + "test_prec": 0.7661638795859935, + "test_acc": 0.7169003067391185, + "test_loss": 1.0335279953453032, + "train_loss": 0.4375653367356939, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1356 + }, + { + "test_rec": 0.8887023419873066, + "test_prec": 0.6526253315990089, + "test_acc": 0.7337088976700196, + "test_loss": 0.6158356143475014, + "train_loss": 0.4517277138526289, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1357 + }, + { + "test_rec": 0.4820206625053189, + "test_prec": 0.8712058239548452, + "test_acc": 0.7548047717939667, + "test_loss": 1.1747377852182104, + "train_loss": 0.26791154728378086, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1358 + }, + { + "test_rec": 0.7861492490897056, + "test_prec": 0.7725779564853088, + "test_acc": 0.7814184552864643, + "test_loss": 0.8685699912494382, + "train_loss": 0.23003982565158662, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1359 + }, + { + "test_rec": 0.7548468238814504, + "test_prec": 0.8291909699452686, + "test_acc": 0.774211813486188, + "test_loss": 0.697154893000849, + "train_loss": 0.38364806751555797, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1360 + }, + { + "test_rec": 0.9442317431809024, + "test_prec": 0.6567797861080499, + "test_acc": 0.7360187969922133, + "test_loss": 0.5240328349430302, + "train_loss": 0.30844119917646934, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1361 + }, + { + "test_rec": 0.9333588836509279, + "test_prec": 0.8377622463595181, + "test_acc": 0.7956416499348153, + "test_loss": 0.49505901762852433, + "train_loss": 0.2200549254588818, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1362 + }, + { + "test_rec": 0.9678827428388932, + "test_prec": 0.7392022381617385, + "test_acc": 0.7522690357495564, + "test_loss": 0.5813298944591957, + "train_loss": 0.32613007599211263, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1363 + }, + { + "test_rec": 0.5131367793256091, + "test_prec": 0.8202092858129959, + "test_acc": 0.7027398140345159, + "test_loss": 0.9721330695705213, + "train_loss": 0.16591054530775992, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1364 + }, + { + "test_rec": 0.49345245932157544, + "test_prec": 0.7911944368693468, + "test_acc": 0.6928251984451228, + "test_loss": 1.0175801247865188, + "train_loss": 0.11417118784509972, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1365 + }, + { + "test_rec": 0.9765933841290422, + "test_prec": 0.7404390075994185, + "test_acc": 0.7173830298736117, + "test_loss": 0.7234154906818648, + "train_loss": 0.24249614149350618, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1366 + }, + { + "test_rec": 0.9563583223993628, + "test_prec": 0.6489062043987067, + "test_acc": 0.7375861160360933, + "test_loss": 0.45097974265717417, + "train_loss": 0.010215584174292677, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1367 + }, + { + "test_rec": 0.4471330309356247, + "test_prec": 0.8685803547820629, + "test_acc": 0.789112260969643, + "test_loss": 1.1677954837276625, + "train_loss": 0.05410042788452307, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1368 + }, + { + "test_rec": 0.8644372573618329, + "test_prec": 0.8422231274116971, + "test_acc": 0.780201237946336, + "test_loss": 1.148428473285376, + "train_loss": 0.24985718957303255, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1369 + }, + { + "test_rec": 0.8992213019186182, + "test_prec": 0.6468083678427139, + "test_acc": 0.6951924672412645, + "test_loss": 0.7911423926536334, + "train_loss": 0.4662727539051125, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1370 + }, + { + "test_rec": 0.9260595452325651, + "test_prec": 0.8545199576670377, + "test_acc": 0.7472000459424079, + "test_loss": 1.1090270482659483, + "train_loss": 0.08909295028995506, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1371 + }, + { + "test_rec": 0.6226863195019199, + "test_prec": 0.8069451638198571, + "test_acc": 0.7856066928705425, + "test_loss": 0.7829351580134977, + "train_loss": 0.11618126268883816, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1372 + }, + { + "test_rec": 0.8325991960402679, + "test_prec": 0.8168575114308607, + "test_acc": 0.7854686583478023, + "test_loss": 1.0829060522982399, + "train_loss": 0.05364935049470945, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1373 + }, + { + "test_rec": 0.6670201343224684, + "test_prec": 0.8047826200190846, + "test_acc": 0.7744535718987543, + "test_loss": 0.9192893788419244, + "train_loss": 0.27630789487558194, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1374 + }, + { + "test_rec": 0.9181712720933863, + "test_prec": 0.778050660002459, + "test_acc": 0.6992302361600587, + "test_loss": 0.6207317952516803, + "train_loss": 0.15615975139857935, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1375 + }, + { + "test_rec": 0.7662055154903885, + "test_prec": 0.694734320764153, + "test_acc": 0.7540511905650158, + "test_loss": 1.0693081536719533, + "train_loss": 0.150473643938615, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1376 + }, + { + "test_rec": 0.44228097641793257, + "test_prec": 0.7872240334701713, + "test_acc": 0.7831655364961695, + "test_loss": 0.7958949348699152, + "train_loss": 0.20874243404463874, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1377 + }, + { + "test_rec": 0.5552855580113176, + "test_prec": 0.8189380906722926, + "test_acc": 0.7150679135532667, + "test_loss": 0.9121798480219261, + "train_loss": 0.15930046002940262, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1378 + }, + { + "test_rec": 0.9442350064086973, + "test_prec": 0.791980441377655, + "test_acc": 0.7848318234680899, + "test_loss": 0.6461664238920215, + "train_loss": 0.049235053815677506, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1379 + }, + { + "test_rec": 0.4461972672768127, + "test_prec": 0.847364527634108, + "test_acc": 0.6930397560551733, + "test_loss": 0.9330350426584098, + "train_loss": 0.08346462214720152, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1380 + }, + { + "test_rec": 0.659028639073287, + "test_prec": 0.6767003019893666, + "test_acc": 0.7956824691560979, + "test_loss": 0.7331881592089928, + "train_loss": 0.41899574109135296, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1381 + }, + { + "test_rec": 0.9038495700514255, + "test_prec": 0.7747536396020156, + "test_acc": 0.7580883166973738, + "test_loss": 0.72060894515836, + "train_loss": 0.06876846744767119, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1382 + }, + { + "test_rec": 0.8183855110970136, + "test_prec": 0.6456604382346162, + "test_acc": 0.7383326434612507, + "test_loss": 0.9083026777836745, + "train_loss": 0.4662886927071468, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1383 + }, + { + "test_rec": 0.6713557647063586, + "test_prec": 0.8620898245408873, + "test_acc": 0.798702986238338, + "test_loss": 0.9021458779880538, + "train_loss": 0.27377267105618774, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1384 + }, + { + "test_rec": 0.7577900792402894, + "test_prec": 0.7397474302896339, + "test_acc": 0.7659639248700132, + "test_loss": 0.6508211344818804, + "train_loss": 0.04620943273768313, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1385 + }, + { + "test_rec": 0.9748924332475231, + "test_prec": 0.6659729186342537, + "test_acc": 0.7995151503583413, + "test_loss": 1.1589244910011343, + "train_loss": 0.0168549731579535, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1386 + }, + { + "test_rec": 0.7904488448361888, + "test_prec": 0.7886545878356235, + "test_acc": 0.7666481016243087, + "test_loss": 0.9945644351257474, + "train_loss": 0.44965628585047945, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1387 + }, + { + "test_rec": 0.4999283200828464, + "test_prec": 0.8269661992801097, + "test_acc": 0.7659019028191365, + "test_loss": 1.0525016786835268, + "train_loss": 0.4355653746877852, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1388 + }, + { + "test_rec": 0.8997273007601592, + "test_prec": 0.7729987125490746, + "test_acc": 0.726928750726479, + "test_loss": 1.1139131754316989, + "train_loss": 0.34880635370574814, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1389 + }, + { + "test_rec": 0.6441162929590882, + "test_prec": 0.784156009721706, + "test_acc": 0.7797688147862766, + "test_loss": 0.8237525715094678, + "train_loss": 0.3572095484600022, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1390 + }, + { + "test_rec": 0.9508645175348722, + "test_prec": 0.8034429705816062, + "test_acc": 0.7317578302024841, + "test_loss": 1.1172363859894763, + "train_loss": 0.15062438624130858, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1391 + }, + { + "test_rec": 0.9708259127747012, + "test_prec": 0.7478488085028898, + "test_acc": 0.7940489900699916, + "test_loss": 0.6850611300345417, + "train_loss": 0.35681329805075584, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1392 + }, + { + "test_rec": 0.8728197588055431, + "test_prec": 0.6457390227212464, + "test_acc": 0.7629068227217245, + "test_loss": 0.967042812787873, + "train_loss": 0.46002560624450617, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1393 + }, + { + "test_rec": 0.7533102032237231, + "test_prec": 0.7564577523954608, + "test_acc": 0.7339617153130609, + "test_loss": 0.5283267676913053, + "train_loss": 0.03663559300067944, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1394 + }, + { + "test_rec": 0.7444731714532198, + "test_prec": 0.7780974690865542, + "test_acc": 0.7881610778245357, + "test_loss": 0.5654759607696598, + "train_loss": 0.17080647636478435, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1395 + }, + { + "test_rec": 0.9731334405261514, + "test_prec": 0.8795832339409095, + "test_acc": 0.7684883444396439, + "test_loss": 0.6578695792576761, + "train_loss": 0.2655092561172766, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1396 + }, + { + "test_rec": 0.7515821519284831, + "test_prec": 0.8296144043144481, + "test_acc": 0.7608207971696117, + "test_loss": 1.0516000147749776, + "train_loss": 0.13179670682479822, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1397 + }, + { + "test_rec": 0.6925581991915352, + "test_prec": 0.8515425971010281, + "test_acc": 0.788220171645239, + "test_loss": 0.7684051595659216, + "train_loss": 0.1819245447022302, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1398 + }, + { + "test_rec": 0.7068422301459916, + "test_prec": 0.7591224512796908, + "test_acc": 0.7366100095756513, + "test_loss": 1.0596549973367706, + "train_loss": 0.23119525685301925, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1399 + }, + { + "test_rec": 0.5704953615990074, + "test_prec": 0.8738225607016408, + "test_acc": 0.7584380349109405, + "test_loss": 1.0660113590385945, + "train_loss": 0.23190360117438122, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1400 + }, + { + "test_rec": 0.6303046479419662, + "test_prec": 0.7932918791355695, + "test_acc": 0.7489139827264233, + "test_loss": 0.9138034511200581, + "train_loss": 0.4168132440396604, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1401 + }, + { + "test_rec": 0.9757251523801473, + "test_prec": 0.7335003763264899, + "test_acc": 0.8004684176396704, + "test_loss": 0.9614429049455744, + "train_loss": 0.17380335523436027, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1402 + }, + { + "test_rec": 0.8668872178368467, + "test_prec": 0.6331194531652012, + "test_acc": 0.7616866553887062, + "test_loss": 0.7281294049189042, + "train_loss": 0.17876261287275347, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1403 + }, + { + "test_rec": 0.939775728403899, + "test_prec": 0.8279627888399851, + "test_acc": 0.73260926470697, + "test_loss": 0.47404488202007444, + "train_loss": 0.09309491123008025, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1404 + }, + { + "test_rec": 0.675675808910063, + "test_prec": 0.7305601187292458, + "test_acc": 0.708624560013096, + "test_loss": 0.5946453922434125, + "train_loss": 0.26069677909582356, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1405 + }, + { + "test_rec": 0.5101701119969013, + "test_prec": 0.7821568793821346, + "test_acc": 0.7767019579975567, + "test_loss": 0.5231359697904575, + "train_loss": 0.35172371830426935, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1406 + }, + { + "test_rec": 0.6661024654814937, + "test_prec": 0.6968420534984365, + "test_acc": 0.7370412669083157, + "test_loss": 0.6918864752318359, + "train_loss": 0.40865980933309826, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1407 + }, + { + "test_rec": 0.4598328423175721, + "test_prec": 0.7849591346239824, + "test_acc": 0.708475535702512, + "test_loss": 0.8728798147293286, + "train_loss": 0.030710822763947425, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1408 + }, + { + "test_rec": 0.8893104935927558, + "test_prec": 0.8471633290299287, + "test_acc": 0.7590065527231025, + "test_loss": 1.1091689939605531, + "train_loss": 0.28562234792726404, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1409 + }, + { + "test_rec": 0.8598333235148636, + "test_prec": 0.8196032811243013, + "test_acc": 0.7090124952731696, + "test_loss": 1.1288877829568096, + "train_loss": 0.02102608360299911, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1410 + }, + { + "test_rec": 0.8883216935294657, + "test_prec": 0.8795453087212501, + "test_acc": 0.730585649860157, + "test_loss": 0.92391466751704, + "train_loss": 0.10602093505367365, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1411 + }, + { + "test_rec": 0.8715398992272603, + "test_prec": 0.6787605134580693, + "test_acc": 0.8012041452530594, + "test_loss": 1.1271242763190328, + "train_loss": 0.3157856885559058, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1412 + }, + { + "test_rec": 0.7172235465482689, + "test_prec": 0.7689633334981425, + "test_acc": 0.7011160944493736, + "test_loss": 0.5966370620498463, + "train_loss": 0.3908164238349702, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1413 + }, + { + "test_rec": 0.9454464187739151, + "test_prec": 0.7984550856648771, + "test_acc": 0.693443353986586, + "test_loss": 0.481245673139133, + "train_loss": 0.3403272250023561, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1414 + }, + { + "test_rec": 0.8297025569459235, + "test_prec": 0.8242169633998044, + "test_acc": 0.7675995453452483, + "test_loss": 0.5819505795435673, + "train_loss": 0.42501382417119665, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1415 + }, + { + "test_rec": 0.4958758699264435, + "test_prec": 0.8468130465401119, + "test_acc": 0.6949098682454056, + "test_loss": 0.9749449465308127, + "train_loss": 0.36797209490177457, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1416 + }, + { + "test_rec": 0.8842280853616502, + "test_prec": 0.6800217084287561, + "test_acc": 0.7560576149926612, + "test_loss": 0.9194242954444684, + "train_loss": 0.1294916091395452, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1417 + }, + { + "test_rec": 0.5061202134019274, + "test_prec": 0.7879939006625201, + "test_acc": 0.7412918856631707, + "test_loss": 1.0913420793354844, + "train_loss": 0.2768307293665012, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1418 + }, + { + "test_rec": 0.6176780496070656, + "test_prec": 0.6550560395013805, + "test_acc": 0.7794808598304985, + "test_loss": 1.1072847263788494, + "train_loss": 0.21444511004027464, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1419 + }, + { + "test_rec": 0.861285188868883, + "test_prec": 0.7666305311492838, + "test_acc": 0.6969923290230955, + "test_loss": 1.0031794854771745, + "train_loss": 0.21731898933007482, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1420 + }, + { + "test_rec": 0.9440513527163132, + "test_prec": 0.668218990234294, + "test_acc": 0.8006400120947287, + "test_loss": 0.7845756740759591, + "train_loss": 0.41212932527705554, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1421 + }, + { + "test_rec": 0.7573381926886593, + "test_prec": 0.7509273634390101, + "test_acc": 0.7903071048715206, + "test_loss": 0.5737399823711353, + "train_loss": 0.3765407309248426, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1422 + }, + { + "test_rec": 0.942761844924124, + "test_prec": 0.7516920103840318, + "test_acc": 0.7974196558376627, + "test_loss": 0.8614327361800478, + "train_loss": 0.1747291103201867, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1423 + }, + { + "test_rec": 0.7941208471995885, + "test_prec": 0.8180264367192034, + "test_acc": 0.7622790015852647, + "test_loss": 0.8552140048444605, + "train_loss": 0.05824754230607833, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1424 + }, + { + "test_rec": 0.671947532419895, + "test_prec": 0.8031507822427337, + "test_acc": 0.7927949105328973, + "test_loss": 1.1023115194413284, + "train_loss": 0.39417272265279757, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1425 + }, + { + "test_rec": 0.6748207883998295, + "test_prec": 0.8558268326426169, + "test_acc": 0.7791655123499452, + "test_loss": 0.8558649996021497, + "train_loss": 0.1242597366804509, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1426 + }, + { + "test_rec": 0.6000075723977636, + "test_prec": 0.7011913509123932, + "test_acc": 0.7980416763453339, + "test_loss": 0.6448190310736528, + "train_loss": 0.09742527890668663, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1427 + }, + { + "test_rec": 0.5153147548962772, + "test_prec": 0.7794284416761736, + "test_acc": 0.7352996814473142, + "test_loss": 0.8205564459963733, + "train_loss": 0.3366252047355452, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1428 + }, + { + "test_rec": 0.7814467240722742, + "test_prec": 0.7001427297447603, + "test_acc": 0.7595632754782736, + "test_loss": 1.073061859865789, + "train_loss": 0.16384066354684915, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1429 + }, + { + "test_rec": 0.4429294127197443, + "test_prec": 0.6986969202322179, + "test_acc": 0.790224016725839, + "test_loss": 0.832397001606409, + "train_loss": 0.33991590296319973, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1430 + }, + { + "test_rec": 0.703020582820387, + "test_prec": 0.8315523240272928, + "test_acc": 0.73258743774743, + "test_loss": 1.1753085530385388, + "train_loss": 0.3474317777311842, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1431 + }, + { + "test_rec": 0.47264709028844665, + "test_prec": 0.8382035223431723, + "test_acc": 0.7312763395403685, + "test_loss": 0.986581442529459, + "train_loss": 0.39892430705516785, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1432 + }, + { + "test_rec": 0.5556766779860025, + "test_prec": 0.7854594980704448, + "test_acc": 0.7583955182909871, + "test_loss": 0.9068733959738133, + "train_loss": 0.06026512859193846, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1433 + }, + { + "test_rec": 0.5058035534033114, + "test_prec": 0.8571284251188271, + "test_acc": 0.7249304397767854, + "test_loss": 0.9344709700217259, + "train_loss": 0.23235015459664046, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1434 + }, + { + "test_rec": 0.7905137209552087, + "test_prec": 0.712590012298187, + "test_acc": 0.7419634659622129, + "test_loss": 1.1151339823146345, + "train_loss": 0.23692987542535432, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1435 + }, + { + "test_rec": 0.44497332835524517, + "test_prec": 0.6751948193509272, + "test_acc": 0.7655952566208504, + "test_loss": 0.7311443255756247, + "train_loss": 0.10518469272895102, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1436 + }, + { + "test_rec": 0.748929308975727, + "test_prec": 0.7013711976538253, + "test_acc": 0.7929964183234496, + "test_loss": 0.9118475755065534, + "train_loss": 0.2805153889784193, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1437 + }, + { + "test_rec": 0.8697614001074254, + "test_prec": 0.8584216434741809, + "test_acc": 0.7202407072460127, + "test_loss": 0.7841699926696979, + "train_loss": 0.37058808721034314, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1438 + }, + { + "test_rec": 0.8175237836976601, + "test_prec": 0.7817789133591656, + "test_acc": 0.69947729592672, + "test_loss": 1.1082894348273793, + "train_loss": 0.279183554279876, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1439 + }, + { + "test_rec": 0.578996302050519, + "test_prec": 0.6786159243500047, + "test_acc": 0.748106633914297, + "test_loss": 0.8724877875055104, + "train_loss": 0.31371589476307377, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1440 + }, + { + "test_rec": 0.7267044474802692, + "test_prec": 0.8528144171539893, + "test_acc": 0.7250169259518073, + "test_loss": 0.512026247572742, + "train_loss": 0.0504499939672822, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1441 + }, + { + "test_rec": 0.6010264535799006, + "test_prec": 0.6711899313741816, + "test_acc": 0.7314175619013868, + "test_loss": 1.0155820012789243, + "train_loss": 0.45244572564696933, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1442 + }, + { + "test_rec": 0.6128371847348907, + "test_prec": 0.7474668360689727, + "test_acc": 0.7264819431369477, + "test_loss": 0.6468188510719205, + "train_loss": 0.03487977084085783, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1443 + }, + { + "test_rec": 0.9477907067657771, + "test_prec": 0.8268984777355731, + "test_acc": 0.7933535592173857, + "test_loss": 0.5172811602531152, + "train_loss": 0.12335703744378611, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1444 + }, + { + "test_rec": 0.7454524712736847, + "test_prec": 0.8365456495025856, + "test_acc": 0.7803125775715485, + "test_loss": 0.6910091123474862, + "train_loss": 0.29079248558854714, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1445 + }, + { + "test_rec": 0.5326408239129493, + "test_prec": 0.6797026720552328, + "test_acc": 0.7932474379089232, + "test_loss": 0.7826341084031313, + "train_loss": 0.42393541789718475, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1446 + }, + { + "test_rec": 0.7004073101507672, + "test_prec": 0.7897347344366199, + "test_acc": 0.7745957659392151, + "test_loss": 0.4631105380582065, + "train_loss": 0.4369897238828799, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1447 + }, + { + "test_rec": 0.8766190575516479, + "test_prec": 0.6493484813107882, + "test_acc": 0.7444253850828032, + "test_loss": 1.0758898378216246, + "train_loss": 0.2755403317377065, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1448 + }, + { + "test_rec": 0.9541428216523173, + "test_prec": 0.7985646263025113, + "test_acc": 0.7494846654884025, + "test_loss": 0.7625513069526393, + "train_loss": 0.4100736711920966, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1449 + }, + { + "test_rec": 0.5312455540006487, + "test_prec": 0.8158553582842876, + "test_acc": 0.774655260378702, + "test_loss": 0.5867064530136654, + "train_loss": 0.06047969316959272, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1450 + }, + { + "test_rec": 0.9107776108259491, + "test_prec": 0.8682460067776342, + "test_acc": 0.7836477748673302, + "test_loss": 0.931247601890249, + "train_loss": 0.2220963979620143, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1451 + }, + { + "test_rec": 0.6453800308380996, + "test_prec": 0.780481220599023, + "test_acc": 0.728485653426112, + "test_loss": 0.8421311154639973, + "train_loss": 0.40143250566941063, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1452 + }, + { + "test_rec": 0.5643082674124932, + "test_prec": 0.6601148795672677, + "test_acc": 0.7772632132955788, + "test_loss": 0.7425054569739886, + "train_loss": 0.21332751716115037, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1453 + }, + { + "test_rec": 0.8082151844413653, + "test_prec": 0.8046117048597587, + "test_acc": 0.7056983347594592, + "test_loss": 0.6394362297523974, + "train_loss": 0.3778221203057437, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1454 + }, + { + "test_rec": 0.6348950756686376, + "test_prec": 0.8226936448335769, + "test_acc": 0.7690863962028831, + "test_loss": 0.47950520410825526, + "train_loss": 0.35617516738150584, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1455 + }, + { + "test_rec": 0.5224195318780771, + "test_prec": 0.6510639132400668, + "test_acc": 0.7902509404059714, + "test_loss": 1.165508183523186, + "train_loss": 0.12090987976276638, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1456 + }, + { + "test_rec": 0.8545021683314704, + "test_prec": 0.7662354828489527, + "test_acc": 0.7748734137760092, + "test_loss": 0.6788105760514214, + "train_loss": 0.23414797839191573, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1457 + }, + { + "test_rec": 0.5648669591743234, + "test_prec": 0.7663779823630334, + "test_acc": 0.7790993317940955, + "test_loss": 0.8891051861309099, + "train_loss": 0.40884815412760533, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1458 + }, + { + "test_rec": 0.9147279555240175, + "test_prec": 0.6586962443102445, + "test_acc": 0.7969054606387087, + "test_loss": 1.0876840625788566, + "train_loss": 0.41157469036378386, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1459 + }, + { + "test_rec": 0.6769568859134707, + "test_prec": 0.7698985787701106, + "test_acc": 0.7312844321282572, + "test_loss": 0.8507699543427639, + "train_loss": 0.2802613541849494, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1460 + }, + { + "test_rec": 0.6018291843666459, + "test_prec": 0.6726968266208504, + "test_acc": 0.7961121029519923, + "test_loss": 0.997636441743657, + "train_loss": 0.2103971553803104, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1461 + }, + { + "test_rec": 0.585451205621338, + "test_prec": 0.6234459771349891, + "test_acc": 0.7594035924134321, + "test_loss": 0.9789231730170935, + "train_loss": 0.4363317776878838, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1462 + }, + { + "test_rec": 0.532512150769871, + "test_prec": 0.713411717131625, + "test_acc": 0.8012280699423029, + "test_loss": 1.139300779207682, + "train_loss": 0.07709175073972377, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1463 + }, + { + "test_rec": 0.6318965250754314, + "test_prec": 0.8317343003395721, + "test_acc": 0.7422449821283184, + "test_loss": 1.1000001553991834, + "train_loss": 0.37294530039943635, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1464 + }, + { + "test_rec": 0.7079089301680085, + "test_prec": 0.6795663142116409, + "test_acc": 0.7040388339402358, + "test_loss": 0.7317959755850918, + "train_loss": 0.4609690973189148, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1465 + }, + { + "test_rec": 0.7282060536346925, + "test_prec": 0.7226463800480109, + "test_acc": 0.7916531047932609, + "test_loss": 0.6810567825444211, + "train_loss": 0.11175092884222403, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1466 + }, + { + "test_rec": 0.7335756172897347, + "test_prec": 0.6885032321691039, + "test_acc": 0.7157576220683707, + "test_loss": 0.6910039476583887, + "train_loss": 0.08807825931380327, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1467 + }, + { + "test_rec": 0.8900648427732382, + "test_prec": 0.8552921553307192, + "test_acc": 0.7793007558744144, + "test_loss": 0.7534362795599043, + "train_loss": 0.1808920356127104, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1468 + }, + { + "test_rec": 0.6953112134485425, + "test_prec": 0.6910293182309324, + "test_acc": 0.7434966237067767, + "test_loss": 0.50089981108455, + "train_loss": 0.09003827261218544, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1469 + }, + { + "test_rec": 0.6963240785384877, + "test_prec": 0.7190306430993751, + "test_acc": 0.753407318756165, + "test_loss": 1.162368321991575, + "train_loss": 0.4505972544761288, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1470 + }, + { + "test_rec": 0.5605041211363755, + "test_prec": 0.6642964364822044, + "test_acc": 0.7470079540496068, + "test_loss": 0.8585572642266462, + "train_loss": 0.331733722492647, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1471 + }, + { + "test_rec": 0.6910453747175951, + "test_prec": 0.8624021501567399, + "test_acc": 0.7061498387078144, + "test_loss": 0.4966669122456256, + "train_loss": 0.02126881107850839, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1472 + }, + { + "test_rec": 0.9087463137771312, + "test_prec": 0.7935111653436617, + "test_acc": 0.7191013813425536, + "test_loss": 1.0660862483749989, + "train_loss": 0.31672945255853674, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1473 + }, + { + "test_rec": 0.9806462669724705, + "test_prec": 0.6948469486346811, + "test_acc": 0.8017633663718737, + "test_loss": 0.7307356520317877, + "train_loss": 0.18096961603853595, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1474 + }, + { + "test_rec": 0.6898159514268273, + "test_prec": 0.6287202046994441, + "test_acc": 0.7795078199901245, + "test_loss": 0.9190662282222781, + "train_loss": 0.3229711065915767, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1475 + }, + { + "test_rec": 0.5778601012045705, + "test_prec": 0.6605719797830082, + "test_acc": 0.713968485893029, + "test_loss": 0.8484563976015209, + "train_loss": 0.32361035105347946, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1476 + }, + { + "test_rec": 0.790427823649869, + "test_prec": 0.6245836034207479, + "test_acc": 0.7468944381431303, + "test_loss": 0.5018296691041608, + "train_loss": 0.22711599999843285, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1477 + }, + { + "test_rec": 0.7564132701248516, + "test_prec": 0.8196020487213687, + "test_acc": 0.7038138138028244, + "test_loss": 0.9966421621544936, + "train_loss": 0.3910436323433057, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1478 + }, + { + "test_rec": 0.8109446580168864, + "test_prec": 0.7794842204603086, + "test_acc": 0.7004153097518516, + "test_loss": 0.5718521390101733, + "train_loss": 0.44261935983202505, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1479 + }, + { + "test_rec": 0.5940855148746278, + "test_prec": 0.6795687596675649, + "test_acc": 0.7302149274710914, + "test_loss": 0.9061278192448492, + "train_loss": 0.1621047765572851, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1480 + }, + { + "test_rec": 0.6643880991726088, + "test_prec": 0.8549909876937438, + "test_acc": 0.7513259074865896, + "test_loss": 1.109061773388769, + "train_loss": 0.40851695032639856, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1481 + }, + { + "test_rec": 0.9651175678612567, + "test_prec": 0.6932399217962378, + "test_acc": 0.8017523377937862, + "test_loss": 0.9016156157779154, + "train_loss": 0.01655388798080666, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1482 + }, + { + "test_rec": 0.7281289604819505, + "test_prec": 0.7044074525822454, + "test_acc": 0.7219631836642171, + "test_loss": 0.4714831458250232, + "train_loss": 0.1369108782084239, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1483 + }, + { + "test_rec": 0.7076922050474925, + "test_prec": 0.6357948013244339, + "test_acc": 0.7635276243315875, + "test_loss": 0.6233701426388951, + "train_loss": 0.30226764212075313, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1484 + }, + { + "test_rec": 0.9832002901837285, + "test_prec": 0.6349160130038465, + "test_acc": 0.7229664893271744, + "test_loss": 0.5330835522693717, + "train_loss": 0.08014998498530523, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1485 + }, + { + "test_rec": 0.868375989144404, + "test_prec": 0.7510581434896911, + "test_acc": 0.7732455949857555, + "test_loss": 0.8497734931000391, + "train_loss": 0.43752140006165696, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1486 + }, + { + "test_rec": 0.5114076113723407, + "test_prec": 0.8011613425366292, + "test_acc": 0.7784813278600725, + "test_loss": 0.5126803715439169, + "train_loss": 0.15505623002050165, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1487 + }, + { + "test_rec": 0.7993537974638527, + "test_prec": 0.7886248703498258, + "test_acc": 0.7112786490432313, + "test_loss": 0.7421269422625846, + "train_loss": 0.2098285970163871, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1488 + }, + { + "test_rec": 0.6603367793761232, + "test_prec": 0.7237001931929907, + "test_acc": 0.7243780611243776, + "test_loss": 0.6599396225989166, + "train_loss": 0.44879870459558346, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1489 + }, + { + "test_rec": 0.9366367645584979, + "test_prec": 0.8095651301551505, + "test_acc": 0.7695870216095982, + "test_loss": 0.6468902867493302, + "train_loss": 0.4409958403540323, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1490 + }, + { + "test_rec": 0.5640536789801238, + "test_prec": 0.8473851502708112, + "test_acc": 0.6995308867092285, + "test_loss": 0.4788524699548233, + "train_loss": 0.2250616901458109, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1491 + }, + { + "test_rec": 0.6984503194393152, + "test_prec": 0.8390752301273693, + "test_acc": 0.7161887206057778, + "test_loss": 0.7449951791021212, + "train_loss": 0.40962907462852005, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1492 + }, + { + "test_rec": 0.6268433470734712, + "test_prec": 0.8723647898997196, + "test_acc": 0.7737037781666244, + "test_loss": 0.8068381349819447, + "train_loss": 0.06895069027888746, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1493 + }, + { + "test_rec": 0.6162316080426778, + "test_prec": 0.7620360534202328, + "test_acc": 0.7792471771345597, + "test_loss": 1.0847882546627976, + "train_loss": 0.35189855203260717, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1494 + }, + { + "test_rec": 0.5866045927894871, + "test_prec": 0.7355334774520991, + "test_acc": 0.7819630914023454, + "test_loss": 0.9831855446422642, + "train_loss": 0.3862883562634737, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1495 + }, + { + "test_rec": 0.985396902674619, + "test_prec": 0.8762585364164969, + "test_acc": 0.7694609372759357, + "test_loss": 0.7109841997377859, + "train_loss": 0.4078573526194554, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1496 + }, + { + "test_rec": 0.787912050680771, + "test_prec": 0.8441232891135417, + "test_acc": 0.7932639289907097, + "test_loss": 0.5579280094872514, + "train_loss": 0.2963295371353461, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1497 + }, + { + "test_rec": 0.5314774595105183, + "test_prec": 0.7171350266625921, + "test_acc": 0.7212868484373295, + "test_loss": 1.0452903699573222, + "train_loss": 0.1307034573220139, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1498 + }, + { + "test_rec": 0.9037901317582845, + "test_prec": 0.8209400792804291, + "test_acc": 0.716636655880478, + "test_loss": 1.00830807690875, + "train_loss": 0.05378697722654592, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1499 + }, + { + "test_rec": 0.6974393924540567, + "test_prec": 0.7941262442508497, + "test_acc": 0.7020177034892416, + "test_loss": 1.0401390263331858, + "train_loss": 0.41895627076436526, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1500 + }, + { + "test_rec": 0.6140775606117377, + "test_prec": 0.8436703049643871, + "test_acc": 0.8016652828444465, + "test_loss": 1.1196006018545908, + "train_loss": 0.12131254340042087, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1501 + }, + { + "test_rec": 0.8831874160483385, + "test_prec": 0.652237139068573, + "test_acc": 0.720859893454252, + "test_loss": 0.4595262423806063, + "train_loss": 0.21273459285211177, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1502 + }, + { + "test_rec": 0.6740576658766797, + "test_prec": 0.864665001945764, + "test_acc": 0.7398812545082307, + "test_loss": 0.6282965063170829, + "train_loss": 0.12306869023863405, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1503 + }, + { + "test_rec": 0.4912554779291035, + "test_prec": 0.8477854716440507, + "test_acc": 0.7562682888664283, + "test_loss": 0.6342801561304374, + "train_loss": 0.06252935406576968, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1504 + }, + { + "test_rec": 0.7927773427486384, + "test_prec": 0.6864299372622563, + "test_acc": 0.6999749854195378, + "test_loss": 0.9776914322233126, + "train_loss": 0.16727914963407892, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1505 + }, + { + "test_rec": 0.8895198927733601, + "test_prec": 0.851978836738776, + "test_acc": 0.7532483251948976, + "test_loss": 0.8178234467044194, + "train_loss": 0.35312540497432154, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1506 + }, + { + "test_rec": 0.5437101565310815, + "test_prec": 0.858615824143278, + "test_acc": 0.7057242299036641, + "test_loss": 0.5383458689338024, + "train_loss": 0.12023287634808758, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1507 + }, + { + "test_rec": 0.5875489201467883, + "test_prec": 0.7653699955587945, + "test_acc": 0.7366808343052322, + "test_loss": 1.0816762843302044, + "train_loss": 0.22281210741137633, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1508 + }, + { + "test_rec": 0.6604083115984318, + "test_prec": 0.8466749034002314, + "test_acc": 0.8013112159770782, + "test_loss": 0.608019130201453, + "train_loss": 0.0825788989205375, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1509 + }, + { + "test_rec": 0.9646128452888265, + "test_prec": 0.7500898626149552, + "test_acc": 0.7379551636256728, + "test_loss": 0.8598962186600574, + "train_loss": 0.3606838427765318, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1510 + }, + { + "test_rec": 0.7856538018435884, + "test_prec": 0.7391567930735604, + "test_acc": 0.7717658093498793, + "test_loss": 0.49726101618419855, + "train_loss": 0.1993834716792271, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1511 + }, + { + "test_rec": 0.6479009611479373, + "test_prec": 0.7238109609597833, + "test_acc": 0.7976216138025025, + "test_loss": 0.7531135728437998, + "train_loss": 0.28123781167970013, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1512 + }, + { + "test_rec": 0.5027749125607603, + "test_prec": 0.8125260214437138, + "test_acc": 0.751222749212402, + "test_loss": 0.680412079900362, + "train_loss": 0.17115802183485399, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1513 + }, + { + "test_rec": 0.5278829726512774, + "test_prec": 0.6604560294348726, + "test_acc": 0.7953130406954645, + "test_loss": 0.8595717931970588, + "train_loss": 0.31491632046760437, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1514 + }, + { + "test_rec": 0.6609948820966687, + "test_prec": 0.6418713269582996, + "test_acc": 0.7123074728929719, + "test_loss": 0.6054850000229012, + "train_loss": 0.039632975754149966, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1515 + }, + { + "test_rec": 0.7512069232828056, + "test_prec": 0.843603808251513, + "test_acc": 0.7356369917187778, + "test_loss": 0.7250139929274511, + "train_loss": 0.4124648966501189, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1516 + }, + { + "test_rec": 0.8999001652589025, + "test_prec": 0.6913508599895083, + "test_acc": 0.6960005810017399, + "test_loss": 0.45370545663483663, + "train_loss": 0.07590103629734536, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1517 + }, + { + "test_rec": 0.8110437859530252, + "test_prec": 0.824916022386118, + "test_acc": 0.7715190411488466, + "test_loss": 0.8760791927429645, + "train_loss": 0.1462092669326417, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1518 + }, + { + "test_rec": 0.7079396195237371, + "test_prec": 0.7651643556217819, + "test_acc": 0.7507808969819918, + "test_loss": 0.4502029392307591, + "train_loss": 0.19154929725817643, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1519 + }, + { + "test_rec": 0.9372890346602006, + "test_prec": 0.8047934244704685, + "test_acc": 0.7642951838674127, + "test_loss": 0.9448133352363441, + "train_loss": 0.4249847874951352, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1520 + }, + { + "test_rec": 0.5047071070176976, + "test_prec": 0.8582478180275569, + "test_acc": 0.7238788804955685, + "test_loss": 0.7136411715665044, + "train_loss": 0.11970309946354647, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1521 + }, + { + "test_rec": 0.8459399065362169, + "test_prec": 0.7030321716611719, + "test_acc": 0.7783559122369398, + "test_loss": 0.9154073399959037, + "train_loss": 0.17202524061833058, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1522 + }, + { + "test_rec": 0.6416381273540163, + "test_prec": 0.8735837433543209, + "test_acc": 0.7673804164852642, + "test_loss": 0.5670091348147813, + "train_loss": 0.26095096883869573, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1523 + }, + { + "test_rec": 0.7839038976900594, + "test_prec": 0.8413614880686309, + "test_acc": 0.7487333840264216, + "test_loss": 0.9916531025075417, + "train_loss": 0.3832426527220009, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1524 + }, + { + "test_rec": 0.9128551300756848, + "test_prec": 0.6390312914931043, + "test_acc": 0.7624717321198088, + "test_loss": 0.5476417286697416, + "train_loss": 0.2924894636965959, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1525 + }, + { + "test_rec": 0.5200698931489348, + "test_prec": 0.7554015253895521, + "test_acc": 0.6924726146698931, + "test_loss": 0.8380006474502902, + "train_loss": 0.28204714473333614, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1526 + }, + { + "test_rec": 0.726722019337076, + "test_prec": 0.6500245560821333, + "test_acc": 0.7651947400332644, + "test_loss": 0.9769090226820791, + "train_loss": 0.22716871868967856, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1527 + }, + { + "test_rec": 0.45806299120529936, + "test_prec": 0.6561214025416449, + "test_acc": 0.7545156855756446, + "test_loss": 0.785907046536152, + "train_loss": 0.15318637460217785, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1528 + }, + { + "test_rec": 0.47475262170057886, + "test_prec": 0.6228041915015393, + "test_acc": 0.7124585071091464, + "test_loss": 0.8683115264507979, + "train_loss": 0.18608579120329277, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1529 + }, + { + "test_rec": 0.7838303568268812, + "test_prec": 0.6415217329171282, + "test_acc": 0.780911185646675, + "test_loss": 0.7958548693158412, + "train_loss": 0.2123093697958047, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1530 + }, + { + "test_rec": 0.6049776584077935, + "test_prec": 0.8502957906255029, + "test_acc": 0.7434488868175266, + "test_loss": 0.8692241583499156, + "train_loss": 0.061176224590109074, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1531 + }, + { + "test_rec": 0.6673969445979551, + "test_prec": 0.754504992654709, + "test_acc": 0.7379768578871647, + "test_loss": 0.8220227755434806, + "train_loss": 0.06708280364101261, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1532 + }, + { + "test_rec": 0.5018285315859666, + "test_prec": 0.8228857914088696, + "test_acc": 0.7976017506241376, + "test_loss": 1.1503367864087866, + "train_loss": 0.06362905896128002, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1533 + }, + { + "test_rec": 0.7993825139485582, + "test_prec": 0.6365456714046026, + "test_acc": 0.70431988951658, + "test_loss": 0.9542059691704201, + "train_loss": 0.1751031881452462, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1534 + }, + { + "test_rec": 0.9785309187113049, + "test_prec": 0.7532378194272621, + "test_acc": 0.7137484226505265, + "test_loss": 0.8299911714698234, + "train_loss": 0.0618179568458053, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1535 + }, + { + "test_rec": 0.4742724855970025, + "test_prec": 0.688000679761516, + "test_acc": 0.7204288092284279, + "test_loss": 0.9228017021055481, + "train_loss": 0.053964598087971334, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1536 + }, + { + "test_rec": 0.9171909967922552, + "test_prec": 0.7200632639385357, + "test_acc": 0.7411278945045597, + "test_loss": 0.7110168522460147, + "train_loss": 0.4307564082281823, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1537 + }, + { + "test_rec": 0.661883403393289, + "test_prec": 0.8554904645956526, + "test_acc": 0.7730551709987485, + "test_loss": 0.6005233429111593, + "train_loss": 0.392283531047632, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1538 + }, + { + "test_rec": 0.6266868724455654, + "test_prec": 0.6985026960384446, + "test_acc": 0.7072880292131768, + "test_loss": 0.9136230745963421, + "train_loss": 0.45325034082384574, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1539 + }, + { + "test_rec": 0.6709511198611802, + "test_prec": 0.6940826826236728, + "test_acc": 0.7811799821157719, + "test_loss": 0.6429458464692349, + "train_loss": 0.4403427003077301, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1540 + }, + { + "test_rec": 0.7617842547482505, + "test_prec": 0.7942789463139447, + "test_acc": 0.7664985071743089, + "test_loss": 0.6500337534522952, + "train_loss": 0.05678450831407182, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1541 + }, + { + "test_rec": 0.51564495449328, + "test_prec": 0.8709193336282557, + "test_acc": 0.7664784167023743, + "test_loss": 0.7808170321180913, + "train_loss": 0.4295789322561803, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1542 + }, + { + "test_rec": 0.6084966184121254, + "test_prec": 0.8496168155462309, + "test_acc": 0.7417797830213434, + "test_loss": 0.6418645930653472, + "train_loss": 0.2371893837386539, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1543 + }, + { + "test_rec": 0.8254500754526128, + "test_prec": 0.7403533239066747, + "test_acc": 0.7861939846594732, + "test_loss": 1.1319085359418446, + "train_loss": 0.01376819576315059, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1544 + }, + { + "test_rec": 0.909730307337518, + "test_prec": 0.7777266056894918, + "test_acc": 0.7084335852395595, + "test_loss": 0.6275820391340717, + "train_loss": 0.3497817059945248, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1545 + }, + { + "test_rec": 0.5042763944646862, + "test_prec": 0.6816149763402758, + "test_acc": 0.7087856255428321, + "test_loss": 0.5546734595082359, + "train_loss": 0.22607221628406518, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1546 + }, + { + "test_rec": 0.6630445140064972, + "test_prec": 0.8032466458715527, + "test_acc": 0.7849478269962784, + "test_loss": 0.721421896891784, + "train_loss": 0.16842313781922777, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1547 + }, + { + "test_rec": 0.7645138926945351, + "test_prec": 0.6637835294023673, + "test_acc": 0.7193559470900852, + "test_loss": 0.9837174786053242, + "train_loss": 0.4388602031198027, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1548 + }, + { + "test_rec": 0.8212059052560552, + "test_prec": 0.8687663103164514, + "test_acc": 0.7459385693197392, + "test_loss": 0.6739805209960894, + "train_loss": 0.23085316095078812, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1549 + }, + { + "test_rec": 0.7803920646181967, + "test_prec": 0.690633284921551, + "test_acc": 0.7171207979829567, + "test_loss": 0.866649842063707, + "train_loss": 0.36024308340225264, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1550 + }, + { + "test_rec": 0.6192267529053748, + "test_prec": 0.7468491901690419, + "test_acc": 0.7860896815614035, + "test_loss": 0.4924023427062165, + "train_loss": 0.41162240277798595, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1551 + }, + { + "test_rec": 0.7803245916978114, + "test_prec": 0.8151046934913269, + "test_acc": 0.7530148490527132, + "test_loss": 0.8025548034644607, + "train_loss": 0.044528585938066856, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1552 + }, + { + "test_rec": 0.6459991832273723, + "test_prec": 0.731886291550133, + "test_acc": 0.7809028524933394, + "test_loss": 0.6339254225189604, + "train_loss": 0.030834467291029642, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1553 + }, + { + "test_rec": 0.7641350097635149, + "test_prec": 0.6763546871784777, + "test_acc": 0.725308333333792, + "test_loss": 0.5210749327754918, + "train_loss": 0.22053938126285486, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1554 + }, + { + "test_rec": 0.5839602781878729, + "test_prec": 0.7026361960731504, + "test_acc": 0.7985059028408767, + "test_loss": 1.1460391265726808, + "train_loss": 0.4434600635235986, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1555 + }, + { + "test_rec": 0.5589929451064546, + "test_prec": 0.7612121816007923, + "test_acc": 0.789075705549866, + "test_loss": 0.8130116238361731, + "train_loss": 0.2766940235385802, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1556 + }, + { + "test_rec": 0.6857717195421331, + "test_prec": 0.7194794308312004, + "test_acc": 0.75636126205177, + "test_loss": 1.1727234296025353, + "train_loss": 0.4071101072374952, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1557 + }, + { + "test_rec": 0.9795362486825983, + "test_prec": 0.8639345374272, + "test_acc": 0.7467861850361988, + "test_loss": 0.9664231404541479, + "train_loss": 0.03549435775113921, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1558 + }, + { + "test_rec": 0.6930894825670086, + "test_prec": 0.6377568884837724, + "test_acc": 0.6959651211585763, + "test_loss": 1.1001100394508725, + "train_loss": 0.239795053956701, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1559 + }, + { + "test_rec": 0.9835771013104828, + "test_prec": 0.8015341114774441, + "test_acc": 0.7101234471374634, + "test_loss": 0.6711046835981194, + "train_loss": 0.046489890609678605, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1560 + }, + { + "test_rec": 0.5190034189375526, + "test_prec": 0.7942796833489083, + "test_acc": 0.7462468659546968, + "test_loss": 0.8863659296645592, + "train_loss": 0.19852960567830996, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1561 + }, + { + "test_rec": 0.7344740403450274, + "test_prec": 0.8265935833850733, + "test_acc": 0.7958323124991841, + "test_loss": 0.980139173743964, + "train_loss": 0.20864934320904935, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1562 + }, + { + "test_rec": 0.7662077699235639, + "test_prec": 0.8572337940663761, + "test_acc": 0.7200739733108457, + "test_loss": 0.7888400701597271, + "train_loss": 0.3868477503930114, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1563 + }, + { + "test_rec": 0.8191225768478828, + "test_prec": 0.6335453613332084, + "test_acc": 0.7020482419917767, + "test_loss": 0.7635087479993168, + "train_loss": 0.09562132037998021, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1564 + }, + { + "test_rec": 0.48793981967119004, + "test_prec": 0.8135502495133448, + "test_acc": 0.7218452367954529, + "test_loss": 0.84190426309095, + "train_loss": 0.22842064693869002, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1565 + }, + { + "test_rec": 0.6181106394994651, + "test_prec": 0.8507471691472742, + "test_acc": 0.7127982821141061, + "test_loss": 1.1028121172096694, + "train_loss": 0.041860629837016695, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1566 + }, + { + "test_rec": 0.608124169203959, + "test_prec": 0.7012872969658895, + "test_acc": 0.7246519008669084, + "test_loss": 0.8656780247769871, + "train_loss": 0.4376387691750393, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1567 + }, + { + "test_rec": 0.9285291185393723, + "test_prec": 0.6985699820428619, + "test_acc": 0.707100346879109, + "test_loss": 0.6384849198525899, + "train_loss": 0.4050182337611574, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1568 + }, + { + "test_rec": 0.5701526000923813, + "test_prec": 0.8457148333575808, + "test_acc": 0.6923011521282648, + "test_loss": 0.5057956832507736, + "train_loss": 0.10190686196726648, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1569 + }, + { + "test_rec": 0.6213421145124131, + "test_prec": 0.6670798977619492, + "test_acc": 0.7236418292709147, + "test_loss": 0.9249884201931267, + "train_loss": 0.2540423307964115, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1570 + }, + { + "test_rec": 0.7385369701433042, + "test_prec": 0.6545140559557064, + "test_acc": 0.7679269025228385, + "test_loss": 0.9390933749283634, + "train_loss": 0.23989797128179502, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1571 + }, + { + "test_rec": 0.4977498962698107, + "test_prec": 0.7426424054501426, + "test_acc": 0.6986477700453423, + "test_loss": 0.5428824029645938, + "train_loss": 0.1905698318279214, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1572 + }, + { + "test_rec": 0.5973449630484448, + "test_prec": 0.7667842091172572, + "test_acc": 0.7403541324976304, + "test_loss": 0.7901956705087126, + "train_loss": 0.1445555766426944, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1573 + }, + { + "test_rec": 0.7419880433371704, + "test_prec": 0.805840603058896, + "test_acc": 0.7360110039200984, + "test_loss": 1.1527843345275652, + "train_loss": 0.3418946329460986, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1574 + }, + { + "test_rec": 0.5947977355827431, + "test_prec": 0.6899254626609127, + "test_acc": 0.696243203668215, + "test_loss": 0.9196380991855098, + "train_loss": 0.19481648990408756, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1575 + }, + { + "test_rec": 0.709444097913313, + "test_prec": 0.708118858825177, + "test_acc": 0.7162192540860399, + "test_loss": 0.6483917668767648, + "train_loss": 0.4430185000568904, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1576 + }, + { + "test_rec": 0.49187057836741516, + "test_prec": 0.6536670030539575, + "test_acc": 0.7420417474849772, + "test_loss": 0.7538491132402088, + "train_loss": 0.43082233188774965, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1577 + }, + { + "test_rec": 0.9350209505352682, + "test_prec": 0.8604040857520758, + "test_acc": 0.7691189892019631, + "test_loss": 0.4755989120806224, + "train_loss": 0.29708780350362946, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1578 + }, + { + "test_rec": 0.6107155904825379, + "test_prec": 0.7692316634543985, + "test_acc": 0.7008678355769596, + "test_loss": 0.8727089026664618, + "train_loss": 0.41027372235768345, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1579 + }, + { + "test_rec": 0.9806708696332223, + "test_prec": 0.8507297202177799, + "test_acc": 0.7837577383648322, + "test_loss": 0.8421536093957911, + "train_loss": 0.1445565392004549, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1580 + }, + { + "test_rec": 0.8097840891715978, + "test_prec": 0.7781276963058573, + "test_acc": 0.7942562865991342, + "test_loss": 1.1306281120751709, + "train_loss": 0.17874373557972803, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1581 + }, + { + "test_rec": 0.844090355829795, + "test_prec": 0.7181856591637766, + "test_acc": 0.7811332100062791, + "test_loss": 0.69164433564593, + "train_loss": 0.3857983702023365, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1582 + }, + { + "test_rec": 0.539883622202805, + "test_prec": 0.6416768737912791, + "test_acc": 0.7478697437722887, + "test_loss": 1.0504117023049897, + "train_loss": 0.0859982753503419, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1583 + }, + { + "test_rec": 0.5281827321636733, + "test_prec": 0.8027076006850742, + "test_acc": 0.7211030649406246, + "test_loss": 0.48529522052853924, + "train_loss": 0.11905632107128136, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1584 + }, + { + "test_rec": 0.8342604213210005, + "test_prec": 0.8454482991619816, + "test_acc": 0.7821694489266875, + "test_loss": 0.9081032957983726, + "train_loss": 0.2708406809698863, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1585 + }, + { + "test_rec": 0.9668427755664837, + "test_prec": 0.8412504435290324, + "test_acc": 0.6922677570724801, + "test_loss": 0.8218968474850207, + "train_loss": 0.4664930825898812, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1586 + }, + { + "test_rec": 0.4692977169999168, + "test_prec": 0.7548618627343469, + "test_acc": 0.7702015152015289, + "test_loss": 0.9021753049915232, + "train_loss": 0.019369829094455445, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1587 + }, + { + "test_rec": 0.8740667055615179, + "test_prec": 0.6698167377941581, + "test_acc": 0.7834290524151217, + "test_loss": 0.6067521193325203, + "train_loss": 0.3299876575534237, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1588 + }, + { + "test_rec": 0.6401881891100328, + "test_prec": 0.7128624537233521, + "test_acc": 0.7055838986775498, + "test_loss": 0.968053904446706, + "train_loss": 0.05256556162270134, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1589 + }, + { + "test_rec": 0.44557021913368045, + "test_prec": 0.7791545004971977, + "test_acc": 0.771937520687513, + "test_loss": 0.5962068084058791, + "train_loss": 0.31594939743893125, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1590 + }, + { + "test_rec": 0.4773292433067044, + "test_prec": 0.8647678434698117, + "test_acc": 0.7115124755027833, + "test_loss": 1.0876583875793098, + "train_loss": 0.2960170861963119, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1591 + }, + { + "test_rec": 0.5460221883885943, + "test_prec": 0.7925017979240432, + "test_acc": 0.7095157017396626, + "test_loss": 0.7755825917182756, + "train_loss": 0.41348829923957703, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1592 + }, + { + "test_rec": 0.8089828191920521, + "test_prec": 0.66128007926688, + "test_acc": 0.7477875944622083, + "test_loss": 1.1747998093516088, + "train_loss": 0.12016954182204043, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1593 + }, + { + "test_rec": 0.5428604500638707, + "test_prec": 0.7661021029585335, + "test_acc": 0.7124661824354018, + "test_loss": 0.7380593971221687, + "train_loss": 0.3115582068796368, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1594 + }, + { + "test_rec": 0.6189679752219849, + "test_prec": 0.8018765268762498, + "test_acc": 0.7025892630801537, + "test_loss": 0.7286923535036005, + "train_loss": 0.2179276346146213, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1595 + }, + { + "test_rec": 0.957467992709597, + "test_prec": 0.7782283301953175, + "test_acc": 0.7274257231543314, + "test_loss": 0.5783536329566198, + "train_loss": 0.340919184470655, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1596 + }, + { + "test_rec": 0.7828286152249274, + "test_prec": 0.8241404606733788, + "test_acc": 0.7421097757158182, + "test_loss": 1.0203054061541723, + "train_loss": 0.23712053637415337, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1597 + }, + { + "test_rec": 0.8726184806122586, + "test_prec": 0.6488744504193316, + "test_acc": 0.7407507487045679, + "test_loss": 1.0697426324086297, + "train_loss": 0.09129310359793602, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1598 + }, + { + "test_rec": 0.9137103786369367, + "test_prec": 0.7016202518319442, + "test_acc": 0.7837353747369395, + "test_loss": 0.6716175045928773, + "train_loss": 0.0782355022372476, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1599 + }, + { + "test_rec": 0.9145515720231643, + "test_prec": 0.8733809641214583, + "test_acc": 0.7789702807808034, + "test_loss": 0.6927562620093843, + "train_loss": 0.31800976440309564, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1600 + }, + { + "test_rec": 0.5266475742502628, + "test_prec": 0.8363272213717676, + "test_acc": 0.7721454425043435, + "test_loss": 0.49006462515176863, + "train_loss": 0.026650197631430082, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1601 + }, + { + "test_rec": 0.49280146923129825, + "test_prec": 0.850792735228599, + "test_acc": 0.7407196957635865, + "test_loss": 0.634626473347602, + "train_loss": 0.3895691642377652, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1602 + }, + { + "test_rec": 0.7635912220067039, + "test_prec": 0.8219794906160649, + "test_acc": 0.6975178987721045, + "test_loss": 1.134978087673942, + "train_loss": 0.22074909774713602, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1603 + }, + { + "test_rec": 0.7032040219111535, + "test_prec": 0.6452827109260048, + "test_acc": 0.7411609688879558, + "test_loss": 0.5947499825739612, + "train_loss": 0.14367460482419905, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1604 + }, + { + "test_rec": 0.9805085268683531, + "test_prec": 0.8101806656027513, + "test_acc": 0.6951231058538724, + "test_loss": 0.5040882602797303, + "train_loss": 0.3414521193696681, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1605 + }, + { + "test_rec": 0.48156316101163965, + "test_prec": 0.74101349483773, + "test_acc": 0.6957335976066606, + "test_loss": 1.1590175480278087, + "train_loss": 0.16078086789526344, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1606 + }, + { + "test_rec": 0.80417602038909, + "test_prec": 0.7811914626658918, + "test_acc": 0.7338008824786915, + "test_loss": 0.912835393806767, + "train_loss": 0.1335727481772218, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1607 + }, + { + "test_rec": 0.5030878197494894, + "test_prec": 0.7952649750268713, + "test_acc": 0.7214743878144929, + "test_loss": 0.5877816768797544, + "train_loss": 0.2581226203390703, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1608 + }, + { + "test_rec": 0.7951256972776082, + "test_prec": 0.8177048291341261, + "test_acc": 0.6998724742615359, + "test_loss": 1.0030432699430878, + "train_loss": 0.35133580902378503, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1609 + }, + { + "test_rec": 0.8487082888004394, + "test_prec": 0.623239898801932, + "test_acc": 0.7879921243534407, + "test_loss": 0.8295171707299601, + "train_loss": 0.13799932869094222, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1610 + }, + { + "test_rec": 0.758401989498733, + "test_prec": 0.6373856980148422, + "test_acc": 0.7337677531257006, + "test_loss": 0.5485173875905988, + "train_loss": 0.04985458299974559, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1611 + }, + { + "test_rec": 0.8429320365227908, + "test_prec": 0.8408145525727171, + "test_acc": 0.7307452977183819, + "test_loss": 0.6893275135811834, + "train_loss": 0.3670911685022657, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1612 + }, + { + "test_rec": 0.9357355144181865, + "test_prec": 0.8456248462877706, + "test_acc": 0.766589210039346, + "test_loss": 0.5869497755879545, + "train_loss": 0.32557991149243715, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1613 + }, + { + "test_rec": 0.8138060518389215, + "test_prec": 0.6550281619746262, + "test_acc": 0.6968454126181692, + "test_loss": 0.941015211269336, + "train_loss": 0.265004143306758, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1614 + }, + { + "test_rec": 0.512014848110343, + "test_prec": 0.7485679880482594, + "test_acc": 0.7346728053019376, + "test_loss": 0.5783203291044796, + "train_loss": 0.1829536703542144, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1615 + }, + { + "test_rec": 0.6357957901645321, + "test_prec": 0.8396496033094079, + "test_acc": 0.7200853490185054, + "test_loss": 1.0314649327411551, + "train_loss": 0.0502301170608034, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1616 + }, + { + "test_rec": 0.45224597169797054, + "test_prec": 0.7803394494744924, + "test_acc": 0.7191574571035789, + "test_loss": 0.6894320389671205, + "train_loss": 0.3649423461210954, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1617 + }, + { + "test_rec": 0.9295547895619242, + "test_prec": 0.8784238543389085, + "test_acc": 0.7300527603271287, + "test_loss": 1.0893081881910296, + "train_loss": 0.09480186132387691, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1618 + }, + { + "test_rec": 0.7045097670324127, + "test_prec": 0.6642783441918817, + "test_acc": 0.701981780150342, + "test_loss": 0.977202503343068, + "train_loss": 0.37222809837129406, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1619 + }, + { + "test_rec": 0.5211440301347984, + "test_prec": 0.8370589106382043, + "test_acc": 0.7229368144098272, + "test_loss": 0.5782825224262502, + "train_loss": 0.3648439161190579, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1620 + }, + { + "test_rec": 0.8163095215084128, + "test_prec": 0.6982015196648905, + "test_acc": 0.7263476419449068, + "test_loss": 0.5235848539546787, + "train_loss": 0.14596002008121742, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1621 + }, + { + "test_rec": 0.798880719803077, + "test_prec": 0.6717521672549679, + "test_acc": 0.7737492555137319, + "test_loss": 0.5056893258064942, + "train_loss": 0.45860882421883953, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1622 + }, + { + "test_rec": 0.6702764094040876, + "test_prec": 0.6457969695981887, + "test_acc": 0.7100211519492394, + "test_loss": 1.0271507484436206, + "train_loss": 0.46635558780169184, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1623 + }, + { + "test_rec": 0.6763177868401281, + "test_prec": 0.7121853069434713, + "test_acc": 0.7496992328461557, + "test_loss": 0.9196703461193976, + "train_loss": 0.08591040322029479, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1624 + }, + { + "test_rec": 0.9082945842933762, + "test_prec": 0.7999567214156604, + "test_acc": 0.7310506340926611, + "test_loss": 0.5267780194173188, + "train_loss": 0.4668008377291716, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1625 + }, + { + "test_rec": 0.5257955363262455, + "test_prec": 0.8664238337189378, + "test_acc": 0.6995806217924354, + "test_loss": 0.9456769162191198, + "train_loss": 0.31229982095541553, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1626 + }, + { + "test_rec": 0.9830056283142765, + "test_prec": 0.7581520250014954, + "test_acc": 0.7274931099874515, + "test_loss": 0.5721764117649306, + "train_loss": 0.15747498226591314, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1627 + }, + { + "test_rec": 0.5205156836769085, + "test_prec": 0.8241586753405707, + "test_acc": 0.7879478130348118, + "test_loss": 0.9051390270014508, + "train_loss": 0.33828485998398355, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1628 + }, + { + "test_rec": 0.5491491761385725, + "test_prec": 0.6285700594900773, + "test_acc": 0.6958558341979941, + "test_loss": 1.1424172056995354, + "train_loss": 0.3680420530269041, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1629 + }, + { + "test_rec": 0.6692688410130211, + "test_prec": 0.6970310468197549, + "test_acc": 0.7374737998545066, + "test_loss": 1.047788198574962, + "train_loss": 0.25430454899383803, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1630 + }, + { + "test_rec": 0.4870238869219999, + "test_prec": 0.6900135614416106, + "test_acc": 0.7475209385721711, + "test_loss": 0.9979023083546881, + "train_loss": 0.16800398126893867, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1631 + }, + { + "test_rec": 0.6720132781523643, + "test_prec": 0.8475147655936227, + "test_acc": 0.7877864983749796, + "test_loss": 1.1230509712089976, + "train_loss": 0.08414561149477975, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1632 + }, + { + "test_rec": 0.8749961983382664, + "test_prec": 0.8161192602797736, + "test_acc": 0.7443549126741311, + "test_loss": 0.5105867989233848, + "train_loss": 0.35224463204831113, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1633 + }, + { + "test_rec": 0.8000647693921245, + "test_prec": 0.8417193805181717, + "test_acc": 0.7613202835028898, + "test_loss": 0.7482632798753122, + "train_loss": 0.4582845696806147, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1634 + }, + { + "test_rec": 0.9230618189800852, + "test_prec": 0.8607125779484995, + "test_acc": 0.6957389030837763, + "test_loss": 0.6004503640246492, + "train_loss": 0.3834037611467304, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1635 + }, + { + "test_rec": 0.976437260100423, + "test_prec": 0.6449815526220193, + "test_acc": 0.7164793347823535, + "test_loss": 1.1142882087185475, + "train_loss": 0.12940552273229997, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1636 + }, + { + "test_rec": 0.7952560240725078, + "test_prec": 0.8787476495402464, + "test_acc": 0.7896312958415859, + "test_loss": 0.8125575835280461, + "train_loss": 0.06801733756432633, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1637 + }, + { + "test_rec": 0.4777496376924725, + "test_prec": 0.8743819836950869, + "test_acc": 0.744913306021623, + "test_loss": 0.4761388181652183, + "train_loss": 0.3128315559220805, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1638 + }, + { + "test_rec": 0.954106723384927, + "test_prec": 0.8021122570685574, + "test_acc": 0.7677155968534648, + "test_loss": 0.7403882685674282, + "train_loss": 0.20414770055752912, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1639 + }, + { + "test_rec": 0.8299887175590162, + "test_prec": 0.8337542061450248, + "test_acc": 0.7067340702961477, + "test_loss": 0.6594064627240412, + "train_loss": 0.09122767041975173, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1640 + }, + { + "test_rec": 0.7493287339890857, + "test_prec": 0.6614305380295784, + "test_acc": 0.7247639199693487, + "test_loss": 1.0576539488276557, + "train_loss": 0.18379473793461562, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1641 + }, + { + "test_rec": 0.5998929761453695, + "test_prec": 0.7802086511589157, + "test_acc": 0.7491491498455047, + "test_loss": 0.6935279717428664, + "train_loss": 0.17225568154674928, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1642 + }, + { + "test_rec": 0.957863967994788, + "test_prec": 0.7403362744146366, + "test_acc": 0.7661426144715546, + "test_loss": 1.0460297374831562, + "train_loss": 0.45796582443387523, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1643 + }, + { + "test_rec": 0.9459966969749938, + "test_prec": 0.8017774913254987, + "test_acc": 0.7408550695815577, + "test_loss": 0.7287150531617927, + "train_loss": 0.4599996138985158, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1644 + }, + { + "test_rec": 0.5510449506722123, + "test_prec": 0.6848846392126696, + "test_acc": 0.7094661929444973, + "test_loss": 0.9233121823916055, + "train_loss": 0.14913074318645295, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1645 + }, + { + "test_rec": 0.4664382220646555, + "test_prec": 0.8188224429478389, + "test_acc": 0.7131741601801531, + "test_loss": 0.6648170173015371, + "train_loss": 0.2955174435886502, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1646 + }, + { + "test_rec": 0.8141699110190419, + "test_prec": 0.6882442110294016, + "test_acc": 0.7389869142899839, + "test_loss": 0.674055325573176, + "train_loss": 0.38304381425679473, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1647 + }, + { + "test_rec": 0.8247312671500622, + "test_prec": 0.6830460154812464, + "test_acc": 0.7540345214152996, + "test_loss": 1.137487837304541, + "train_loss": 0.3868344137717215, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1648 + }, + { + "test_rec": 0.8639963627144494, + "test_prec": 0.8283329239837509, + "test_acc": 0.7102918542623272, + "test_loss": 0.9569023354659782, + "train_loss": 0.42978710487795596, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1649 + }, + { + "test_rec": 0.8728127587085867, + "test_prec": 0.6203753934857263, + "test_acc": 0.7533911462926011, + "test_loss": 0.8835797028913746, + "train_loss": 0.2900375811387297, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1650 + }, + { + "test_rec": 0.8783083464540984, + "test_prec": 0.8129411116652375, + "test_acc": 0.7086878327676194, + "test_loss": 0.9829920955077391, + "train_loss": 0.1861361380588991, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1651 + }, + { + "test_rec": 0.5337530550078851, + "test_prec": 0.7334264450672519, + "test_acc": 0.785000876574678, + "test_loss": 0.9233824421080679, + "train_loss": 0.07846529946997896, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1652 + }, + { + "test_rec": 0.6594974388940434, + "test_prec": 0.7668849635078517, + "test_acc": 0.7594099201830817, + "test_loss": 1.1489244290153244, + "train_loss": 0.4163462022327958, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1653 + }, + { + "test_rec": 0.6880143755071672, + "test_prec": 0.8107894447218672, + "test_acc": 0.759784584367516, + "test_loss": 0.9676417506849269, + "train_loss": 0.05099303394231971, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1654 + }, + { + "test_rec": 0.4435872112646705, + "test_prec": 0.6615802365650052, + "test_acc": 0.7189892490066744, + "test_loss": 0.5899337770607508, + "train_loss": 0.38474274888832255, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1655 + }, + { + "test_rec": 0.9678847976887408, + "test_prec": 0.7343385030061096, + "test_acc": 0.6944413103150817, + "test_loss": 1.0756978603758498, + "train_loss": 0.46122779465069136, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1656 + }, + { + "test_rec": 0.4694963965024675, + "test_prec": 0.8529539546757293, + "test_acc": 0.7778156693380714, + "test_loss": 0.8103793828331272, + "train_loss": 0.2758628220219955, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1657 + }, + { + "test_rec": 0.6721578634918592, + "test_prec": 0.7935156545344182, + "test_acc": 0.7584474105507791, + "test_loss": 0.9210273892637111, + "train_loss": 0.3549074638896149, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1658 + }, + { + "test_rec": 0.6343678322934743, + "test_prec": 0.739436083189626, + "test_acc": 0.757834315844234, + "test_loss": 0.855796748633487, + "train_loss": 0.44957282417057065, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1659 + }, + { + "test_rec": 0.6279182670637915, + "test_prec": 0.8740655974406357, + "test_acc": 0.7316798591097652, + "test_loss": 0.5925942746753308, + "train_loss": 0.28135641909601533, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1660 + }, + { + "test_rec": 0.9278690191943577, + "test_prec": 0.8510108054709344, + "test_acc": 0.7896861104527478, + "test_loss": 1.1766496225564762, + "train_loss": 0.12950580724960342, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1661 + }, + { + "test_rec": 0.8363640527454754, + "test_prec": 0.8280349611148485, + "test_acc": 0.7240704551526954, + "test_loss": 1.088719224372804, + "train_loss": 0.06762073347413462, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1662 + }, + { + "test_rec": 0.7144734763684262, + "test_prec": 0.6335482024995525, + "test_acc": 0.71294746571856, + "test_loss": 0.7451367493744661, + "train_loss": 0.17973762471113994, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1663 + }, + { + "test_rec": 0.7633106764506166, + "test_prec": 0.6261958687317933, + "test_acc": 0.7967702959581225, + "test_loss": 1.1691503511036896, + "train_loss": 0.21524534298900436, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1664 + }, + { + "test_rec": 0.4536580726607768, + "test_prec": 0.762103227032985, + "test_acc": 0.7645544567201854, + "test_loss": 0.48535580575298004, + "train_loss": 0.21822889411358276, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1665 + }, + { + "test_rec": 0.9186824410356076, + "test_prec": 0.8596217004201896, + "test_acc": 0.7817802041468269, + "test_loss": 0.5814487016151172, + "train_loss": 0.402728677440253, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1666 + }, + { + "test_rec": 0.7699263175906257, + "test_prec": 0.8199563674290181, + "test_acc": 0.795823080576217, + "test_loss": 0.6065297055568928, + "train_loss": 0.33060035113719377, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1667 + }, + { + "test_rec": 0.7010945017160737, + "test_prec": 0.6217627265624036, + "test_acc": 0.75787207041716, + "test_loss": 0.8092720643460168, + "train_loss": 0.2474023143915429, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1668 + }, + { + "test_rec": 0.6927963947063946, + "test_prec": 0.7786234082798479, + "test_acc": 0.7718259966952575, + "test_loss": 0.6774521441923673, + "train_loss": 0.027183103548649293, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1669 + }, + { + "test_rec": 0.9159382974091071, + "test_prec": 0.8769329570509687, + "test_acc": 0.7734167281441391, + "test_loss": 0.5098305408661706, + "train_loss": 0.35484602454737135, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1670 + }, + { + "test_rec": 0.9378159663603319, + "test_prec": 0.6766703329429418, + "test_acc": 0.7073138977027497, + "test_loss": 0.6472355081734379, + "train_loss": 0.16616154276513528, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1671 + }, + { + "test_rec": 0.5041360274024899, + "test_prec": 0.646751380824701, + "test_acc": 0.7939497312181388, + "test_loss": 1.1115025470610003, + "train_loss": 0.10677303956673295, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1672 + }, + { + "test_rec": 0.6419423266766808, + "test_prec": 0.8416287306443907, + "test_acc": 0.7015512309942984, + "test_loss": 0.8824243249121781, + "train_loss": 0.3317169130916504, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1673 + }, + { + "test_rec": 0.6113689306369479, + "test_prec": 0.7836642680293918, + "test_acc": 0.7186738378747743, + "test_loss": 1.0564859814140304, + "train_loss": 0.4684000466898777, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1674 + }, + { + "test_rec": 0.5644716345405422, + "test_prec": 0.7283405260487292, + "test_acc": 0.7480264062713219, + "test_loss": 0.9440153872314148, + "train_loss": 0.02182336748677646, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1675 + }, + { + "test_rec": 0.4605450802783895, + "test_prec": 0.6345323662405922, + "test_acc": 0.796629994035294, + "test_loss": 1.0560543367516524, + "train_loss": 0.4327959355159393, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1676 + }, + { + "test_rec": 0.8498276842822698, + "test_prec": 0.7272922186978727, + "test_acc": 0.7797072610627502, + "test_loss": 1.0605686688133356, + "train_loss": 0.17253456304269316, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1677 + }, + { + "test_rec": 0.6673308770006837, + "test_prec": 0.7324432752776397, + "test_acc": 0.7548196172893731, + "test_loss": 1.131942893979388, + "train_loss": 0.33199496631824316, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1678 + }, + { + "test_rec": 0.49412396101920925, + "test_prec": 0.6779531547018693, + "test_acc": 0.7063092442302824, + "test_loss": 0.5818779963712057, + "train_loss": 0.20061984565415122, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1679 + }, + { + "test_rec": 0.8520577950463977, + "test_prec": 0.6260987961709817, + "test_acc": 0.7143786903571414, + "test_loss": 1.0031756216900787, + "train_loss": 0.4678143930437729, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1680 + }, + { + "test_rec": 0.8507403524812878, + "test_prec": 0.6218956617059046, + "test_acc": 0.7068101696078349, + "test_loss": 0.9720752136897888, + "train_loss": 0.43551705821047343, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1681 + }, + { + "test_rec": 0.7833851683856485, + "test_prec": 0.7801609186540613, + "test_acc": 0.715417027281135, + "test_loss": 0.6647185206637758, + "train_loss": 0.21898389066018598, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1682 + }, + { + "test_rec": 0.9227190499307284, + "test_prec": 0.6882835756684187, + "test_acc": 0.7231202420464887, + "test_loss": 0.9662321702077057, + "train_loss": 0.3027392425180472, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1683 + }, + { + "test_rec": 0.44720704068379585, + "test_prec": 0.6428746172626986, + "test_acc": 0.7146261013006969, + "test_loss": 0.5183645061851416, + "train_loss": 0.20402385599330336, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1684 + }, + { + "test_rec": 0.4922156397148914, + "test_prec": 0.719048291547627, + "test_acc": 0.7788975135466432, + "test_loss": 0.9931853389513985, + "train_loss": 0.29534365083452696, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1685 + }, + { + "test_rec": 0.5533215861472004, + "test_prec": 0.8247056005297995, + "test_acc": 0.7298119711154429, + "test_loss": 0.5932557429469256, + "train_loss": 0.15482003162797842, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1686 + }, + { + "test_rec": 0.5255270306781128, + "test_prec": 0.7592145862450994, + "test_acc": 0.7700665936225761, + "test_loss": 1.141497797918105, + "train_loss": 0.21980019232988612, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1687 + }, + { + "test_rec": 0.5711166626088905, + "test_prec": 0.7629950781105246, + "test_acc": 0.7456475858836727, + "test_loss": 0.4839682970651337, + "train_loss": 0.36253289719346427, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1688 + }, + { + "test_rec": 0.8019847839196466, + "test_prec": 0.8668408944485533, + "test_acc": 0.7753985121136266, + "test_loss": 1.1253555121953793, + "train_loss": 0.3291928775778932, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1689 + }, + { + "test_rec": 0.5237159541081489, + "test_prec": 0.717636507069147, + "test_acc": 0.7930349243583474, + "test_loss": 0.6418712033191707, + "train_loss": 0.2708832529664638, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1690 + }, + { + "test_rec": 0.6749296044941315, + "test_prec": 0.7965846784461776, + "test_acc": 0.759454936473173, + "test_loss": 0.8235867724349032, + "train_loss": 0.033365411058565095, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1691 + }, + { + "test_rec": 0.6186452679205012, + "test_prec": 0.7055436609875232, + "test_acc": 0.7503122772317737, + "test_loss": 0.8186069483884667, + "train_loss": 0.4100499616523449, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1692 + }, + { + "test_rec": 0.7694339895321252, + "test_prec": 0.7595341757801737, + "test_acc": 0.7154121223034429, + "test_loss": 0.7457398602758498, + "train_loss": 0.302324492616136, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1693 + }, + { + "test_rec": 0.9189758986977419, + "test_prec": 0.6384846544257887, + "test_acc": 0.7789518581442931, + "test_loss": 0.5811818793687262, + "train_loss": 0.1275831528661968, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1694 + }, + { + "test_rec": 0.9094023842600253, + "test_prec": 0.6686186964249015, + "test_acc": 0.7838024580190448, + "test_loss": 0.9159870963090853, + "train_loss": 0.04146408863419155, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1695 + }, + { + "test_rec": 0.4558291952742329, + "test_prec": 0.7100466066586524, + "test_acc": 0.7913811761595998, + "test_loss": 0.6311194272182431, + "train_loss": 0.3269151315585265, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1696 + }, + { + "test_rec": 0.5633503947790737, + "test_prec": 0.6478970227065292, + "test_acc": 0.7861849216308499, + "test_loss": 1.122007772360727, + "train_loss": 0.34006345069061344, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1697 + }, + { + "test_rec": 0.6323015204975078, + "test_prec": 0.6536293734425439, + "test_acc": 0.7175282901762616, + "test_loss": 1.0908897143504284, + "train_loss": 0.46141571742440235, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1698 + }, + { + "test_rec": 0.6948907435245619, + "test_prec": 0.6395292997707168, + "test_acc": 0.7033112598550492, + "test_loss": 0.455734108991943, + "train_loss": 0.3415533577202482, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1699 + }, + { + "test_rec": 0.6511623515144933, + "test_prec": 0.7290276476931826, + "test_acc": 0.7122694161451171, + "test_loss": 1.1143133487620298, + "train_loss": 0.03335486710450428, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1700 + }, + { + "test_rec": 0.9636110002871643, + "test_prec": 0.7880844882758378, + "test_acc": 0.7669280949647306, + "test_loss": 1.0437547277697565, + "train_loss": 0.3830275544814679, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1701 + }, + { + "test_rec": 0.483855760292991, + "test_prec": 0.6489039962202269, + "test_acc": 0.7780794583108454, + "test_loss": 0.702145336875509, + "train_loss": 0.1428190936322883, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1702 + }, + { + "test_rec": 0.8655292976158303, + "test_prec": 0.7311888700764214, + "test_acc": 0.7915029906122293, + "test_loss": 0.6078468586132615, + "train_loss": 0.3049969661286587, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1703 + }, + { + "test_rec": 0.4772471545199031, + "test_prec": 0.8019933042691529, + "test_acc": 0.7031901246602266, + "test_loss": 0.8925699487539025, + "train_loss": 0.32756756174160767, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1704 + }, + { + "test_rec": 0.7738010224851233, + "test_prec": 0.6755877547290942, + "test_acc": 0.7946383136378075, + "test_loss": 0.7080044032399732, + "train_loss": 0.26064351257413754, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1705 + }, + { + "test_rec": 0.9865406498284472, + "test_prec": 0.6281215345611237, + "test_acc": 0.7032086031162488, + "test_loss": 1.0700284207336728, + "train_loss": 0.2821221722389393, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1706 + }, + { + "test_rec": 0.7113885986715716, + "test_prec": 0.6209354232170546, + "test_acc": 0.7643550691984049, + "test_loss": 0.8145273654617409, + "train_loss": 0.1386957739637319, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1707 + }, + { + "test_rec": 0.8491106031821256, + "test_prec": 0.6278922966667174, + "test_acc": 0.734845616784667, + "test_loss": 0.9104655375321107, + "train_loss": 0.0798210465735773, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1708 + }, + { + "test_rec": 0.8598275743019055, + "test_prec": 0.8073433487640058, + "test_acc": 0.7141435965528866, + "test_loss": 0.9867782031320242, + "train_loss": 0.06140185409413982, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1709 + }, + { + "test_rec": 0.7033561430871333, + "test_prec": 0.8532541270090577, + "test_acc": 0.731853669907638, + "test_loss": 0.950204518167509, + "train_loss": 0.392552930189768, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1710 + }, + { + "test_rec": 0.7011561407008593, + "test_prec": 0.7747849247871679, + "test_acc": 0.7727840741100144, + "test_loss": 0.5013182226237836, + "train_loss": 0.03881387011409091, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1711 + }, + { + "test_rec": 0.9048933749788692, + "test_prec": 0.8446479923200297, + "test_acc": 0.7813247350564471, + "test_loss": 0.9120640521423488, + "train_loss": 0.3829640116647087, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1712 + }, + { + "test_rec": 0.7415964633288453, + "test_prec": 0.8228305157530034, + "test_acc": 0.7740028716657873, + "test_loss": 1.043218520056983, + "train_loss": 0.022458165552839277, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1713 + }, + { + "test_rec": 0.46399864659543494, + "test_prec": 0.6282712624338528, + "test_acc": 0.741789638337496, + "test_loss": 0.9427877191979277, + "train_loss": 0.19250903073919914, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1714 + }, + { + "test_rec": 0.6338172062808667, + "test_prec": 0.6811930774149696, + "test_acc": 0.7530340869302641, + "test_loss": 0.6239994893840519, + "train_loss": 0.14943888157260068, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1715 + }, + { + "test_rec": 0.6767455093935695, + "test_prec": 0.6981813966838075, + "test_acc": 0.7180026124731088, + "test_loss": 0.5622206054314057, + "train_loss": 0.053335243078661713, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1716 + }, + { + "test_rec": 0.6112763540630735, + "test_prec": 0.6708390033137457, + "test_acc": 0.7944639801367156, + "test_loss": 1.0296582480788012, + "train_loss": 0.31381890265296664, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1717 + }, + { + "test_rec": 0.965237847626037, + "test_prec": 0.8052261763125004, + "test_acc": 0.7682178784150606, + "test_loss": 1.0993197777486354, + "train_loss": 0.3725414441438213, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1718 + }, + { + "test_rec": 0.8801907277473013, + "test_prec": 0.771062571354432, + "test_acc": 0.742489581788704, + "test_loss": 0.47516271675589555, + "train_loss": 0.2824894979245126, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1719 + }, + { + "test_rec": 0.7859365823827031, + "test_prec": 0.8298359143209268, + "test_acc": 0.7539446301312885, + "test_loss": 0.7976589837327939, + "train_loss": 0.21809645137933, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1720 + }, + { + "test_rec": 0.7868850645516481, + "test_prec": 0.8044891855717845, + "test_acc": 0.7382558895072007, + "test_loss": 0.8513513584094969, + "train_loss": 0.08099234176757476, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1721 + }, + { + "test_rec": 0.5339695976083093, + "test_prec": 0.8548805019647499, + "test_acc": 0.7970713293880426, + "test_loss": 0.6388195352198294, + "train_loss": 0.17843065051489027, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1722 + }, + { + "test_rec": 0.4949864258588298, + "test_prec": 0.6671777521179956, + "test_acc": 0.7972485065251702, + "test_loss": 1.049039680292213, + "train_loss": 0.20711272899348582, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1723 + }, + { + "test_rec": 0.5268176924845736, + "test_prec": 0.8392670593375635, + "test_acc": 0.6991430555258658, + "test_loss": 1.0720010833396938, + "train_loss": 0.22828004634725002, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1724 + }, + { + "test_rec": 0.47950899813421266, + "test_prec": 0.8255903981330307, + "test_acc": 0.7129954154539229, + "test_loss": 0.5364566889586618, + "train_loss": 0.45193796568053424, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1725 + }, + { + "test_rec": 0.4738040897381346, + "test_prec": 0.7975263980317664, + "test_acc": 0.7013510100417515, + "test_loss": 1.0172135745231574, + "train_loss": 0.09541478800301986, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1726 + }, + { + "test_rec": 0.814624224102217, + "test_prec": 0.6750798915828069, + "test_acc": 0.7594737360851905, + "test_loss": 0.8884086065326502, + "train_loss": 0.3837406665403572, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1727 + }, + { + "test_rec": 0.4532703597466459, + "test_prec": 0.8783910584841265, + "test_acc": 0.7391039753421343, + "test_loss": 0.9830261239043749, + "train_loss": 0.3434411953980743, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1728 + }, + { + "test_rec": 0.6245356322376375, + "test_prec": 0.7889780710146752, + "test_acc": 0.7423208479682523, + "test_loss": 0.5273296429410662, + "train_loss": 0.27229417800457617, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1729 + }, + { + "test_rec": 0.6093592695679526, + "test_prec": 0.8450457862499382, + "test_acc": 0.7353268661954084, + "test_loss": 0.576720971514958, + "train_loss": 0.0801517392020602, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1730 + }, + { + "test_rec": 0.4646684737257164, + "test_prec": 0.6352644099904238, + "test_acc": 0.7978236198525205, + "test_loss": 1.0579091413867068, + "train_loss": 0.0569742444708698, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1731 + }, + { + "test_rec": 0.9110593357821339, + "test_prec": 0.8118976883141185, + "test_acc": 0.7674927129676332, + "test_loss": 0.563719125996388, + "train_loss": 0.2047693884443196, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1732 + }, + { + "test_rec": 0.7655134466641594, + "test_prec": 0.872594428277379, + "test_acc": 0.7519501250110463, + "test_loss": 0.8815051330587115, + "train_loss": 0.4386601893112267, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1733 + }, + { + "test_rec": 0.616557608490981, + "test_prec": 0.8791871120655306, + "test_acc": 0.742198311041255, + "test_loss": 0.5311001494166028, + "train_loss": 0.45687809453859807, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1734 + }, + { + "test_rec": 0.6323612645887144, + "test_prec": 0.8328256196576752, + "test_acc": 0.794100760180524, + "test_loss": 1.0489673553692505, + "train_loss": 0.46678636169106996, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1735 + }, + { + "test_rec": 0.5920461687205738, + "test_prec": 0.6590378810679985, + "test_acc": 0.7696501203943205, + "test_loss": 1.0092094668621445, + "train_loss": 0.348575755109643, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1736 + }, + { + "test_rec": 0.8471655323343296, + "test_prec": 0.7261447857727037, + "test_acc": 0.7012080787034716, + "test_loss": 0.9832190200863156, + "train_loss": 0.3491731017492982, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1737 + }, + { + "test_rec": 0.669651925415895, + "test_prec": 0.8367131464164952, + "test_acc": 0.7336429693707167, + "test_loss": 0.8743049925442963, + "train_loss": 0.19837475085552675, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1738 + }, + { + "test_rec": 0.8033039485880538, + "test_prec": 0.7451928591254288, + "test_acc": 0.7427589424464616, + "test_loss": 0.8248489385978941, + "train_loss": 0.01272250890081172, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1739 + }, + { + "test_rec": 0.6164276789553051, + "test_prec": 0.7478923959324639, + "test_acc": 0.710817671753814, + "test_loss": 1.045134140700462, + "train_loss": 0.4374537993225519, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1740 + }, + { + "test_rec": 0.8829161907259675, + "test_prec": 0.6411765129415165, + "test_acc": 0.7944064877767172, + "test_loss": 0.8364926679716429, + "train_loss": 0.3737401669240349, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1741 + }, + { + "test_rec": 0.7608241217277183, + "test_prec": 0.6824135070262589, + "test_acc": 0.7364647072670778, + "test_loss": 1.1159148313957932, + "train_loss": 0.1783989500594379, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1742 + }, + { + "test_rec": 0.6153075703955954, + "test_prec": 0.7559515733648261, + "test_acc": 0.7744366302781422, + "test_loss": 1.0612172036192373, + "train_loss": 0.3241936276202574, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1743 + }, + { + "test_rec": 0.9064720536446895, + "test_prec": 0.6363319572597292, + "test_acc": 0.7227394875566423, + "test_loss": 0.9782290602317614, + "train_loss": 0.1488856224321766, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1744 + }, + { + "test_rec": 0.9480260032383601, + "test_prec": 0.7022144010600238, + "test_acc": 0.7838035894842381, + "test_loss": 0.5703497815266684, + "train_loss": 0.047287400108125245, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1745 + }, + { + "test_rec": 0.6697982053712486, + "test_prec": 0.6545106019579683, + "test_acc": 0.7803596000512735, + "test_loss": 0.5563772384438991, + "train_loss": 0.35702670277552495, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1746 + }, + { + "test_rec": 0.9162450442776959, + "test_prec": 0.8571999320979974, + "test_acc": 0.7062672966785525, + "test_loss": 0.530012385436999, + "train_loss": 0.03701499106977561, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1747 + }, + { + "test_rec": 0.7875797091056139, + "test_prec": 0.7452867880616671, + "test_acc": 0.7276812082678792, + "test_loss": 1.0914500370188234, + "train_loss": 0.11463723511036095, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1748 + }, + { + "test_rec": 0.5003901989225501, + "test_prec": 0.788733489260505, + "test_acc": 0.7631484519970114, + "test_loss": 0.7038712358286505, + "train_loss": 0.018683035947798292, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1749 + }, + { + "test_rec": 0.4595447727601851, + "test_prec": 0.8645945606668918, + "test_acc": 0.7600551331699719, + "test_loss": 0.7814981528385544, + "train_loss": 0.4226225600065791, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1750 + }, + { + "test_rec": 0.8723738282969877, + "test_prec": 0.8624123860397148, + "test_acc": 0.759866952416214, + "test_loss": 0.9903444478281658, + "train_loss": 0.4637152070288005, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1751 + }, + { + "test_rec": 0.6044445722247463, + "test_prec": 0.8462673616832403, + "test_acc": 0.7388468474969416, + "test_loss": 1.1201703015811775, + "train_loss": 0.15216171042819682, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1752 + }, + { + "test_rec": 0.637388745215444, + "test_prec": 0.6907452242270679, + "test_acc": 0.7274700461609209, + "test_loss": 1.1699760128380068, + "train_loss": 0.18270606420313498, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1753 + }, + { + "test_rec": 0.9483095799429428, + "test_prec": 0.8211034632468198, + "test_acc": 0.7786287121227243, + "test_loss": 1.1076100915032547, + "train_loss": 0.09005805329886726, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1754 + }, + { + "test_rec": 0.9166538397354941, + "test_prec": 0.6746639639716707, + "test_acc": 0.7585139078277973, + "test_loss": 0.9547515482720972, + "train_loss": 0.4200500123154967, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1755 + }, + { + "test_rec": 0.6102926140785108, + "test_prec": 0.6927848860177087, + "test_acc": 0.7725714770665574, + "test_loss": 0.611854434195983, + "train_loss": 0.02382787214498513, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1756 + }, + { + "test_rec": 0.7954626552774925, + "test_prec": 0.6267941004854615, + "test_acc": 0.7657179867704149, + "test_loss": 1.1344831139808889, + "train_loss": 0.18572339829950008, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1757 + }, + { + "test_rec": 0.7304646599246957, + "test_prec": 0.6704181123237778, + "test_acc": 0.727289251598658, + "test_loss": 1.1017775303364026, + "train_loss": 0.2816768360377368, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1758 + }, + { + "test_rec": 0.7400775692792967, + "test_prec": 0.7451899980381668, + "test_acc": 0.7093010567548164, + "test_loss": 0.5763844469861866, + "train_loss": 0.2772274446389115, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1759 + }, + { + "test_rec": 0.8722480652857384, + "test_prec": 0.8262314852976077, + "test_acc": 0.7695578294173738, + "test_loss": 1.1620119147618793, + "train_loss": 0.40249449639947893, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1760 + }, + { + "test_rec": 0.6204116452087884, + "test_prec": 0.7293836554609271, + "test_acc": 0.7260403880269108, + "test_loss": 0.4673584459671558, + "train_loss": 0.086072189659474, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1761 + }, + { + "test_rec": 0.6147143219012858, + "test_prec": 0.7938320179659827, + "test_acc": 0.7833227713312882, + "test_loss": 0.8062225353004866, + "train_loss": 0.12953725839342856, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1762 + }, + { + "test_rec": 0.9070572623334606, + "test_prec": 0.6823172423393643, + "test_acc": 0.7526179648866457, + "test_loss": 1.0735641258724853, + "train_loss": 0.4025900739113086, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1763 + }, + { + "test_rec": 0.6670024641418841, + "test_prec": 0.8509207787285561, + "test_acc": 0.7509974131111125, + "test_loss": 1.015409346986745, + "train_loss": 0.11424180630429304, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1764 + }, + { + "test_rec": 0.9768404745996659, + "test_prec": 0.7329044879505445, + "test_acc": 0.7444770273881715, + "test_loss": 0.6986535021142641, + "train_loss": 0.21132763815310593, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1765 + }, + { + "test_rec": 0.5797359407512767, + "test_prec": 0.6813117418983281, + "test_acc": 0.7374704926990818, + "test_loss": 1.1358101487935597, + "train_loss": 0.40944267365842646, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1766 + }, + { + "test_rec": 0.9753626492041361, + "test_prec": 0.7290821752155672, + "test_acc": 0.7529024743712601, + "test_loss": 1.0373953477193356, + "train_loss": 0.08813940914822908, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1767 + }, + { + "test_rec": 0.46947466262159393, + "test_prec": 0.7806612708313881, + "test_acc": 0.7278750740184731, + "test_loss": 0.925190283979529, + "train_loss": 0.24459119253665815, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1768 + }, + { + "test_rec": 0.9566449613616996, + "test_prec": 0.7266968569450337, + "test_acc": 0.7513957350603822, + "test_loss": 1.1006384456535259, + "train_loss": 0.27339693471956766, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1769 + }, + { + "test_rec": 0.508999584699287, + "test_prec": 0.6557107370218217, + "test_acc": 0.7343552360486064, + "test_loss": 0.7581522965705219, + "train_loss": 0.07600264738455903, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1770 + }, + { + "test_rec": 0.6803632335343544, + "test_prec": 0.8353155952355931, + "test_acc": 0.7460904778339831, + "test_loss": 0.8969150843801147, + "train_loss": 0.33257099496241194, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1771 + }, + { + "test_rec": 0.7938445067276996, + "test_prec": 0.6977275184085057, + "test_acc": 0.7611665782051116, + "test_loss": 0.7796748967215903, + "train_loss": 0.05338376107406417, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1772 + }, + { + "test_rec": 0.9369938177471191, + "test_prec": 0.8413136564343231, + "test_acc": 0.7962736849421231, + "test_loss": 0.6660896951214931, + "train_loss": 0.06184257718767267, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1773 + }, + { + "test_rec": 0.9356552872278248, + "test_prec": 0.7709061493547213, + "test_acc": 0.7466283645143212, + "test_loss": 0.9349106272967369, + "train_loss": 0.27167262353843014, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1774 + }, + { + "test_rec": 0.9636014426585842, + "test_prec": 0.6262593721116405, + "test_acc": 0.7240889773552098, + "test_loss": 1.1634258772169606, + "train_loss": 0.08699131217183635, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1775 + }, + { + "test_rec": 0.4868871850370857, + "test_prec": 0.8318936301108992, + "test_acc": 0.7419428541877052, + "test_loss": 0.9264163124685191, + "train_loss": 0.3782471319707298, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1776 + }, + { + "test_rec": 0.5105288511104549, + "test_prec": 0.8078731674865998, + "test_acc": 0.7928538435996582, + "test_loss": 1.046630931483573, + "train_loss": 0.45001326474105396, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1777 + }, + { + "test_rec": 0.5050818856124547, + "test_prec": 0.8200400914260314, + "test_acc": 0.7138620288183724, + "test_loss": 0.6209643300883558, + "train_loss": 0.3171882312852883, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1778 + }, + { + "test_rec": 0.9526364822184779, + "test_prec": 0.7582188081453181, + "test_acc": 0.7422438161252907, + "test_loss": 0.9959052434664319, + "train_loss": 0.28584747404441585, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1779 + }, + { + "test_rec": 0.6559947084917954, + "test_prec": 0.7670045835277445, + "test_acc": 0.7142269231968563, + "test_loss": 1.172339068530216, + "train_loss": 0.4405749726443916, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1780 + }, + { + "test_rec": 0.6920582133506488, + "test_prec": 0.8518137296589788, + "test_acc": 0.7604325475806565, + "test_loss": 0.5041869864046622, + "train_loss": 0.29494829067495953, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1781 + }, + { + "test_rec": 0.8891713916413961, + "test_prec": 0.629544473072496, + "test_acc": 0.7813323183213283, + "test_loss": 0.9011982706786401, + "train_loss": 0.13010674169301809, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1782 + }, + { + "test_rec": 0.9557568331688255, + "test_prec": 0.7361821502824912, + "test_acc": 0.7429927910777073, + "test_loss": 0.8679839585748773, + "train_loss": 0.3990689646181729, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1783 + }, + { + "test_rec": 0.512973036279206, + "test_prec": 0.8514554521549388, + "test_acc": 0.6944940020898953, + "test_loss": 0.9069209694671114, + "train_loss": 0.21964394285459718, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1784 + }, + { + "test_rec": 0.7795621846262979, + "test_prec": 0.646451213254765, + "test_acc": 0.7294097967987425, + "test_loss": 1.0760142671323283, + "train_loss": 0.09233445046212647, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1785 + }, + { + "test_rec": 0.4583428731676073, + "test_prec": 0.8361133043239453, + "test_acc": 0.7959811777657149, + "test_loss": 0.6615158697160046, + "train_loss": 0.3145163576059262, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1786 + }, + { + "test_rec": 0.9822198543503153, + "test_prec": 0.7354566253119749, + "test_acc": 0.776905771146398, + "test_loss": 0.7859087852421456, + "train_loss": 0.11286333643533314, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1787 + }, + { + "test_rec": 0.6475550610497267, + "test_prec": 0.7323568447814832, + "test_acc": 0.6932344474243154, + "test_loss": 0.7117101560701657, + "train_loss": 0.0690929650284801, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1788 + }, + { + "test_rec": 0.7000741740439322, + "test_prec": 0.6364329047961456, + "test_acc": 0.740149640657829, + "test_loss": 0.46136129316676794, + "train_loss": 0.16590918383951883, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1789 + }, + { + "test_rec": 0.9722185373295944, + "test_prec": 0.6318497966210501, + "test_acc": 0.7051119450750222, + "test_loss": 1.0833968626824146, + "train_loss": 0.18344979854739454, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1790 + }, + { + "test_rec": 0.7098276851906521, + "test_prec": 0.7063912429214548, + "test_acc": 0.7567576322217615, + "test_loss": 0.8366758315917378, + "train_loss": 0.40851207592651284, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1791 + }, + { + "test_rec": 0.46607872677194995, + "test_prec": 0.7496383575732953, + "test_acc": 0.7083433404877949, + "test_loss": 0.7276624765864137, + "train_loss": 0.2512649472867839, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1792 + }, + { + "test_rec": 0.6831493671840078, + "test_prec": 0.8731897985992074, + "test_acc": 0.7390203707713213, + "test_loss": 0.724978757690119, + "train_loss": 0.29512244050126707, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1793 + }, + { + "test_rec": 0.6095593251049642, + "test_prec": 0.7287880290681003, + "test_acc": 0.716227371538698, + "test_loss": 1.1579937372484415, + "train_loss": 0.4531555697918484, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1794 + }, + { + "test_rec": 0.47613151762707484, + "test_prec": 0.8203567745345715, + "test_acc": 0.7160013000056629, + "test_loss": 0.9071581978921228, + "train_loss": 0.12006603323167928, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1795 + }, + { + "test_rec": 0.8611685363708341, + "test_prec": 0.7596171980707839, + "test_acc": 0.7579497512713282, + "test_loss": 0.9662242425248877, + "train_loss": 0.26175912240539656, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1796 + }, + { + "test_rec": 0.8531093099723526, + "test_prec": 0.7549828446199555, + "test_acc": 0.6937707988972471, + "test_loss": 1.1333883902512414, + "train_loss": 0.09899993678384254, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1797 + }, + { + "test_rec": 0.8488246630191216, + "test_prec": 0.8699457729447887, + "test_acc": 0.7698752468702363, + "test_loss": 0.7404132224397049, + "train_loss": 0.07477035522655857, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1798 + }, + { + "test_rec": 0.8353075364402779, + "test_prec": 0.759119041605113, + "test_acc": 0.7262959604838636, + "test_loss": 0.6214462776588906, + "train_loss": 0.06585093207311628, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1799 + }, + { + "test_rec": 0.7969439966481748, + "test_prec": 0.7161649766629776, + "test_acc": 0.6947307605138704, + "test_loss": 0.7572297699728786, + "train_loss": 0.12252596974250134, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1800 + }, + { + "test_rec": 0.6250026240863813, + "test_prec": 0.7432636818834153, + "test_acc": 0.7407241125650155, + "test_loss": 1.0165780745699287, + "train_loss": 0.4334355218550893, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1801 + }, + { + "test_rec": 0.6418583671814342, + "test_prec": 0.6827199261003822, + "test_acc": 0.7104004321319193, + "test_loss": 0.9897163052240974, + "train_loss": 0.4310447223184129, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1802 + }, + { + "test_rec": 0.5352015768878798, + "test_prec": 0.7353966793652018, + "test_acc": 0.7089075694862901, + "test_loss": 1.051012615731935, + "train_loss": 0.3999576926387901, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1803 + }, + { + "test_rec": 0.9625708913309956, + "test_prec": 0.8423686131053194, + "test_acc": 0.785773434737487, + "test_loss": 0.9319447522396582, + "train_loss": 0.4604054364245657, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1804 + }, + { + "test_rec": 0.8232128686088636, + "test_prec": 0.8095171597484552, + "test_acc": 0.7141929270643476, + "test_loss": 1.0519302567371362, + "train_loss": 0.2960343634271472, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1805 + }, + { + "test_rec": 0.7963228037164263, + "test_prec": 0.8101645387005605, + "test_acc": 0.7938350188762473, + "test_loss": 0.4511183595580902, + "train_loss": 0.17936110036202685, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1806 + }, + { + "test_rec": 0.9080386805799179, + "test_prec": 0.6721557346292573, + "test_acc": 0.749847419555927, + "test_loss": 0.5729211250608143, + "train_loss": 0.2044846710856549, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1807 + }, + { + "test_rec": 0.7632645486650027, + "test_prec": 0.7033278858468711, + "test_acc": 0.723401996703227, + "test_loss": 0.8594153468122117, + "train_loss": 0.3367035183013742, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1808 + }, + { + "test_rec": 0.8018281888061166, + "test_prec": 0.8067842317688914, + "test_acc": 0.727186765632357, + "test_loss": 0.6203322019781736, + "train_loss": 0.33878951268811297, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1809 + }, + { + "test_rec": 0.708190275920836, + "test_prec": 0.698471136427211, + "test_acc": 0.7141419931516109, + "test_loss": 1.168193055335339, + "train_loss": 0.10165367503768731, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1810 + }, + { + "test_rec": 0.5954423094313166, + "test_prec": 0.7792507160698908, + "test_acc": 0.7277050476365742, + "test_loss": 0.7722885875856125, + "train_loss": 0.3231400456651893, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1811 + }, + { + "test_rec": 0.5163404803829135, + "test_prec": 0.7268313811865182, + "test_acc": 0.7351740105261017, + "test_loss": 0.7108984179279918, + "train_loss": 0.21579385987286617, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1812 + }, + { + "test_rec": 0.7005381895914657, + "test_prec": 0.8341735963205752, + "test_acc": 0.7704817519742286, + "test_loss": 0.6000799120927431, + "train_loss": 0.20601114672535803, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1813 + }, + { + "test_rec": 0.5079592796380059, + "test_prec": 0.6586906238673035, + "test_acc": 0.7610753550463057, + "test_loss": 1.0061683629890676, + "train_loss": 0.44867184793656356, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1814 + }, + { + "test_rec": 0.5553763980617341, + "test_prec": 0.644512932624715, + "test_acc": 0.7506766637505622, + "test_loss": 1.1249320261375155, + "train_loss": 0.36225004767004926, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1815 + }, + { + "test_rec": 0.6923294054430406, + "test_prec": 0.830420256464075, + "test_acc": 0.7100256132434085, + "test_loss": 0.7862940191923051, + "train_loss": 0.4609711885312991, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1816 + }, + { + "test_rec": 0.46073454460589686, + "test_prec": 0.7858599964595876, + "test_acc": 0.7321803179158999, + "test_loss": 0.6849891546126242, + "train_loss": 0.44188818448081446, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1817 + }, + { + "test_rec": 0.548390445102649, + "test_prec": 0.6599702768813372, + "test_acc": 0.6927130609525197, + "test_loss": 0.6224318213080355, + "train_loss": 0.1843618210363746, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1818 + }, + { + "test_rec": 0.5047759129399517, + "test_prec": 0.8760213847668983, + "test_acc": 0.7260008287866675, + "test_loss": 0.6070810385691896, + "train_loss": 0.10686368702948433, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1819 + }, + { + "test_rec": 0.6330481047614293, + "test_prec": 0.6544153098731238, + "test_acc": 0.7993317427440283, + "test_loss": 0.5393365238727585, + "train_loss": 0.2925090482458613, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1820 + }, + { + "test_rec": 0.7700953548743114, + "test_prec": 0.6440614448735881, + "test_acc": 0.7005087857038279, + "test_loss": 0.9354591687831308, + "train_loss": 0.1344611208500796, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1821 + }, + { + "test_rec": 0.8800051150077024, + "test_prec": 0.8388447978217385, + "test_acc": 0.7749967193502127, + "test_loss": 0.5831019726242677, + "train_loss": 0.4260492771123131, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1822 + }, + { + "test_rec": 0.8245557437466458, + "test_prec": 0.8119595055203306, + "test_acc": 0.787548031339259, + "test_loss": 1.0718156908122443, + "train_loss": 0.266415868943721, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1823 + }, + { + "test_rec": 0.6624106805887043, + "test_prec": 0.627627346666251, + "test_acc": 0.7367554520984958, + "test_loss": 0.5843883459612688, + "train_loss": 0.21224940297313694, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1824 + }, + { + "test_rec": 0.5527388860854207, + "test_prec": 0.8795531769853948, + "test_acc": 0.7013242353805649, + "test_loss": 1.092518786501356, + "train_loss": 0.2691159440498368, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1825 + }, + { + "test_rec": 0.7816557894006899, + "test_prec": 0.744495435831355, + "test_acc": 0.7699443043220127, + "test_loss": 0.9322002283871506, + "train_loss": 0.38854953428155126, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1826 + }, + { + "test_rec": 0.8730257975384936, + "test_prec": 0.6699229408247449, + "test_acc": 0.7541692090864711, + "test_loss": 0.48534061979644993, + "train_loss": 0.26850082806389663, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1827 + }, + { + "test_rec": 0.5926506709140973, + "test_prec": 0.7943843041037091, + "test_acc": 0.7133983518066916, + "test_loss": 1.0196119984766432, + "train_loss": 0.13963024874898017, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1828 + }, + { + "test_rec": 0.5298727670397274, + "test_prec": 0.7190489911996933, + "test_acc": 0.7289810179473919, + "test_loss": 0.845066638209836, + "train_loss": 0.24571469825310363, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1829 + }, + { + "test_rec": 0.5852223134891694, + "test_prec": 0.7757709459269567, + "test_acc": 0.7877603862006032, + "test_loss": 0.4902781712895792, + "train_loss": 0.268318404044225, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1830 + }, + { + "test_rec": 0.710750226343946, + "test_prec": 0.8038184660208569, + "test_acc": 0.7694263029668889, + "test_loss": 0.5609075020325587, + "train_loss": 0.35953218034650875, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1831 + }, + { + "test_rec": 0.5429307370671899, + "test_prec": 0.8421613025742947, + "test_acc": 0.7675642651210738, + "test_loss": 0.9019857898549309, + "train_loss": 0.4283704317727051, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1832 + }, + { + "test_rec": 0.4748884488734498, + "test_prec": 0.8691507814726238, + "test_acc": 0.7332689420368372, + "test_loss": 1.0690907093817845, + "train_loss": 0.2788094496757149, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1833 + }, + { + "test_rec": 0.7360674511561638, + "test_prec": 0.6936912653510715, + "test_acc": 0.7017167864745596, + "test_loss": 1.1537363209112939, + "train_loss": 0.13827145581888053, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1834 + }, + { + "test_rec": 0.8511775238342705, + "test_prec": 0.702342251783911, + "test_acc": 0.7048136771545834, + "test_loss": 0.7173293781147876, + "train_loss": 0.21866535591892175, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1835 + }, + { + "test_rec": 0.9196929702751776, + "test_prec": 0.7798905529736482, + "test_acc": 0.7726269618543661, + "test_loss": 0.9855946407292868, + "train_loss": 0.23591691804542403, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1836 + }, + { + "test_rec": 0.6472541953985659, + "test_prec": 0.6774640267853953, + "test_acc": 0.778813470498007, + "test_loss": 1.1495706596623592, + "train_loss": 0.4614870396142494, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1837 + }, + { + "test_rec": 0.9193368536123003, + "test_prec": 0.8320614029548373, + "test_acc": 0.7705707449330785, + "test_loss": 0.7282533444680009, + "train_loss": 0.2856582880539477, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1838 + }, + { + "test_rec": 0.5761554485829308, + "test_prec": 0.7904232703036203, + "test_acc": 0.7179509016137703, + "test_loss": 0.6814359375781516, + "train_loss": 0.298628793957401, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1839 + }, + { + "test_rec": 0.4558798740471076, + "test_prec": 0.7329778415528196, + "test_acc": 0.7552103118853277, + "test_loss": 0.604129249632607, + "train_loss": 0.27267354717518544, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1840 + }, + { + "test_rec": 0.4715030492979344, + "test_prec": 0.877609695597779, + "test_acc": 0.7934482788272923, + "test_loss": 0.6947675210346752, + "train_loss": 0.20256737935022315, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1841 + }, + { + "test_rec": 0.7757797152395618, + "test_prec": 0.6820491906852639, + "test_acc": 0.7705572695850176, + "test_loss": 0.6706224854312836, + "train_loss": 0.03933301494571159, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1842 + }, + { + "test_rec": 0.9483437428501644, + "test_prec": 0.6604197403404815, + "test_acc": 0.7038342375448176, + "test_loss": 0.9592544933851979, + "train_loss": 0.43918016540592886, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1843 + }, + { + "test_rec": 0.6269391843539093, + "test_prec": 0.662089114485445, + "test_acc": 0.7099373857649519, + "test_loss": 0.8816932669292541, + "train_loss": 0.07758299815358544, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1844 + }, + { + "test_rec": 0.900193901536479, + "test_prec": 0.8455190133906212, + "test_acc": 0.798499714846015, + "test_loss": 1.0791742461970706, + "train_loss": 0.19964746436681644, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1845 + }, + { + "test_rec": 0.910558708085461, + "test_prec": 0.7310808465909241, + "test_acc": 0.7861758927145813, + "test_loss": 0.6220326857512947, + "train_loss": 0.03364885104172488, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1846 + }, + { + "test_rec": 0.45914148824978507, + "test_prec": 0.820557127723822, + "test_acc": 0.7560366468509809, + "test_loss": 0.9721313714796305, + "train_loss": 0.051604127364414054, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1847 + }, + { + "test_rec": 0.44512252496909066, + "test_prec": 0.8373478121154142, + "test_acc": 0.7759727508911055, + "test_loss": 0.6585529986881153, + "train_loss": 0.17343670547764106, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1848 + }, + { + "test_rec": 0.790801276109609, + "test_prec": 0.8083581511595185, + "test_acc": 0.7701895882528372, + "test_loss": 0.8150356400794707, + "train_loss": 0.4057129097123631, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1849 + }, + { + "test_rec": 0.8768021838842124, + "test_prec": 0.7210481486764801, + "test_acc": 0.772167627097256, + "test_loss": 1.1708018786883176, + "train_loss": 0.22293962332557543, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1850 + }, + { + "test_rec": 0.5463102264794012, + "test_prec": 0.7184121844973126, + "test_acc": 0.7851347595362349, + "test_loss": 1.0970312057433742, + "train_loss": 0.04516272724665528, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1851 + }, + { + "test_rec": 0.9690473919608231, + "test_prec": 0.6657919996391034, + "test_acc": 0.782019597361224, + "test_loss": 1.1603714914101282, + "train_loss": 0.10127695647407134, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1852 + }, + { + "test_rec": 0.7838938678452285, + "test_prec": 0.6740450286853865, + "test_acc": 0.7335664429109164, + "test_loss": 0.48382073986623964, + "train_loss": 0.37157215973437663, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1853 + }, + { + "test_rec": 0.5931842902750883, + "test_prec": 0.8404733359604469, + "test_acc": 0.7047188118236563, + "test_loss": 0.777557814111077, + "train_loss": 0.382154847162209, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1854 + }, + { + "test_rec": 0.5144384088526782, + "test_prec": 0.6566838340269041, + "test_acc": 0.7492512372153578, + "test_loss": 1.1596453150073893, + "train_loss": 0.44700624902917646, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1855 + }, + { + "test_rec": 0.9387940964623156, + "test_prec": 0.6370047413582665, + "test_acc": 0.7834205025495941, + "test_loss": 0.7304801373152985, + "train_loss": 0.2759744122249336, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1856 + }, + { + "test_rec": 0.7493756458766583, + "test_prec": 0.8043038496385538, + "test_acc": 0.7048261642879591, + "test_loss": 0.7891248957866386, + "train_loss": 0.33915483182623385, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1857 + }, + { + "test_rec": 0.9742936514110343, + "test_prec": 0.6712976177367632, + "test_acc": 0.7263634280549822, + "test_loss": 0.8443868940983814, + "train_loss": 0.2616580954173964, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1858 + }, + { + "test_rec": 0.8221085482287269, + "test_prec": 0.8264536465768653, + "test_acc": 0.7522269155992485, + "test_loss": 1.0713667311773012, + "train_loss": 0.05915377154600231, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1859 + }, + { + "test_rec": 0.9257621932710913, + "test_prec": 0.8622090544464818, + "test_acc": 0.7127989866483913, + "test_loss": 0.667620703838111, + "train_loss": 0.40865963112726594, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1860 + }, + { + "test_rec": 0.5942675381509783, + "test_prec": 0.7893711311257418, + "test_acc": 0.7856208289224064, + "test_loss": 0.9265364535113789, + "train_loss": 0.16173134482635595, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1861 + }, + { + "test_rec": 0.6910041212276774, + "test_prec": 0.7609204665523585, + "test_acc": 0.7312057670318732, + "test_loss": 0.9039584558845659, + "train_loss": 0.3436881811503553, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1862 + }, + { + "test_rec": 0.5954814891567618, + "test_prec": 0.6863562606708579, + "test_acc": 0.8005272628702671, + "test_loss": 0.6441097941893844, + "train_loss": 0.37339929415898965, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1863 + }, + { + "test_rec": 0.6633294558096278, + "test_prec": 0.7744547280273443, + "test_acc": 0.7706426772258204, + "test_loss": 0.5663557270064564, + "train_loss": 0.035854840487554496, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1864 + }, + { + "test_rec": 0.6116264117773811, + "test_prec": 0.8715975779059608, + "test_acc": 0.7184489719280743, + "test_loss": 0.9003307402763442, + "train_loss": 0.405757522997353, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1865 + }, + { + "test_rec": 0.4450758391124767, + "test_prec": 0.6803579658672873, + "test_acc": 0.7217425560112831, + "test_loss": 0.7481648582415439, + "train_loss": 0.0342913791964749, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1866 + }, + { + "test_rec": 0.9246624420028433, + "test_prec": 0.830763036937134, + "test_acc": 0.7827396851559049, + "test_loss": 0.8446956181397143, + "train_loss": 0.3670152100745074, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1867 + }, + { + "test_rec": 0.5251887355242253, + "test_prec": 0.6821646451216052, + "test_acc": 0.7557374760327755, + "test_loss": 1.1559439767278534, + "train_loss": 0.05333631069167583, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1868 + }, + { + "test_rec": 0.7439712436807406, + "test_prec": 0.8223510915516714, + "test_acc": 0.7656743708573237, + "test_loss": 0.9847418374298558, + "train_loss": 0.3811583208785715, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1869 + }, + { + "test_rec": 0.778874411765001, + "test_prec": 0.8110500342316945, + "test_acc": 0.7295597394763469, + "test_loss": 0.7399335881884272, + "train_loss": 0.19205556838197493, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1870 + }, + { + "test_rec": 0.6138956251122627, + "test_prec": 0.823876153071216, + "test_acc": 0.7360488302096673, + "test_loss": 0.48767126022976154, + "train_loss": 0.09249789791746732, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1871 + }, + { + "test_rec": 0.922395791249346, + "test_prec": 0.7860900997787234, + "test_acc": 0.7680579650386885, + "test_loss": 0.5188275397312749, + "train_loss": 0.21110044922656737, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1872 + }, + { + "test_rec": 0.44219761943296665, + "test_prec": 0.7531416126481175, + "test_acc": 0.7467116838489638, + "test_loss": 0.7105674107792695, + "train_loss": 0.1090015762388935, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1873 + }, + { + "test_rec": 0.8514814473651848, + "test_prec": 0.7843881842061542, + "test_acc": 0.7205683094962717, + "test_loss": 1.0205409496565263, + "train_loss": 0.11081126220767035, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1874 + }, + { + "test_rec": 0.8095075502705088, + "test_prec": 0.6739000328471091, + "test_acc": 0.7431127745787296, + "test_loss": 0.9260025087754097, + "train_loss": 0.27881011305878073, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1875 + }, + { + "test_rec": 0.5940393625688292, + "test_prec": 0.8560799698249725, + "test_acc": 0.7224649710871484, + "test_loss": 0.8057627773032847, + "train_loss": 0.1860018640779465, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1876 + }, + { + "test_rec": 0.47828234289187055, + "test_prec": 0.6239467411942249, + "test_acc": 0.7917262486795064, + "test_loss": 0.580002924674689, + "train_loss": 0.4475753721982191, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1877 + }, + { + "test_rec": 0.9765085003382739, + "test_prec": 0.8488661912544967, + "test_acc": 0.7359908903070481, + "test_loss": 0.9557452696673268, + "train_loss": 0.3233800051301159, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1878 + }, + { + "test_rec": 0.8470877124121452, + "test_prec": 0.7196100485428494, + "test_acc": 0.740573330036765, + "test_loss": 0.7873782204175337, + "train_loss": 0.46972559768555266, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1879 + }, + { + "test_rec": 0.7428497377866581, + "test_prec": 0.8403436832595628, + "test_acc": 0.741025669857652, + "test_loss": 0.6457409452768993, + "train_loss": 0.09241865029382819, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1880 + }, + { + "test_rec": 0.9447620930028098, + "test_prec": 0.6233865602292448, + "test_acc": 0.77339296369904, + "test_loss": 1.1766311091288137, + "train_loss": 0.04772315225643377, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1881 + }, + { + "test_rec": 0.5935322331401757, + "test_prec": 0.8552930462023149, + "test_acc": 0.7152668226816927, + "test_loss": 1.118752690360427, + "train_loss": 0.3655166704392998, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1882 + }, + { + "test_rec": 0.852312604834406, + "test_prec": 0.8536514616778794, + "test_acc": 0.7485016488945262, + "test_loss": 1.0316704246673418, + "train_loss": 0.3689285537528537, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1883 + }, + { + "test_rec": 0.5812267354103948, + "test_prec": 0.8467495896079564, + "test_acc": 0.7620619478963669, + "test_loss": 0.5062599181244687, + "train_loss": 0.17201699990900643, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1884 + }, + { + "test_rec": 0.7292393992797295, + "test_prec": 0.6690381464061074, + "test_acc": 0.7142539063937481, + "test_loss": 1.082675798425292, + "train_loss": 0.3148270712870275, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1885 + }, + { + "test_rec": 0.46999758309271755, + "test_prec": 0.7489994677512037, + "test_acc": 0.7502820839189752, + "test_loss": 0.5515200680647998, + "train_loss": 0.27554954535124393, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1886 + }, + { + "test_rec": 0.7871402739357506, + "test_prec": 0.7389476752569035, + "test_acc": 0.7677728675994131, + "test_loss": 0.5989678548106683, + "train_loss": 0.3536460502926794, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1887 + }, + { + "test_rec": 0.814182634780703, + "test_prec": 0.7360117292657553, + "test_acc": 0.7979077296524352, + "test_loss": 0.6808111174727276, + "train_loss": 0.1240272923355807, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1888 + }, + { + "test_rec": 0.7839038304307984, + "test_prec": 0.7195405953788679, + "test_acc": 0.699647839907829, + "test_loss": 1.176239532607163, + "train_loss": 0.3380861546558993, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1889 + }, + { + "test_rec": 0.6231711774270918, + "test_prec": 0.81204406270849, + "test_acc": 0.7798394932229066, + "test_loss": 0.6068557156289855, + "train_loss": 0.3412021113432205, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1890 + }, + { + "test_rec": 0.516736135320238, + "test_prec": 0.7191996887928681, + "test_acc": 0.7347870445738626, + "test_loss": 0.8196448856982885, + "train_loss": 0.34654179820735803, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1891 + }, + { + "test_rec": 0.6106308646704822, + "test_prec": 0.632029760971959, + "test_acc": 0.7609405176991213, + "test_loss": 0.526102004649163, + "train_loss": 0.34244715532715514, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1892 + }, + { + "test_rec": 0.8393705659985247, + "test_prec": 0.7600083512176823, + "test_acc": 0.750672481699307, + "test_loss": 1.0596745718021447, + "train_loss": 0.4485218439124384, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1893 + }, + { + "test_rec": 0.8634932258923478, + "test_prec": 0.6379933794698032, + "test_acc": 0.7756010229009752, + "test_loss": 0.9073950849746124, + "train_loss": 0.44298280269710255, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1894 + }, + { + "test_rec": 0.7738974809383763, + "test_prec": 0.79449584799893, + "test_acc": 0.7630616498414756, + "test_loss": 0.5627315005466627, + "train_loss": 0.3135696692038904, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1895 + }, + { + "test_rec": 0.9357497173675241, + "test_prec": 0.8421392406220967, + "test_acc": 0.7538652006792105, + "test_loss": 1.1422223362526045, + "train_loss": 0.4559686325858693, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1896 + }, + { + "test_rec": 0.4887487887069666, + "test_prec": 0.8092332422757955, + "test_acc": 0.7559095669056629, + "test_loss": 1.1313216099192132, + "train_loss": 0.049774581774744184, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1897 + }, + { + "test_rec": 0.7047188186595938, + "test_prec": 0.8319878662891196, + "test_acc": 0.7953571051490371, + "test_loss": 1.0156769617876296, + "train_loss": 0.07226269921601708, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1898 + }, + { + "test_rec": 0.46485491365038745, + "test_prec": 0.8124959565919676, + "test_acc": 0.7653783474446796, + "test_loss": 0.8980309193665915, + "train_loss": 0.4533145698983659, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1899 + }, + { + "test_rec": 0.9048145663913985, + "test_prec": 0.7442862593293377, + "test_acc": 0.7345131217138574, + "test_loss": 0.7836659184402552, + "train_loss": 0.18176257730491607, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1900 + }, + { + "test_rec": 0.6818879518355924, + "test_prec": 0.7677211321753818, + "test_acc": 0.778317491248664, + "test_loss": 0.5868002006605908, + "train_loss": 0.0305803233198853, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1901 + }, + { + "test_rec": 0.8331446894490939, + "test_prec": 0.661562548539554, + "test_acc": 0.6981340036417596, + "test_loss": 1.048594117766772, + "train_loss": 0.13305657863975712, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1902 + }, + { + "test_rec": 0.6812469879321459, + "test_prec": 0.7046686049784984, + "test_acc": 0.7099140406343726, + "test_loss": 0.5968080663496513, + "train_loss": 0.14817284045865714, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1903 + }, + { + "test_rec": 0.7449291848865943, + "test_prec": 0.7044787266030075, + "test_acc": 0.7632709585311386, + "test_loss": 0.5912107168159939, + "train_loss": 0.22554339755819308, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1904 + }, + { + "test_rec": 0.5809911587374533, + "test_prec": 0.8480447396838724, + "test_acc": 0.7948674642687263, + "test_loss": 0.5865645136098141, + "train_loss": 0.4285453215426482, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1905 + }, + { + "test_rec": 0.5859644809546294, + "test_prec": 0.6916427326163512, + "test_acc": 0.7168902626080591, + "test_loss": 1.098091600563574, + "train_loss": 0.18392128645228933, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1906 + }, + { + "test_rec": 0.5013601600895722, + "test_prec": 0.8227105279238558, + "test_acc": 0.7387356978659038, + "test_loss": 0.5218860124009146, + "train_loss": 0.22742006819963093, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1907 + }, + { + "test_rec": 0.9819738359967414, + "test_prec": 0.7514624964873599, + "test_acc": 0.7206450978907541, + "test_loss": 0.5831286629590047, + "train_loss": 0.02597832456497679, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1908 + }, + { + "test_rec": 0.6120503616363218, + "test_prec": 0.7436105014571336, + "test_acc": 0.7232249555227492, + "test_loss": 0.8796146720293141, + "train_loss": 0.41578012453636654, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1909 + }, + { + "test_rec": 0.7911960582614332, + "test_prec": 0.8715322192999518, + "test_acc": 0.7632329761502651, + "test_loss": 0.6311986116624346, + "train_loss": 0.27965315368396126, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1910 + }, + { + "test_rec": 0.8541936643047519, + "test_prec": 0.6266411667163161, + "test_acc": 0.7609609937586791, + "test_loss": 0.8357914073734667, + "train_loss": 0.07312587348779061, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1911 + }, + { + "test_rec": 0.8167874711772432, + "test_prec": 0.7804532453397276, + "test_acc": 0.8012879340645696, + "test_loss": 1.024914409563037, + "train_loss": 0.365679854781763, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1912 + }, + { + "test_rec": 0.8391571133038922, + "test_prec": 0.8796590462423693, + "test_acc": 0.698279646320697, + "test_loss": 1.114271527942771, + "train_loss": 0.15501664740620572, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1913 + }, + { + "test_rec": 0.8008678665842571, + "test_prec": 0.7009459732282453, + "test_acc": 0.7002259688393483, + "test_loss": 0.6618594926820311, + "train_loss": 0.39019356605015176, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1914 + }, + { + "test_rec": 0.7776288930244943, + "test_prec": 0.742575283896757, + "test_acc": 0.7169483223054492, + "test_loss": 0.4761240906167153, + "train_loss": 0.36427867914913437, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1915 + }, + { + "test_rec": 0.767767459388208, + "test_prec": 0.7273489705292724, + "test_acc": 0.7020908230479391, + "test_loss": 0.5043225291992126, + "train_loss": 0.08079177177202158, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1916 + }, + { + "test_rec": 0.8114675472899668, + "test_prec": 0.8613020751666989, + "test_acc": 0.7334066891974932, + "test_loss": 0.7194165114941664, + "train_loss": 0.3422129776677957, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1917 + }, + { + "test_rec": 0.9832340548897576, + "test_prec": 0.7119338712116989, + "test_acc": 0.7214419845908414, + "test_loss": 1.1759777093447528, + "train_loss": 0.2345402142267583, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1918 + }, + { + "test_rec": 0.9663949929814255, + "test_prec": 0.6541346449785812, + "test_acc": 0.745323456336567, + "test_loss": 0.9373797864412636, + "train_loss": 0.41579161394863806, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1919 + }, + { + "test_rec": 0.5581849925294508, + "test_prec": 0.8706016070953098, + "test_acc": 0.7771737455406809, + "test_loss": 1.005042868908151, + "train_loss": 0.21603514819136815, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1920 + }, + { + "test_rec": 0.7426067646906731, + "test_prec": 0.6717773345831907, + "test_acc": 0.7979954179732848, + "test_loss": 0.6055386844349572, + "train_loss": 0.07993664201830658, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1921 + }, + { + "test_rec": 0.5754475612075846, + "test_prec": 0.828281424808708, + "test_acc": 0.7763441919494655, + "test_loss": 0.7552545428757005, + "train_loss": 0.3673844659107775, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1922 + }, + { + "test_rec": 0.7992721909348479, + "test_prec": 0.7738220604468621, + "test_acc": 0.6983680013303625, + "test_loss": 0.7079640470044833, + "train_loss": 0.25133514153791653, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1923 + }, + { + "test_rec": 0.6542793495452907, + "test_prec": 0.7671195608225296, + "test_acc": 0.7462105246445379, + "test_loss": 0.9758696468993504, + "train_loss": 0.22497303481412478, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1924 + }, + { + "test_rec": 0.9659068318922599, + "test_prec": 0.7119675449819944, + "test_acc": 0.7009028597289394, + "test_loss": 0.5891339707209456, + "train_loss": 0.2730128983351703, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1925 + }, + { + "test_rec": 0.6959459829824024, + "test_prec": 0.6408167815732743, + "test_acc": 0.7199356687981785, + "test_loss": 0.8461733767423011, + "train_loss": 0.10149942010258177, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1926 + }, + { + "test_rec": 0.7779593365111632, + "test_prec": 0.6916998808311599, + "test_acc": 0.6964350051913041, + "test_loss": 0.8660626066422625, + "train_loss": 0.1551639420480018, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1927 + }, + { + "test_rec": 0.6141926903082657, + "test_prec": 0.810631131344062, + "test_acc": 0.7017369692691904, + "test_loss": 0.9977061070109658, + "train_loss": 0.42596412532748806, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1928 + }, + { + "test_rec": 0.48478280458694584, + "test_prec": 0.6789990029444298, + "test_acc": 0.7807319620113098, + "test_loss": 0.8341202492086279, + "train_loss": 0.13476771402408033, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1929 + }, + { + "test_rec": 0.614230905173979, + "test_prec": 0.7414702454575502, + "test_acc": 0.7100212398334175, + "test_loss": 0.6937381090586068, + "train_loss": 0.36659643125472946, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1930 + }, + { + "test_rec": 0.8313468309910399, + "test_prec": 0.6395567591214657, + "test_acc": 0.7471987690838107, + "test_loss": 0.9118890064797771, + "train_loss": 0.30038238646515825, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1931 + }, + { + "test_rec": 0.7249592724823346, + "test_prec": 0.7461089936004406, + "test_acc": 0.7416036708527244, + "test_loss": 0.8244613384411074, + "train_loss": 0.36925486567989524, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1932 + }, + { + "test_rec": 0.9166572184970239, + "test_prec": 0.6912660124031048, + "test_acc": 0.7770422657060237, + "test_loss": 0.873659628214659, + "train_loss": 0.44882177317524, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1933 + }, + { + "test_rec": 0.7026276370766742, + "test_prec": 0.7073244903238515, + "test_acc": 0.7518014987542724, + "test_loss": 0.48991080786414437, + "train_loss": 0.4588002119504986, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1934 + }, + { + "test_rec": 0.8094614939063789, + "test_prec": 0.6759734953443386, + "test_acc": 0.696150646226089, + "test_loss": 1.085423804501841, + "train_loss": 0.17917031607542014, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1935 + }, + { + "test_rec": 0.4558005638834633, + "test_prec": 0.8147836767413685, + "test_acc": 0.7141757399726891, + "test_loss": 0.9368956948529656, + "train_loss": 0.35674123543139274, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1936 + }, + { + "test_rec": 0.8366701831431931, + "test_prec": 0.8736483863706839, + "test_acc": 0.7855606975062297, + "test_loss": 0.7486954530984613, + "train_loss": 0.42160755527899396, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1937 + }, + { + "test_rec": 0.7258360077338665, + "test_prec": 0.7144276832741006, + "test_acc": 0.6937129127616783, + "test_loss": 0.7238180732349451, + "train_loss": 0.07085911975479647, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1938 + }, + { + "test_rec": 0.885665337351712, + "test_prec": 0.6733946898451865, + "test_acc": 0.7828217093298013, + "test_loss": 1.069080697199118, + "train_loss": 0.1311763347928718, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1939 + }, + { + "test_rec": 0.6424543635230902, + "test_prec": 0.8034689854048074, + "test_acc": 0.7890268291069885, + "test_loss": 1.169801596641827, + "train_loss": 0.40369366611246343, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1940 + }, + { + "test_rec": 0.7635336292406408, + "test_prec": 0.6244790931252355, + "test_acc": 0.7873406290999649, + "test_loss": 1.1650388640945115, + "train_loss": 0.21124794251423046, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1941 + }, + { + "test_rec": 0.6500035445142046, + "test_prec": 0.7316982660056565, + "test_acc": 0.743738154878572, + "test_loss": 1.0913900935712764, + "train_loss": 0.25588656536704046, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1942 + }, + { + "test_rec": 0.7260293641237632, + "test_prec": 0.840377551228001, + "test_acc": 0.7812759648297583, + "test_loss": 0.5031831045182349, + "train_loss": 0.23715540325060394, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1943 + }, + { + "test_rec": 0.9171865935730894, + "test_prec": 0.8577654371287571, + "test_acc": 0.701812331792005, + "test_loss": 0.9072782926519211, + "train_loss": 0.43321853485181244, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1944 + }, + { + "test_rec": 0.5894742544313002, + "test_prec": 0.6319775322116479, + "test_acc": 0.7395383382048776, + "test_loss": 1.0640407250233606, + "train_loss": 0.34442010963452213, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1945 + }, + { + "test_rec": 0.9866729498413249, + "test_prec": 0.760437551782189, + "test_acc": 0.779643763114911, + "test_loss": 0.7723643361161581, + "train_loss": 0.4374093409313543, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1946 + }, + { + "test_rec": 0.47988817256066485, + "test_prec": 0.8394494286749428, + "test_acc": 0.7039073557725708, + "test_loss": 0.5740477468935602, + "train_loss": 0.420263381200033, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1947 + }, + { + "test_rec": 0.7234940777189316, + "test_prec": 0.8318115672844525, + "test_acc": 0.738861629109417, + "test_loss": 0.7961585904919486, + "train_loss": 0.2712525915016915, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1948 + }, + { + "test_rec": 0.6765322599617829, + "test_prec": 0.6679298229619332, + "test_acc": 0.6946361275348102, + "test_loss": 1.0909997815601526, + "train_loss": 0.4410091610617453, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1949 + }, + { + "test_rec": 0.7984590632866239, + "test_prec": 0.7029128752565654, + "test_acc": 0.7606283427513467, + "test_loss": 1.1256265246560408, + "train_loss": 0.28041652104373865, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1950 + }, + { + "test_rec": 0.9427676095920239, + "test_prec": 0.8679575216618821, + "test_acc": 0.7916743997772874, + "test_loss": 0.792696010804474, + "train_loss": 0.23644698688476246, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1951 + }, + { + "test_rec": 0.8236562835151768, + "test_prec": 0.6578627449092428, + "test_acc": 0.7746364848145494, + "test_loss": 0.6794458064082499, + "train_loss": 0.08869985314264366, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1952 + }, + { + "test_rec": 0.9268624778410998, + "test_prec": 0.7644752695713366, + "test_acc": 0.7299256943000466, + "test_loss": 0.7514569874599808, + "train_loss": 0.4696904933972793, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1953 + }, + { + "test_rec": 0.5774122656403942, + "test_prec": 0.8101443705852134, + "test_acc": 0.7208200456956888, + "test_loss": 0.5339339856837343, + "train_loss": 0.17457785971505288, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1954 + }, + { + "test_rec": 0.7970458456150624, + "test_prec": 0.7878326601730379, + "test_acc": 0.7667861295395654, + "test_loss": 0.5872081433719369, + "train_loss": 0.13365107215332536, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1955 + }, + { + "test_rec": 0.495308350392818, + "test_prec": 0.7470826286449265, + "test_acc": 0.7285711189835068, + "test_loss": 0.7148497847596758, + "train_loss": 0.22180036104464784, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1956 + }, + { + "test_rec": 0.6378579919243533, + "test_prec": 0.8099658838147547, + "test_acc": 0.7236902357482858, + "test_loss": 0.5568478938874615, + "train_loss": 0.33685183709586336, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1957 + }, + { + "test_rec": 0.600962026788125, + "test_prec": 0.8375219498680324, + "test_acc": 0.7536429923133995, + "test_loss": 1.0673120687287794, + "train_loss": 0.07337057697335932, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1958 + }, + { + "test_rec": 0.7486663235573017, + "test_prec": 0.714224069754167, + "test_acc": 0.7791319009098931, + "test_loss": 0.8354078053163743, + "train_loss": 0.10803593178903671, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1959 + }, + { + "test_rec": 0.6536932409420768, + "test_prec": 0.7951078395910085, + "test_acc": 0.7107545047143086, + "test_loss": 1.1072929343527105, + "train_loss": 0.015295967276989165, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1960 + }, + { + "test_rec": 0.6904653545035084, + "test_prec": 0.8162787352939511, + "test_acc": 0.7625173346572511, + "test_loss": 0.8339452850928575, + "train_loss": 0.3542962649296497, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1961 + }, + { + "test_rec": 0.6894665501013193, + "test_prec": 0.8505356126030765, + "test_acc": 0.7653659572530621, + "test_loss": 0.6213507678171603, + "train_loss": 0.2633955728680921, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1962 + }, + { + "test_rec": 0.7292365600998015, + "test_prec": 0.6672995540676515, + "test_acc": 0.7125987546841522, + "test_loss": 0.7131102783237371, + "train_loss": 0.19302385333973335, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1963 + }, + { + "test_rec": 0.7681074405076644, + "test_prec": 0.6954015801423351, + "test_acc": 0.695987261584687, + "test_loss": 0.6541156773648, + "train_loss": 0.03730277519104074, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1964 + }, + { + "test_rec": 0.6383320239024947, + "test_prec": 0.7434807456091184, + "test_acc": 0.7356331769983994, + "test_loss": 0.9808568625412672, + "train_loss": 0.07025398691922716, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1965 + }, + { + "test_rec": 0.5195367465254972, + "test_prec": 0.6645654440755098, + "test_acc": 0.7828418733118324, + "test_loss": 0.5993811135680739, + "train_loss": 0.22382344034465748, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1966 + }, + { + "test_rec": 0.5211236301938196, + "test_prec": 0.6629813323391783, + "test_acc": 0.7904185255530675, + "test_loss": 0.7293229982986704, + "train_loss": 0.16495945676705012, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1967 + }, + { + "test_rec": 0.7432614291483186, + "test_prec": 0.751138892500258, + "test_acc": 0.7738711741903752, + "test_loss": 0.792962114193538, + "train_loss": 0.19527255425524936, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1968 + }, + { + "test_rec": 0.8989764853672926, + "test_prec": 0.7248782219667784, + "test_acc": 0.7258331959773626, + "test_loss": 1.0184354997350291, + "train_loss": 0.08247044690091901, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1969 + }, + { + "test_rec": 0.5637180777256744, + "test_prec": 0.7351688029959478, + "test_acc": 0.7150110125448751, + "test_loss": 0.8559345409879866, + "train_loss": 0.3195656278542077, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1970 + }, + { + "test_rec": 0.6762940391824279, + "test_prec": 0.7838625813467269, + "test_acc": 0.7415910063268984, + "test_loss": 0.7689329888235299, + "train_loss": 0.38657345397570997, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1971 + }, + { + "test_rec": 0.5003665037307979, + "test_prec": 0.7458334497127082, + "test_acc": 0.777727162237411, + "test_loss": 0.4748999769372301, + "train_loss": 0.057625349048323095, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1972 + }, + { + "test_rec": 0.7487489445941037, + "test_prec": 0.8730505771589703, + "test_acc": 0.7703362320486196, + "test_loss": 1.1122562592217202, + "train_loss": 0.13863311090782973, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1973 + }, + { + "test_rec": 0.9605325594046832, + "test_prec": 0.7659804552685342, + "test_acc": 0.71863664192148, + "test_loss": 0.9487693407206256, + "train_loss": 0.3604742674790631, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1974 + }, + { + "test_rec": 0.859363928737119, + "test_prec": 0.7978326893529848, + "test_acc": 0.7057318181733699, + "test_loss": 1.0196597826231821, + "train_loss": 0.14375612053791584, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1975 + }, + { + "test_rec": 0.450961980403129, + "test_prec": 0.8620295697751544, + "test_acc": 0.6958260111618285, + "test_loss": 0.8300903063825373, + "train_loss": 0.046593265129638614, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1976 + }, + { + "test_rec": 0.5848457062828133, + "test_prec": 0.7499354955845481, + "test_acc": 0.7721660856740895, + "test_loss": 0.649933318455854, + "train_loss": 0.057657596272263155, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1977 + }, + { + "test_rec": 0.5774902479440248, + "test_prec": 0.6354914165423707, + "test_acc": 0.726299318164961, + "test_loss": 0.5975033054801314, + "train_loss": 0.39055467076146777, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1978 + }, + { + "test_rec": 0.48789415323295127, + "test_prec": 0.7146218207363222, + "test_acc": 0.7134523461649422, + "test_loss": 0.8802460245283318, + "train_loss": 0.13383022421808244, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 3, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1979 + }, + { + "test_rec": 0.5321053267633242, + "test_prec": 0.8336273251394644, + "test_acc": 0.7756481529456448, + "test_loss": 0.9994362406841821, + "train_loss": 0.3697616390411086, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 64, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1980 + }, + { + "test_rec": 0.8823676944870016, + "test_prec": 0.6223559227585894, + "test_acc": 0.7460132542240432, + "test_loss": 0.9147050345428778, + "train_loss": 0.038456615781539305, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1981 + }, + { + "test_rec": 0.48632436761427267, + "test_prec": 0.6285672919550368, + "test_acc": 0.7050951096471083, + "test_loss": 0.5463623463261387, + "train_loss": 0.2617689422207194, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1982 + }, + { + "test_rec": 0.8403185789586252, + "test_prec": 0.6501733129083597, + "test_acc": 0.7316572921439898, + "test_loss": 0.8019484301838382, + "train_loss": 0.05499723335847308, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1983 + }, + { + "test_rec": 0.9236616606724333, + "test_prec": 0.7912398427206389, + "test_acc": 0.7073820259178654, + "test_loss": 0.6075148662657184, + "train_loss": 0.12950651828479906, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1984 + }, + { + "test_rec": 0.5839464965694539, + "test_prec": 0.7505258404678162, + "test_acc": 0.7852174052953164, + "test_loss": 0.9524499514511242, + "train_loss": 0.04647075459684205, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1985 + }, + { + "test_rec": 0.664218912860259, + "test_prec": 0.8271290271570304, + "test_acc": 0.7673781086778678, + "test_loss": 0.5437219053058748, + "train_loss": 0.09461975201034077, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 64, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1986 + }, + { + "test_rec": 0.4993080551216787, + "test_prec": 0.8799932945614557, + "test_acc": 0.7174814584124428, + "test_loss": 0.4855855110362097, + "train_loss": 0.2520498703681978, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 16, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1987 + }, + { + "test_rec": 0.8347060329656331, + "test_prec": 0.8704507125162215, + "test_acc": 0.7171382461960553, + "test_loss": 0.6768730479773, + "train_loss": 0.012984927845356143, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1988 + }, + { + "test_rec": 0.9414762146616193, + "test_prec": 0.8372926821589317, + "test_acc": 0.6937487030377828, + "test_loss": 0.8012620314483667, + "train_loss": 0.31039423867863836, + "batch_size": 32, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1989 + }, + { + "test_rec": 0.5885395511338216, + "test_prec": 0.6384410568833154, + "test_acc": 0.7262547941939328, + "test_loss": 0.8350949398730809, + "train_loss": 0.3201457023635693, + "batch_size": 8, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1990 + }, + { + "test_rec": 0.5611423055851391, + "test_prec": 0.667537923725493, + "test_acc": 0.761123809146251, + "test_loss": 0.5974113477162689, + "train_loss": 0.06356075719503959, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 3, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1991 + }, + { + "test_rec": 0.7472589269995935, + "test_prec": 0.8721936423177357, + "test_acc": 0.7648232962441736, + "test_loss": 1.1546182959005458, + "train_loss": 0.06193193906872661, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 5, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 128, + "uid": 1992 + }, + { + "test_rec": 0.7875287585899198, + "test_prec": 0.6258276131737347, + "test_acc": 0.7489630079450582, + "test_loss": 0.5434792306009484, + "train_loss": 0.33325347455136517, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1993 + }, + { + "test_rec": 0.7036248315825573, + "test_prec": 0.786446908548604, + "test_acc": 0.7872013781170393, + "test_loss": 0.6218153653990051, + "train_loss": 0.3487438592478991, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 16, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1994 + }, + { + "test_rec": 0.6171654933390001, + "test_prec": 0.6278154286224231, + "test_acc": 0.7362092969388533, + "test_loss": 0.47398325325012797, + "train_loss": 0.33316418858689706, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 32, + "uid": 1995 + }, + { + "test_rec": 0.9167595447416269, + "test_prec": 0.7732221112880812, + "test_acc": 0.7180399235996847, + "test_loss": 0.6710128809123088, + "train_loss": 0.1577623776334868, + "batch_size": 32, + "lstm_output_size": 16, + "pool_size": 4, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1996 + }, + { + "test_rec": 0.9465509290028031, + "test_prec": 0.762396523363828, + "test_acc": 0.7923034783933818, + "test_loss": 1.0937470672288732, + "train_loss": 0.2641293049286533, + "batch_size": 16, + "lstm_output_size": 64, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.1, + "embedding_dim": 32, + "uid": 1997 + }, + { + "test_rec": 0.7537511722673084, + "test_prec": 0.7451589493133117, + "test_acc": 0.7755905991542905, + "test_loss": 0.6173926286191658, + "train_loss": 0.22423882448158364, + "batch_size": 8, + "lstm_output_size": 64, + "pool_size": 4, + "kernel_size": 5, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1998 + }, + { + "test_rec": 0.5430693839659751, + "test_prec": 0.8562987597819688, + "test_acc": 0.7079204920848374, + "test_loss": 0.8518045671231775, + "train_loss": 0.2535312990365621, + "batch_size": 16, + "lstm_output_size": 16, + "pool_size": 2, + "kernel_size": 7, + "filters": 32, + "dropout": 0.01, + "embedding_dim": 128, + "uid": 1999 + } +] \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..1247755 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "version": "2.0.0", + "scripts": { + "build": "webpack --mode production", + "start": "webpack serve" + }, + "license": "MIT", + "private": true, + "main": "./src/index.js", + "devDependencies": { + "clean-webpack-plugin": "^4.0.0", + "copy-webpack-plugin": "^10.0.0", + "html-webpack-plugin": "^5.5.0", + "webpack": "^5.64.4", + "webpack-cli": "^4.9.1", + "webpack-dev-server": "^4.6.0", + "webpack-stream": "^7.0.0" + }, + "dependencies": { + "@lightningchart/lcjs": "^6.0.0", + "@lightningchart/xydata": "^1.4.0" + }, + "lightningChart": { + "eID": "1701" + } +} diff --git a/parallelCoordChartHeavyDataSet-cyberSpace.png b/parallelCoordChartHeavyDataSet-cyberSpace.png new file mode 100644 index 0000000..70c82d3 Binary files /dev/null and b/parallelCoordChartHeavyDataSet-cyberSpace.png differ diff --git a/parallelCoordChartHeavyDataSet-darkGold.png b/parallelCoordChartHeavyDataSet-darkGold.png new file mode 100644 index 0000000..fac17ed Binary files /dev/null and b/parallelCoordChartHeavyDataSet-darkGold.png differ diff --git a/parallelCoordChartHeavyDataSet-light.png b/parallelCoordChartHeavyDataSet-light.png new file mode 100644 index 0000000..ac3c8f0 Binary files /dev/null and b/parallelCoordChartHeavyDataSet-light.png differ diff --git a/parallelCoordChartHeavyDataSet-lightNature.png b/parallelCoordChartHeavyDataSet-lightNature.png new file mode 100644 index 0000000..3e7ab61 Binary files /dev/null and b/parallelCoordChartHeavyDataSet-lightNature.png differ diff --git a/parallelCoordChartHeavyDataSet-turquoiseHexagon.png b/parallelCoordChartHeavyDataSet-turquoiseHexagon.png new file mode 100644 index 0000000..bfe6bbd Binary files /dev/null and b/parallelCoordChartHeavyDataSet-turquoiseHexagon.png differ diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..47eb4bb --- /dev/null +++ b/src/index.js @@ -0,0 +1,47 @@ +const lcjs = require('@lightningchart/lcjs') +const { lightningChart, Themes } = lcjs + +const lc = lightningChart({ + resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/', + }) +const chart = lc + .ParallelCoordinateChart({ + theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined, + }) + .setTitle('Large data set Parallel Coordinate Chart') + +fetch(document.head.baseURI + 'examples/assets/1701/network-training-data.json') + .then((r) => r.json()) + .then((data) => { + const Axes = { + test_rec: 0, + test_prec: 1, + test_acc: 2, + test_loss: 3, + train_loss: 4, + batch_size: 5, + lstm_output_size: 6, + pool_size: 7, + kernel_size: 8, + filters: 9, + dropout: 10, + embedding_dim: 11, + } + chart.setAxes(Axes) + chart.forEachAxis((axis) => axis.setTitleRotation(10)) + + // Stroke thickness -1 is recommended for parallel coordinate charts with large data amounts, and especially if fill is transparent. + // This results in 1 px thin lines without any overlapping segments within 1 series. + chart.setSeriesStrokeThickness(-1) + // Disabling splines can enable visualization of larger data sets, and also helps analyzing large data sets. + chart.setSpline(false) + chart.setUnselectedSeriesColor((color) => color.setA(10)) + data.forEach((sample) => + chart + .addSeries({ automaticColorIndex: 0 }) + .setName(`Sample ${sample.uid}`) + .setData(sample) + // With large data sets, opacity is generally used to identify trends in the data (overlapping values = more visible) + .setColor((color) => color.setA(20)), + ) + }) diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 0000000..34aaac1 --- /dev/null +++ b/webpack.config.js @@ -0,0 +1,70 @@ +const HtmlWebpackPlugin = require('html-webpack-plugin') +const { CleanWebpackPlugin } = require('clean-webpack-plugin') +const CopyWebpackPlugin = require('copy-webpack-plugin') +const path = require('path') +const webpack = require('webpack') + +const targetFolderName = 'dist' +const outputPath = path.resolve(__dirname, targetFolderName) +const packageJSON = require('./package.json') + +module.exports = { + mode: 'development', + entry: { + app: packageJSON.main, + }, + devServer: { + static: outputPath, + compress: true, + }, + resolve: { + modules: [path.resolve('./src'), path.resolve('./node_modules')], + extensions: ['.js'], + }, + output: { + filename: 'js/[name].[contenthash].bundle.js', + chunkFilename: 'js/[name].[contenthash].bundle.js', + path: outputPath, + }, + optimization: { + splitChunks: { + chunks: 'all', + cacheGroups: { + // make separate 'vendor' chunk that contains any dependencies + // allows for smaller file sizes and faster builds + vendor: { + test: /[\\/]node_modules[\\/]/, + chunks: 'initial', + name: 'vendor', + priority: -10, + reuseExistingChunk: true, + }, + }, + }, + runtimeChunk: 'single', + }, + plugins: [ + new CleanWebpackPlugin(), + new HtmlWebpackPlugin({ + title: 'app', + filename: path.resolve(__dirname, 'dist', 'index.html'), + }), + new CopyWebpackPlugin({ + patterns: [ + { + from: './assets/**/*', + to: `./examples/assets/${packageJSON.lightningChart.eID}/[name][ext]`, + noErrorOnMissing: true, + }, + { + from: './node_modules/@lightningchart/lcjs/dist/resources', + to: 'resources', + noErrorOnMissing: true, + }, + ], + }), + new webpack.DefinePlugin({ + LCJS_LICENSE: "'" + process.env.LCJS_LICENSE + "'", + }), + ], +}