CS224W:
Social and Information Network Analysis
Autumn 2012
CS224W Frequently Asked questions

Q: What are the prerequisites for the course?

A: Students are expected to have good programming skills, and know some basic probability / statistics and linear algebra. You can find a more detailed description of the prerequisites on Course information.

Q: I have a time conflict with this course and cannot attend the lectures in person. Is it still possible for me to take it?

A: Yes it is. This class is recorded and televised by SCPD, and so you will be able to watch the lectures on-line at the SCPD site and any Stanford student can see them here.

Q: How do I submit my assignment?

A: Assignments (problem sets and all other reports) will be due at the beginning of the class on Thursdays. Write down the date and time of submission on your handed-in assignment. There will be a submission box outside the classroom.

All problem sets should include the cover sheet (PDF, LATEX).

Regular (non-SCPD) students need to submit assignments in class or hand it in to the submission box in 1st floor of Gates building, near the east entrance.

Students should print all their work (write-ups, code and any other extra results you might have). Please do not email your assignments to us.

SCPD students should submit all their files via SCPD. Additionally, all SCPD students should also include the Homework Routing Form available here. This should appear as the very first page of your homework solutions. Without the form the staff will be unable to return the graded homework to you.

You should print all your work (write-ups, code and any other extra results you might have). Please do not email your assignments to us.

Q: Are there any special submission instructions for reports?

A: Reports (reaction paper, project proposal, project milestone and final project writeup) should be submitted in paper the same way as assignments (see previous question).

Additionally, also submit an electronic copy (as PDF) of the writeup using the Web form at http://snap.stanford.edu/submit.

Q: Will the recitation sessions be recorded?

A: Yes. The recitation sessions will also be available along with the other recorded lectures.

Q: How do I register to Piazza?

A: Piazza requires @stanford.edu emaill address to be used for registration. If you do not have @stanford.edu address, send us email to cs224w-aut1213-staff@lists.stanford.edu with your email address and we will register you manually.

Q: Are there any advantages to using SNAP for C++ over NetworkX for Python and vice versa?

A: Both are great libraries to work with. If you are much more comfortable with either C++ or Python, then it makes sense to use the respective library (SNAP for C++, NetworkX for Python). NetworkX is a little easier to get started with, as it is better documented and Python is overall a friendlier language than C++. So if you just want to pass the class, have fun, and do a project using small data then NetworkX will do just fine. We imagine about 60% of the people will use NetworkX. However, NetworkX is about an order of magnitude slower than SNAP and can scale to networks with up to around 10k nodes. SNAP, on the contrary, can process 1 billion nodes easily (given that you have a big enough server). So if you are more ambitious, plan to do something bigger/faster, maybe use network analysis for your research/work, and are comfortable reading C++ code then SNAP will work great for you. We develop and use SNAP in our research group. There is a bit of learning curve at the beginning but for students in our research group it quickly pays off.

Q: I have a question specific to SNAP or NetworkX. Who can I ask?

A: The best TAs to ask about SNAP are Anshul and Wayne. For NetworkX please refer to Ashton or Jacob.

Q: How will the project poster presentation work, if I'm enrolled in a conflicting class that will also have its final scheduled during that period?

A: We strongly encourage people to form groups of three. It should be fine if your other teammates can show up for the poster session. But please let us know if you are going to be absent.