Revised February 27, 2007, but not guaranteed to be up to date or complete!
These are general notes to introduce you to the customs of the AI lab.
We're located in the south wing of the 4th floor of the Computer Science and Engineering Building. Research in this wing spans AI, cognitive modeling, machine learning, computer vision, and graphics, although the 'AI lab' refers primarily to the AI/modeling/learning portion (vision and graphics have their own lab). Our weekly group meetings are in 4140, at the end of our hall.
The department used to be located in AP&M on the other end of campus. There the AI lab was an actual lab rather than a collection of offices and researchers.Still, the new space is an improvement.
You can send mail to everyone using the lab by using the email alias ai-users@cs.ucsd.edu.
If you sit in the lab or are interested in what's going on in AI at UCSD, you should join the UCSD AI mailing list (ai@cs.ucsd.edu). This is also where the announcements for the weekly AI seminar and other news items of interest to the AI community are sent. [Both the Cognitive Science lists and the COSMAL (COmputational Statistics and MAchine Learning) list may also be of interest, but you'll have to look elsewhere for that information.]
mailman@cs.ucsd.edu(NOT the mailing list ai@cs.ucsd.edu)
subscribe ai user@hostwhere user@host is the email address you wish to subscribe. However, the list currently requires confirmation from the email address being subscribed, so it will send instructions to that email address informing them of the subscription and asking them to confirm by replying with another email. The commands are similar for unsubscription.
Most of the machines in the lab are maintained by the individual members using them (i.e. dedicated machines). If you don't have a machine, ask around and we'll probably be able to find you one. For AI users needing more power than a desktop machine both the Vision/Graphics group and the IGERT in Vision and Learning in Humans and Machines have additional resources for their members, and FWGrid serves the department as a whole.
Matlab is among the most commonly used pieces of software - the CSE Department has a site license, so contact CSEhelp to get hooked up.
An example is shown below:
unix% ps
PID TTY STAT TIME COMMAND
27077 p2 S 0:00 -csh
27084 p2 R 0:00 ps
unix% renice 8 <PID>.
unix%&
for the list of processes running. Example:unix% ps aux | grep <yourusername>
corea:~> ps aux |grep kspillma
kspillma 27077 0.8 0.9 1916 1172 p2 S 13:28 0:00 -csh
kspillma 27086 0.0 0.5 988 640 p2 R 13:28 0:00 ps aux
kspillma 27087 0.0 0.2 856 356 p2 S 13:28 0:00 grep kspillma