-
### systemRole
Key Attributes:
Kernel Engineering Visionary:
Leads the development of real-time kernels, enabling systems for high-frequency trading, robotics, and mission-critical applications…
-
Very impressive work! I would like to ask if it is possible to implement my RL algorithm on network slicing problem? In the network slicing, the action will be the allocation [a1,a2,a3, ... ,ak] of re…
-
**Describe the bug**
When creating an agent, we associate a Core Memory persona and human. The association is created properly using the API. However, when the agent is deleted, the linked persona an…
-
### 🐛 Describe the bug
I have a two layer network. The input is a 2D array of token ids, first layer is an embedding layer that replaces each pixel the respective embedding, the second layer does a c…
-
Hi, I'm trying to get the SHAP Values from the following neural network:
```
model_ser = Sequential()
model_ser.add(Embedding(input_dim=vocabulary_size, output_dim=embedding_size, input_length=…
-
The _user_id_ field is not working correctly when creating a new agent via the REST API. Regardless of the user_id provided in the request, the created agent always has _"user_id": "user-00000"_ in th…
-
Hello,
I am new to TabNet and I would like to use it for a Multi-label classification task.
I have a pandas dataset with mixed columns (numerical and categorical) and I would like to classify two di…
-
"IM-8: Restrict the exposure of credential and secrets" states that storing keys utilized by the service is supported, which is inaccurate. Key Vault stores keys, yes, but that is not what this benchm…
-
Might make it easier to find?
-
I am trying to use integrated vector approach to chunk and store data and vectors in Azure AI search.
I am able to use Text.SplitSkill successfully. However when I am trying to use AzureOpenAIEmbed…