faridcher / ml-course

Starter code of Prof. Andrew Ng's machine learning MOOC in R statistical language
https://www.coursera.org/learn/machine-learning
170 stars 149 forks source link

sigmoid function in assignment 3 needs to be completed #11

Closed moritz4 closed 3 years ago

moritz4 commented 3 years ago

Was getting a strange error in assignment 3. Turns out the sigmoid function in sigmoid.R is blank, but there is no * indicaated that it needs to be completed in the Introduction to the assignment https://github.com/faridcher/ml-course/wiki/3#introduction

faridcher commented 3 years ago

sigmoid function is already completed in exercise 2. So the sigmoid_solution.R should replace sigmoid.R

thank you for reporting this.