You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this package lacks support of nodes. But numpy-ml has them. While it in some part duplicates scikit-learn, CNNs are explicitly out of scope all numpy, scipy and scikit-learn and are in scope of numpy-ml.
Also it'd be nice to make use of installed ML frameworks and other libs, like OpenCV, if it brings benefits.
So the proposal
Lift a restriction of the runtime depending on numpy only
Implement the missing operators using numpy-ml and state in the docs it may be needed fir some ops.
Detect presence of libs and use them for some operations if they are present. It'd require some benchmarking to determine which lib it is more optimal to use in each case.
The text was updated successfully, but these errors were encountered:
Currently this package lacks support of nodes. But
numpy-ml
has them. While it in some part duplicatesscikit-learn
, CNNs are explicitly out of scope allnumpy
,scipy
andscikit-learn
and are in scope ofnumpy-ml
.Also it'd be nice to make use of installed ML frameworks and other libs, like OpenCV, if it brings benefits.
So the proposal
numpy
onlynumpy-ml
and state in the docs it may be needed fir some ops.The text was updated successfully, but these errors were encountered: