Skip to content

Second Milestone

Pre-release
Pre-release

Choose a tag to compare

@cp0153 cp0153 released this 17 Apr 23:59
· 26 commits to master since this release

What we have done:

@rfarinel:

  • completed bar graph of statics and linear regression of 2D points graph
  • revised readme

@cp0153:

  • revised readme
  • Created functions to calculate mean and standard divination of a array along a specific axis.
  • A function to standardize the values in a matrix (mean=0 and variance=1)
  • plot of iris principal component analysis

What we need to do:

@cp0153:

  • Implement a function to perform matrix multiplication (racket matrix library only supports dot product on matrices of the same size).
  • implement fucntion that removes slices a 2d array by columns (for the projection matrix)
  • use library or api call to calculate eigenvectors and eigenvalues

@rfarinel:

  • I need to add extra stuff to the plots (titles, labels, etc...) to make them look nicer

Thank you @fgmart