https://cis.temple.edu/~latecki/Courses/CIS601-03/Lectures/slides_lec9.pdf
Most of us fuse the images from our eyes in order to obtain depth information. This is exploited in the stereo viewer, where photographs taken from two positions are presented one to each eye, and a subjective sense of depth is produced.
https://engineering.temple.edu/directory/heyang-harry-yuan-tum95985
Courses Taught ... Selected Publications Recent Cheng, Z., Yao, S., & Yuan, H. (2021). Linking population dynamics to microbial kinetics for hybrid modeling of bioelectrochemical systems. Water Res, 202, 117418. England. 10.1016/j.watres.2021.117418
https://news.temple.edu/news/2016-03-07/tina-fey-family-establish-temple-scholarship-father-s-memory
If we could all think a little more like that, it would be a very good thing.” Read the full story. Donate to the Donald H. Fey Memorial Scholarship. Related stories: Temple School of Medicine named Incoming student receives Temple’s first Katz scholarship Scholarships: Fantastic bucks and where to find them
https://cis.temple.edu/~jiewu/teaching/Spring%202013/01-savvides-localization-wireless-sensor-networks-fine-grained.pdf
[21] H. Hashemi Pulse Ranging Radiolocation Technique and its Application to Channel Assignment in Digital Cellular Radio Proceedings of IEEE Vehicular Technology Coneference, 1991, pp 119-26 [22] Geometric Formulas for Dilution of Precision Calculations NAVIGA-TION: Journal of the Institute of Navigation, Vol. 37, No. 4, Winter 1990-
https://klein.temple.edu/
The Klein College of Media and Communication is one of the largest schools of its kind in the country. Considered the Philadelphia region’s leading provider of media employees, Klein College is where academic and creative ideas come to fruition.
https://cis.temple.edu/~ingargio/cis587/readings/id3-c45.html
Quinlan,J.R.: Simplifying decision trees International Journal of Man-Machine Studies, 27, 221-234, 1987 Winston,P.H.: Artificial Intelligence, Third Edition Addison-Wesley, 1992 Excellent introduction to ID3 and its use in building decision trees and, from them, rule sets.
https://cis.temple.edu/~giorgio/old/cis307s96/readings/docs/sockets.html
/* code to establish a socket; originally from bzs@bu-cs.bu.edu */ int establish (unsigned short portnum) { char myname [MAXHOSTNAME+1]; int s; struct sockaddr_in sa; struct hostent *hp; memset (&sa, 0, sizeof (struct sockaddr_in)); /* clear our address */ gethostname (myname, MAXHOSTNAME); /* who are we? */ hp= gethostbyname (myname); /* get ...
https://www.temple.edu/
As Philadelphia’s public R1 university, Temple’s innovative education centers student outcomes with interdisciplinary academics and real-world experiences.
https://cis.temple.edu/~mindyshi/
"Discriminative Forests Improve Generative Diversity for Generative Adversarial Networks.", Chen J*, Li J, Song C*, Li B*, Chen Q, Gao H, Wang H, and Shi X, In Proceedings of the 38th AAAI Conference on Artificial Intelligence (AAAI 2024), Vancouver, Canada, February 20-27, 2024.
https://cis.temple.edu/~latecki/Courses/AI-Fall11/Lectures/ch7EL.ppt
On each iteration t, we find a classifier h(x) that minimizes the error with respect to the distribution. Next we increase weights of training examples misclassified by h(x), and decrease weights of the examples correctly classified by h(x) The new distribution is used to train the next classifier, and the process is iterated.