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

Move all examples into an examples directory for more managed file structure. #18

Closed rohansingh9001 closed 3 years ago

rohansingh9001 commented 4 years ago

Currently, all the examples are placed in the root directory of the repository. For now, there are only 2 examples. However, later this may become an issue and clutter up the root directory. We wish to move these examples into a root/examples directory for better file management.

hiteshidudeja commented 4 years ago

I would like to work on that

rohansingh9001 commented 4 years ago

@hiteshidudeja assigned.

rohansingh9001 commented 4 years ago

@hiteshidudeja If you are facing any issues you can ask here in comments.

hiteshidudeja commented 4 years ago

@rohansingh9001 I am facing difficulty in importing MLlib module after creating examples-directory.

rohansingh9001 commented 4 years ago

@hiteshidudeja You can have a look into absolute imports in python. Hope that will solve your problem.

agrawalshubham01 commented 4 years ago

@rohansingh9001 @hiteshidudeja I think, the better way for this would be to add examples in documentation of each functions. So the end user could understand as well as use the code base.

rohansingh9001 commented 4 years ago

We can add examples in both the repo and the docs which are being made.

TarunTomar122 commented 3 years ago

Closing this as we have got a PR already!