top of page
Search


ENCODER-DECODER NEURAL NETWORKS
In my previous blogpost, I explained what recurrent neural networks (RNNs) are. To read more about this topic, click on the following hyperlink: RECURRENT NEURAL NETWORKS RNNs are a specialized form of the classic feed forward network, which I explained in WHAT IS AN ARTIFICIAL NEURAL NETWORK? . Used to translate words or summarize text, RNNs ingest sequential inputs, such as the words in a sentence or paragraph ( Figure 1 ). Figure 1. RNNs are feedforward networks with a hi

Genaro Pimienta
Jan 45 min read


WHAT IS AN ARTIFICIAL NEURAL NETWORK?
ARTIFICIAL NEURAL NETWORKS Artificial neural networks , also known as deep learning networks, are a type of machine learning algorithm, which can extract exceedingly complex features from input data. Examples of input data features are the words in a sentence or the patterns in an image. In analogy to the huma n brain’s cognitive processes, deep learning networks acquire the ability to identify feature patterns ( learn ) by modulating the activation state of the artificial n

Genaro Pimienta
Jan 1, 20256 min read


RECURRENT NEURAL NETWORKS
I provide in this post a high-level introduction to artificial neural networks in the context of MS-proteomics.

Genaro Pimienta
Oct 14, 20244 min read
bottom of page
