|
|
|
Ask HN: How to protect ML models/Python code when deploying B2B
|
|
3 points
by k_f
2729 days ago
|
|
We are building a B2B machine learning product and are running pilots with a customer (currently building models for their data on our servers). We expect this customer will want to integrate our preprocessing and (rather complex) model generation process into their on-premise pipeline. How do we protect our IP in this? We can of course go through some lengths to generate C++ executables or hide model-definitions in proprietary formats which seems like the wrong focus right now. We expect for some customers with no background in ML (beyond simple supervised examples), this will not be an issue, since the generated architectures mean nothing to them. For others with dedicated data science teams (which just lack the expertise in the niche we are in), they could probably figure out how our process works if we simply deploy python scripts generating TensorFlow models. We also suspect this depends on the sector where for some customers, it is simply too far outside their expertise to bother trying and cheaper paying us license+service fees, others not so much. How do we protect our know-how here? Does it make sense to invest the effort to "hide" models behind abstractions and formats or should we simply focus on growth and ignore this? |
|