Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 14 Python Rnn Projects
-
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
tinysleepnet
TinySleepNet: An Efficient Deep Learning Model for Sleep Stage Scoring based on Raw Single-Channel EEG by Akara Supratak and Yike Guo from The Faculty of ICT, Mahidol University and Imperial College London respectively
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
DeepMalwareDetector
A Deep Learning framework that analyses Windows PE files to detect malicious Softwares.
Project mention: Looking for insight on labelling portable executable (PE) malware files using a VirusTotal API response report. | reddit.com/r/Malware | 2022-08-26What brought me to this research was these studies [1] [2], which demonstrates how image-based malware classification can be done using a CNN (convolutional neural network). Since I had a bit of a background with malware, and I recently completed a CNN model, I figured I would try to do something similar. It was only after investigating different materials I hit a bit of a roadblock. I found this one dataset, malimg [3], which is made up of PE files that have been converted into images already. I didn't want to just use the images, I wanted to demonstrate how to get them, only the method used to classify them turned out to be a bit out of my depth, kind of like this whole project, it's discussed in Section 4.2 of this paper [4] . There's also this set [5], which contains the pixel content for each file record. And as for the static disassembly you mention, I think you are right, the training data might not exist. During my investigation the best I could find was this study [6].
-
-
-
AREnets
Tensorflow-based framework which lists attentive implementation of the conventional neural network models (CNN, RNN-based), applicable for Relation Extraction classification tasks as well as API for custom model implementation
Project mention: Show HN: AREnets – TensorFlow-based Relation Extraction kit for work in Colab | news.ycombinator.com | 2023-01-05 -
-
deepNOID
deepNOID, the binary music genre classifier which determines if what you're listening to really is NOIDED
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Rnn related posts
- [D] Totally Open Alternatives to ChatGPT
- [R] RWKV 14B ctx8192 is a zero-shot instruction-follower without finetuning, 23 token/s on 3090 after latest optimization (16G VRAM is enough, and you can stream layers to save more VRAM)
- [P] RWKV 14B is a strong chatbot despite only trained on Pile (16G VRAM for 14B ctx4096 INT8, more optimizations incoming)
- [R] RWKV (100% RNN) can genuinely model ctx4k+ documents in Pile, and RWKV model+inference+generation in 150 lines of Python
- [P] ChatRWKV v2 (can run RWKV 14B with 3G VRAM), RWKV pip package, and finetuning to ctx16K
- Ask HN: Open-source GPT-3 alternatives
- [R] RWKV-4 14B release (and ChatRWKV) - a surprisingly strong RNN Language Model
-
A note from our sponsor - Sonar
www.sonarsource.com | 24 Mar 2023
Index
What are some of the best open-source Rnn projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | ChatRWKV | 3,617 |
2 | eda_nlp | 1,404 |
3 | wtte-rnn | 729 |
4 | ConvLSTM-PyTorch | 264 |
5 | sentence-classification | 230 |
6 | easyesn | 117 |
7 | tinysleepnet | 65 |
8 | DeepMalwareDetector | 45 |
9 | thesis | 14 |
10 | pytorch_deep_learning | 7 |
11 | AREnets | 7 |
12 | RNN-Twitter-Bot | 6 |
13 | deepNOID | 4 |
14 | Machine-Learning-Game-Ideas | 0 |