- Code obfuscation: means that the original source code is intentionally made difficult to understand or reverse engineer.
- Feature limitations: The protected model may have certain features or functionalities disabled or restricted to prevent unauthorized use or modification.
- Licensing and access control: The protected model might have licensing or access control mechanisms in place to ensure compliance with usage agreements or to restrict access to certain features or data.
- Runtime environment differences: The protected model may require a specific runtime environment or dependencies that differ from the base model.
- Anti-tampering measures: Protected models often include anti-tampering measures to detect and prevent unauthorized modifications or reverse-engineering attempts.
Protected model has different behavior from base model
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jake Gareau
am 14 Aug. 2023
Beantwortet: Ayush
am 29 Aug. 2023
When protecting a model I find there is a difference in results between the base model and the protected model.
I have found that the issue specifically exists when I choose the below option.
I have not changed any of the data in anyway. So I am not sure why this discrepancy exists.
I am using a data dictionary for this model
0 Kommentare
Akzeptierte Antwort
Ayush
am 29 Aug. 2023
Hi @Jake Gareau
A protected model may have a different behaviour from its base model due to the implementation of certain security measures or restrictions. These measures are typically put in place to safeguard the model's sensitive or proprietary information, prevent unauthorized access or modifications, or enforce usage limitations.
Here are few reasons why protected model different behaviour might have compared to its base model:
You may read on protected models from here:
Thanks,
Ayush Jaiswal
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Model Protection finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!