RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
49 stars 69 forks source link

Fixed import errors. #42

Closed rohansingh9001 closed 4 years ago

rohansingh9001 commented 4 years ago

Brief description of what is fixed or changed

was changed. Do not include the issue number in the title. --> There were import errors which interrupted some Examples from running properly. Those were fixed. Now examples can be moved to a new folder.

Other comments

Naive Bayes example still does not work.