As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone recommend me some good tutorial regarding SOM? I googled up some, but I'm not very satisfied with them.
Thanks,
proper
What are you looking for in particular and what language are you using?
One of the easiest explanations of SOM involve the automatic mapping of similar colours as described here and here. I always liked AI-Junkie's site which also demonstrates the colour classification. Try and understand why the colours merge as that is probably the 'hello world' equivalent in Self-Organizing Maps.
Is there something in particular you don't understand?
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can someone please provide me with links to tutorials on how to use the GUI neural network tool called "nntool" in MATLAB 7.0.4 on windows?
Not exactly sure what your looking to do, hopefully this will help.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What are the best practices, in general to reduce the file size of your iphone app?
Do Reuse of functions instead of multiple functions
Remove unnecessary code
Remove debugging code.
Use object oriented style of coding instead of procedural
See this links:
1. question1
2. question2
3. question3
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Just want to look at how things are implemented for learning purpose and may even contribute something along the way. So is there any open source facebook clones out there ?
Thanks
Searching gives
Diaspora
OneSocialWeb
as starting points, a list of active distributed social media sites can be found here
This one is most polished right now: http://elgg.org/
Not exactly a 'clone' but Diaspora is an open source, decentralised, distributed alternative to Facebook.
https://github.com/diaspora/diaspora
https://joindiaspora.com/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Is there a way to incorporate in some way (suggestions welcome) snippets in matlab's editor. I just need static snippets feature, for standard and often used stuff (simple formatting, plotting and the like) ...
Talking about matlab 2008b here; I don't know if the situation changed in the recent versions.
yes there is - you can use my EditorMacro utility for this, as explained here:
http://UndocumentedMatlab.com/blog/editormacro-assign-a-keyboard-macro-in-the-matlab-editor/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know for any good resource on the web or book where the explanation for Viterbi decoder or a tutorial on how to decode a received bit sequence by using trellis diagram could be found?
Thanks!
A good explanation can be found on 1-core.
Wikipedia, of course, has plenty of background information.
There is actually a website which will generate viterbi decoder software for you. How cool is that?
Digital Communications: Fundamentals and Applications - Bernard Sklar perhaps.