Bi-LSTM
ConceptBidirectional Long Short-Term Memory (Bi-LSTM) is a recurrent neural network architecture that processes sequences in both forward and backward directions, enabling each output to encode information from both past and future context. It is widely used as a sequence encoder and classifier for tasks where local and bidirectional dependencies matter, including network-evasion detection, phishing URL classification, and CPU basic-block embedding for fuzzing.
WIKI
Bi-LSTM
Bidirectional Long Short-Term Memory (Bi-LSTM) is a recurrent neural network architecture that runs two LSTM passes over the same sequence—one forward and one backward—and typically combines their hidden states (concatenation or summation) so that each position's representation is informed by both past and future tokens [1]. The bidirectionality makes Bi-LSTM particularly suitable for tasks in which the meaning of a token depends on context that lies on both sides of it in the sequence, rather than purely on preceding tokens.
Inductive bias and motivation
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →