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

Added setup.py and__init__.py for packaging #23

Closed agrawalshubham01 closed 4 years ago

agrawalshubham01 commented 4 years ago

References to other Issues or PRs or Relevant literature

--

Brief description of what is fixed or changed

Added setup.py and __init__.py for packaging the repo. To install this repo use python3 setup.py install

Other comments

--