ml-andrewng-python icon indicating copy to clipboard operation
ml-andrewng-python copied to clipboard

This is the Python implementation of the programming assignments in Andrew Ng's online machine-learning course.

Results 2 ml-andrewng-python issues
Sort by recently updated
recently updated
newest added

I found an error in ex1, after loading ex2data in line s= vstack please i sugust you to replace it with other name so that 0-d array error solves. as...

Line number 123 , the usage of size s = np.array(data.size) Returns the number of the elements whereas only the elements of column 'size' are required . It is giving...