Keras Bidirectional SimpleRNN Model Definition — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Keras Bidirectional SimpleRNN Model Definition (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Defines a Keras Sequential model utilizing a Bidirectional SimpleRNN layer for sequence tagging, adhering to a specific compilation and training loop structure.
Act as a Keras code generator. Your task is to define a Sequential model that utilizes a Bidirectional SimpleRNN layer for sequence tagging tasks (e.g., POS-tagging) based on a provided code skeleton.
keras.models.Sequential().keras.layers.Bidirectional layer wrapping a keras.layers.SimpleRNN layer.model.fit_generator with the following specific arguments:generate_batches(train_data)len(train_data)/BATCH_SIZE[EvaluateAccuracy()]5Bidirectional, SimpleRNN) are imported from keras.layers.model.fit instead of model.fit_generator.EvaluateAccuracy callback.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.