VenkatTechnologist

Results 11 issues of VenkatTechnologist

**Describe the bug** My container has a two line Python program whose content is this: import numpy print ("Hello World!") The Docker image for the program is: REPOSITORY TAG IMAGE...

While going through SPDX 3.0 model VEX implementation, Venkat observed that there were gaps in documentation of the implementation. Specifically, the following were observed: 1. There is no documentation for...

The property energyQuantity's name or its description does not provide enough information to understand what the property stands for.

See #769. For things like hyperparameters, metrics, and metric thresholds, we need a class called 'Dictionary' which can hold a list of 'DictionaryEntry' values.

There could be multiple hyperparameters, metrics, and metricDecisionThresholds for an AI model. The properties 'hyperparameter', 'metric' and 'metricDecisionThreshold' talk about only one value, and their class is DictionaryEntry, which can...

In a discussion in the AI/ML meeting on 08/05/2024, @VenkatTechnologist proposed that the AI team take a deep look into security aspects and parameters of AI systems. Karen suggested that...

Profile:AI

It looks like 'trainingEnergyConsumption' and 'energyConsumption' properties are meant for the same purpose. Either one of them can be removed. Also, see #768 .

The summary and description of modelExplainability property states: **Summary Describes methods that can be used to explain the model. Description A free-form text that lists the different explainability mechanisms (such...

Description of 'finetuningEnergyConsumption' says that it's the energy consumed for finetuning an AI model. Description of 'energyConsumption' says that it's the energy consumed for training an AI model. Description of...

Profile:AI

Per my understanding, a vulnerability is entered into an exploit catalog such as KEV only when it has been already exploited. If we know that it has been already exploited,...

Profile:Security