I need to write something for the new quarter.
This new quarter is really a very busy one. I wanted to select as few courses
as possible. However, now I have five courses and tons of homeworks to finish.
Besides, the research load is heavy. I am a little exhausted now.
PAINFUL, BUT DELIGHTFUL!
The courses are interesting, and the assignments sometimes are challenging.
I like it in fact. What's more, we have made progress on the research. This could
be an interesting work.
Today's assignments:
1. Discuss the 621 with others; try to finish it today.
2. Implement the evaluation measure. This is the major tasks today.
3. Read the statistical inference.
4. Start thinking about the datasets and the implementation of the final
outlier detection step.
Showing posts with label week summary. Show all posts
Showing posts with label week summary. Show all posts
Saturday, October 10, 2009
Saturday, June 27, 2009
The weekly summary from Jun 21 to Jun 27
This week I worked hard on the paper.
I need to improve on some aspects.
1. the use of tools such as SVN, Latex and the drawing tools.
SVN for version control, backup the files regularly. - I will write a script to backup all the important files in my computer.
Latex, How to place the pictures?
What drawing tools should be used in Linux or Windows?
2. Keep the files in the right place.
3. The reading of new materials, conduct solid research.
Think in many different angles.
I need to improve on some aspects.
1. the use of tools such as SVN, Latex and the drawing tools.
SVN for version control, backup the files regularly. - I will write a script to backup all the important files in my computer.
Latex, How to place the pictures?
What drawing tools should be used in Linux or Windows?
2. Keep the files in the right place.
3. The reading of new materials, conduct solid research.
Think in many different angles.
Sunday, April 5, 2009
The summary of this week and what to do next week
In the first week, I did the following things:
Migrate the FPGrowth code to the Unix platform.
Further effort needed on the migration to the GT. Meet tomorrow to see what to do in the next step.
Comments about JUnit
JUnit is a unit testing tool in Java.
First, we write a test class that extends the TestCase class. Then, we need to overwrite a protected setUp() method to prepare all the needed data in advance. Finally, we compare the expected result and the actual result using the static assertTrue or assertEquals method in Assert class. It can even test the type of exceptions that should be thrown.
We can also use the testSuite to test a set of cases.
The reading of the classic papers and books is progressing nicely.
Comments about the regular exp in Python
The regular exp is powerful, but the backslash should be addressed carefully. Use the raw string whenever possible.
The sub method..
Comments about the course study
1. The 725 is interesting. The instructor pays more attention to the application aspect, giving a lot of intuition about the course. My expection is, I could know what P/NP/NP complete is, and know how to design the probablistic algorithms for the hard problems.
2. The 788 seems a deep hole; you will never know how much effort you should put into it to gain something. This should take me most of my time, I guess. The fact I take less course means I will be even more busy.
3. 108 should be important, and it could work together with 788. Improve the wrting skills and let yourself understand by others.
Comments about the research
A good start. Paper reading is the presiquete for success. Without input => without output.
For more, refer to the research blog.
What need to be done in the following weeks?
Install softwares in the computers in the lab.
Try the tex.
Read the papers about SSDs
Further effort needed on the migration to the GT. Meet tomorrow to see what to do in the next step.
JUnit is a unit testing tool in Java.
First, we write a test class that extends the TestCase class. Then, we need to overwrite a protected setUp() method to prepare all the needed data in advance. Finally, we compare the expected result and the actual result using the static assertTrue or assertEquals method in Assert class. It can even test the type of exceptions that should be thrown.
We can also use the testSuite to test a set of cases.
The regular exp is powerful, but the backslash should be addressed carefully. Use the raw string whenever possible.
The sub method..
1. The 725 is interesting. The instructor pays more attention to the application aspect, giving a lot of intuition about the course. My expection is, I could know what P/NP/NP complete is, and know how to design the probablistic algorithms for the hard problems.
2. The 788 seems a deep hole; you will never know how much effort you should put into it to gain something. This should take me most of my time, I guess. The fact I take less course means I will be even more busy.
3. 108 should be important, and it could work together with 788. Improve the wrting skills and let yourself understand by others.
A good start. Paper reading is the presiquete for success. Without input => without output.
For more, refer to the research blog.
What need to be done in the following weeks?
Subscribe to:
Posts (Atom)