Ask HN: Mathematics in computer science
I have been asked to give a talk on applications of mathematics in computer science to a set of post-graduate and doctorate students in math. I am looking for ideas to convey the beauty of math in CS. The obvious topics are probability and stat in ML, Trig in graphics, number theory in cryptography, category theory in OO, sets in relational algebra. Let me know if you can think of more connections :)
6 comments
[ 3.0 ms ] story [ 30.7 ms ] threadBasic Info: http://en.wikipedia.org/wiki/Genetic_algorithm
You can also increase the complexity of this field by using GAs to train neural networks for fitting data or processing it in innovative ways: http://www.generation5.org/content/2000/nn_ga.asp
YOUTUBE: NN + GA simulation: http://www.youtube.com/watch?v=LXDUqAmdEq4
Neural Network at work: http://www.youtube.com/watch?v=T2aZAWXyw6c
* combinatorics in computational complexity, analysis of algorithms, optimization, etc. * logic in formal methods. * lambda calculus and category theory in programming languages (more so in functional languages than OO). * linear algebra in graphics, graph theory, etc.
It is to linear algebra what Lisp is to assembly.