Understanding Simbrain

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Understanding Simbrain

CharlesKuntz
I am new to neural networks and I am wondering if Simbrain is appropriate for what I want to do. I have an excel spreadsheet of cancer survival data. I want to train the network with parameters including patient age, location, tumour type, etc. with specific survival data. I want to then use the network on test data to see how accurate it is on predicting survival. I know that excel add-ins can do this, but I am hopeful that Simbrain can do this as well. Let me know Thanks

Charles
Reply | Threaded
Open this post in threaded view
|

Re: Understanding Simbrain

jyoshimi
Administrator
Simbrain can do this kind of thing but I wouldn't say that's it's best use case, at least not currently (Simbrain is great for visualizing networks and network dynamics, learning about neural networks, and some cognitive science and comp. neuroscience modeling) . For the kind of machine learning task you are looking at, I'd say python with scikitlearn is the best place to start, or if you prefer something more visual maybe WEKA.