Chris Pollett > Students >
Priya

    ( Print View )

    [Bio]

    [Project Blog]

    [CS297 Proposal]

    [Deliverable 1]

    [Deliverable 2]

    [Deliverable 3]

    [Deliverable 4]

    [CS297 Report - PDF]

    [CS298 Proposal]

    [CS298 Progress Report]

    [CS298 Report - PDF]

    [CS298 Presentation - PDF]

                          

























CS297-298 Project News Feed

Date Things Discussed Feedback Future work
May 10, 2011 Showed the CS298 report and final presentation slides. Dr. Pollett suggested changes in the report and the presentation slides. Modify the report and presentation slides.
May 3, 2011 Showed the results after creating the index shards for the recipe clusters. Complete the CS298 report. Finish writing the CS298 report.
April 26, 2011 Showed the results after creating the index shards. Resolve the issues generated while creating the index shards. Work on the issues and start writing the CS298 report.
April 19, 2011 Showed the results after applying the clustering algorithm on the crawled pages. Create new index shard to store the clusters Work on creating index shard and write an outline for the CS298 report.
April 12, 2011 Showed the results after applying the clustering algorithm on the crawled pages. Find the common ingredient among the recipes in one cluster. Work on finding the similarity of recipes in the cluster.
April 5, 2011 showed the test crawl results. Recipe meta word is being added to the documents. Add the post processing functionality in the queue server. Work on the post processing and execution of the clustering algorithm on crawled recipes.
March 29, 2011 Spring Break. Spring Break. Spring Break.
March 22, 2011 Showed the test crawl results. Check whether the Recipe meta word is being added to the documents. Work on creating post processing components options in the yioop admin page.
March 15, 2011 Showed the modified recipe component and fetcher to add meta words. Make a test crawl and start working on the post processing component options. Work on creating post processing components options in the yioop admin page.
March 8, 2011 Showed the results of the test crawl. Modify the recipe component to process more than one recipe per page. Work on creating post processing components options in the yioop admin page.
March 1, 2011 Showed the progress on creating subdocs and processing them in the fetcher. Make a crawl and test the creation of subdocs Work on creating new index shard for recipes.
February 22, 2011 Showed the progress on Document Id creation and Sub Docs creation Discussed more on creation of Sub Docs for the Summary extracted after crawling. Continue working on creation of Document IDs and Sub Docs.
February 8, 2011 Showed the progress on Document Id creation Discussed on creation of Sub Docs for the Summary extracted after crawling. Work on creation of Document IDs and Sub Docs.
February 1, 2011 First day of Spring 2011 Continue working on the Document ID creation for the recipe pages Work on the Document ID creation
December 7, 2010 Showed the CS298 Progress Report. Upload it to the website Upload it to the website and update the blog.
November 30, 2010 Showed modified fetcher.php with meta word addition and the results Create a new document ID for recipe pages. Work on the progress report.
November 23, 2010 Showed the bug free fetcher.php and the results. Remove spaces in the meta-word and run the crawler. Make the modifications and run the crawler.
November 16, 2010 Showed the modified fetcher.php. Found a bug in the modification. Correct the bug and run the crawler. Correct bug and run the crawler.
November 9, 2010 Showed results of clustering algorithm on sample recipes. Run the clustering algorithm on the crawled recipes. Work on the clustering of the crawled recipes.
November 2, 2010 Showed the ingredient name extraction function. Use recursive descent parsing to extract the weight and name of the ingredient. Work on the ingredient name extraction and run the clustering algorithm.
October 26, 2010 Showed the vector representation of recipe's ingredients using sample recipes. Consider the weights of ingredients in the vector representation. Work on the ingredient name extraction from ingredient's list.
October 19, 2010 Gave a presentation of clustering of recipes using weights. represent recipes as vectors instead of giving weights to ingredients and recipes. Add Recipe metaword and run the crawler.Work on representing recipes as vectors.
October 12, 2010 Showed the crawler results and discussed the functioning of parser_model.php. modify the rendering on the results and display the ingredients and directions in bulleted format Modify the rendering of the search results.
October 5, 2010 Showed the added RecipeComponent and the modified crawler. fix the bugs in the modified crawler and run it. Study the parser_model.php of the crawler.
September 28, 2010 Discussed the architecture of the crawler. Create recipeComponent to extract the recipe data. Implement the suggested architecture and run the crawler.
September 21, 2010 Showed the extracted Ingredients and Directions data from Recipe pages using DOMXPath Create RecipeHTMLprocessor in the Yioop search engine architecture. Implement the suggested architecture and collect the Recipe data.
September 14, 2010 Showed the collected Recipe data using Yioop 0.3 Version. Dr.Pollett suggested to use Yioop Version 0.4 and modify the HTML processor to extract ingredients data from the pages. Research how to separate recipe pages from recipe category pages.
August 31, 2010 Dr.Pollett showed how to use Yioop search engine's crawler Dr.Pollett asked to make changes to the crawler and add recipe websites as seed sites Make changes suggested and build the recipe database
May 12, 2010 Showed the modified CS297 project report Dr.Pollett suggested some changes in the report and asked to check for accessibility errors in the uploaded PDF files Make changes suggested
May 5, 2010 Showed the CS297 project report Dr.Pollett suggested some changes in the report Make changes suggested and work on the CS298 proposal
April 28, 2010 Showed the implementation of clustering of the minimum spanning tree and the implementation of custom search engine wrapper for image based search Dr.Pollett suggested to put site restrictions on the image based search for the custom search engine wrapper Work on the CS297 report
April 21, 2010 Showed the progress on the clustering of the Minimum Spanning tree Dr.Pollett asked to work on the custom search engine wrappers for image and location based search Finish the implementation of the clustering through minimum spanning tree and work on deliverable 4
April 14, 2010 Discussed how to represent the edges of the input tree Dr.Pollett suggested ways to do the clustering of the minimum spanning tree Finish the implementation of the clustering through minimum spanning tree
April 7, 2010 showed the progress on the minimum spanning tree traversal Dr. Pollett gave an extension to work on the clustering through minimum spanning tree Work on the clustering through minimum spanning tree
March 31, 2010 Spring Break Spring Break Spring Break
March 24, 2010 Showed the implementation of Minimum Spanning tree using Kruskal's algorithm. Dr.Pollett asked to modify to the implementation to include clustering. Analyse the two clustering algorithms implemented on a recipe graph.
March 17, 2010 Showed the implementation of K-Means Clustering algorithm. Dr.Pollett asked to study Minimum Spanning Tree clustering algorithm Work on the implementation of the Minimum Spanning Tree clustering algorithm
March 10, 2010 Gave a presentation on clustering algorithms - K means and Fuzzy C means. Dr.Pollett asked to study one more algorithm preferably hierarchical algorithm Work on the implementation of the K Means algorithm
March 3, 2010 Gave a presentation on Ullmann's Frequent Subgraph Alhorithm. Dr.Pollett asked to study clustering algorithms Start on implementation on one of the algorithms
February 24, 2010 Attended Job Fair Attended Job Fair Attended Job Fair
February 17, 2010 Gave a presentation on "Substructure Similarity Measurement in Chinese Recipes" Dr.Pollett asked to study Frequent Subgraphs algorithm. Implement Frequent Subgraphs algorithm and analyse it.
February 10, 2010 Gave a presentation on Dr.Pollett's search engine code. Dr.Pollett asked to upload the presentation and fixed bug in his code. Search and Study research papers on clustering algorithms.
February 3, 2010 Dr.Pollett explained about the architecture of his search engine. Dr.Pollett asked to prepare a presentation on his search engine code. Fix a bug (canonicalization of URLs) in his search engine code.
January 27, 2010 Dr.Pollett showed how to upload documents to his website. Dr.Pollett asked to upload CS 297 proposal and fill in my Bio. Study Dr.Pollett's Search Engine Code.