Berkeley CSUA MOTD:Entry 18977
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2000/8/14-15 [Computer/Theory] UID:18977 Activity:high
8/13    Is there such a thing as an algorithm that can output another
        algorithm? Kind of like self tuning, self evolving algorithm?
        \_ Yes. Not as glamorous as it sounds; see also: genetic algorithms,
           Remez algorithms, data-directed programming
        \_ bison, yacc, (f)lex, and many many more. not self tuning though.
        \_ There are algorithmns that can learn from data.  It's really not
           as sexy as some people seem to think, just an application of
           statistics.
        \_ self-propagating neural networks
           \_ Neural nets are data structures not algorithms.  And
              there is no such thing as a self-propagating neural net.
              There are neural nets with feedback loops, but they don't
              output 'another algorithm.'  They have some uses in time
                        \_ Tell us of the stars....
              series prediction.  Please don't be an idiot, read Russell's
              book or something.
              \_"A neural network is a processing device, either an algorithm
              or actual hardware, whose design was motivated by the design and
              functioning of human brains and components thereof" from the NN
              FAQ. And I believe it is theoretically possible for a NN to
              output another algorithm. Sign your posts. williamc
                \_ A NN FAQ is not an AI authority.  For one, this "FAQ" seems
                   to imply that an algorithm is a processing device, which
                   is idiotic.  And a neural network cannot 'theoretically'
                   output an algorithm.  It outputs an array or list of
                   floating point numbers.  I recommend Christopher Bishop's
                   neural networks book as an excellent way of learning more.
                \_ It's easier to babble on the motd and toss buzzwords
                   around.
                \_ how dare you call me a "data structure". -brain
        \_ feedback loops
        \_ Does self-modifying code count?
        \_ Optimising compilers fit, too...
        \_ and my thesis!
2024/11/23 [General] UID:1000 Activity:popular
11/23   

You may also be interested in these entries...
2002/11/7-8 [Computer/Theory] UID:26462 Activity:kinda low
11/7    Anyone have a good intro (i'm in math54 atm) to bayesian analysis
        that a college sophomore could understand? i read that the new
        spamassassin uses it (like ifile) but cant find a good intro text on
        it other than:
        http://www.paulgraham.com/spam.html
        (which was actually pretty good)
	...
2001/11/8-9 [Computer/Theory] UID:22971 Activity:very high
11/7    I hate math 55. If CS is an extension of math 55, I'm gonna drop out.
        \_ if you don't like math 55 you are better off doing something else
           with your life.  You will not be happy as a programmer.
           \_ I don't think math55 is a good measure of what a career in cs
              is like.
              \_ career in CS or a career in programming?  they are not the
	...
2000/5/3-4 [Computer/Theory] UID:18162 Activity:very high
4/32    Stat 200a vs Stat 101 vs Stat 134 -- any comments? Experience with
        any would be appreciated too. (Assuming that purpose is applications
        in an arbitrary area of theoretical CS)
        \-sigh, i guess i will wade in: if you let me know what topics you
        \_ Can you describe the subject matter please?  I am too lazy to
           look it up.
	...
2000/1/18-19 [Computer/SW/Languages/Perl] UID:17262 Activity:moderate
1/17    Where can I find perl in Japanese? I'd also like to know where
        I can get hold of character recognition software for Japanese/
        Chinese characters? -fab@csua
        \_ You misunderstand the nature of perl.  There's nothing inherintly
           american or japanese or anything else about it.  Perl relies on the
           underlying OS for almost everything.  What are you trying to do that
	...