Hi guys, i am a student studying software engineering and i am doing my dissertation on Kohonen Neural Networks. I would like to know who to calculate or estimate how much memory is required to run plausible text classification. I can't seem to find anything regarding this. Can anyone help me out or point me in the right direction.
Thanks so much
2 replies to this topic
#1
Posted 20 January 2011 - 01:57 AM
|
|
|
#2
Posted 21 January 2011 - 12:18 PM
The amount of memory, as in space used in RAM, depends on your code. How are you representing the nodes, what data is being stored, etc.
#3
Posted 25 January 2011 - 03:08 AM
MaltaSauce said:
Hi guys, i am a student studying software engineering and i am doing my dissertation on Kohonen Neural Networks. I would like to know who to calculate or estimate how much memory is required to run plausible text classification. I can't seem to find anything regarding this. Can anyone help me out or point me in the right direction.
The answer will ultimately depend on several things, chief among them: which neural network architecture you're using (Kohonen developed a number of different neural models) and the size of the neural network (which, in turn, will largely be determined by the number of features ("inputs") you use, and the number of output classes).
Edited by Predictor, 29 January 2011 - 02:40 AM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









