Difference between revisions of "Lab assignments for ISC-4221"

Line 6: Line 6:
 
* Lab 5: Using Monte Carlo to approximate a function  [[Media:lab5_F2014.pdf|PDF]]
 
* Lab 5: Using Monte Carlo to approximate a function  [[Media:lab5_F2014.pdf|PDF]]
 
* Lab 6: Traveling salesman problem: brute force and random [[Media:lab6_F2014.pdf|PDF]]
 
* Lab 6: Traveling salesman problem: brute force and random [[Media:lab6_F2014.pdf|PDF]]
 +
* Lab 7: K-means clustering -- detection fake banknotes, and printing pictures with fewer colors  [[Media:lab7_F2014.pdf|PDF]]
  
 
Old Labs
 
Old Labs

Revision as of 07:58, 16 October 2014

  • Lab 1: Matlab 101, learn basic matlab commands and write a simple function PDF

(MATLAB TUTORIAL: use this to familiarize yourself with matlab: PDF)

  • Lab 2: Sorting algorithms and timing of functions in matlab PDF
  • Lab 3: Searching within very long strings, find repeated structures on the X and Y chromosomes PDF
  • Lab 4: Using Monte Carlo to integrate a function f(x,y) PDF
  • Lab 5: Using Monte Carlo to approximate a function PDF
  • Lab 6: Traveling salesman problem: brute force and random PDF
  • Lab 7: K-means clustering -- detection fake banknotes, and printing pictures with fewer colors PDF

Old Labs

  • Lab 5: Using Monte Carlo to find the global maximum spiky functions PDF
  • Lab 6: Coding the truel PDF
  • Lab 7: Graphs I PDF
  • Lab 8: Graphs II PDF
  • Lab 9: K-means clustering -- detection fake banknotes, and printing pictures with fewer colors PDF
  • Lab 10: Picture manipulation PDF