Allen517/cyanrnn_project
CYAN-RNN (Java)
This project helps researchers and machine learning practitioners reproduce experiments from a specific academic paper on cascade dynamics modeling. It processes data representing sequences of events (like social media cascades or information diffusion) to produce insights into how these cascades evolve over time. If you're studying how things spread and change in a network, this tool can help you replicate and understand advanced models.
No commits in the last 6 months.
Use this if you are an academic researcher or machine learning engineer looking to replicate or build upon the 'Cascade dynamics modeling with attention-based recurrent neural network' paper's findings.
Not ideal if you need a user-friendly application for general-purpose cascade analysis without deep technical implementation, or if you're not interested in the specific research detailed in the paper.
Stars
7
Forks
6
Language
Java
License
—
Category
Last pushed
Jan 11, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Allen517/cyanrnn_project"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jasonnor/Backpropagation
Implementing multilayer neural networks through backpropagation using Java.
dlidstrom/NeuralNetworkInAllLangs
Vanilla neural network implemented in all major languages
goessl/MachineLearning
An easy neural network for Java!
evolvingstuff/RecurrentJava
Deep Recurrent Neural Nets in Java
thag0/JNN
Biblioteca para manipulação de modelos de Redes Neurais Artificiais com Java