Skip to content

Multi-Input Model for RNA Sequence Interaction Prediction

Notifications You must be signed in to change notification settings

mohadesesd/BScProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Multi-Input Model for RNA Sequence Interaction Prediction

Introduction

This repository contains a multi-input neural network model that predicts if two RNA sequences have interaction.

Model Architecture

The model uses two input sequences, which go through separate embedding and convolutional layers. These layers are designed to capture the features of the RNA sequences effectively. After a series of convolutional and max-pooling operations, the feature maps are flattened and combined. The merged feature vector is then passed through fully connected layers to make the final prediction.

Dependencies

  • Python 3.x
  • TensorFlow 2.x
  • Keras

Use the following command to install the required libraries:

pip install tensorflow
pip install keras

About

Multi-Input Model for RNA Sequence Interaction Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published