http://www.deconnectie.com/
https://en.wikipedia.org/wiki/Artificial_general_intelligence
http://kunstmatigeintelligentie.startpagina.nl/
https://en.wikipedia.org/wiki/Artificial_intelligence_in_fiction
https://www.mooc-list.com/tags/machine-learning
https://www.mooc-list.com/tags/artificial-intelligence
http://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference
When a≠0, there are two solutions to ax2+bx+c=0 and they are x=−b±√b2−4ac2a. http://hilite.me/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | x <- c(1,3,2,5) x y = c(1,4,3) x = c(1,6,2) length(x) length(y) x+y ls() rm(x) ls() rm(list=ls()) ls() ?matrix x=matrix(data=c(1,2,3,4), nrow=2, ncol=2) x sqrt(x) x^2 matrix(c(1,2,3,4),2,2,byrow=TRUE) ls() |
Geen opmerkingen:
Een reactie posten