Skip to main content

Questions tagged [python]

For questions related to AI implementation in the Python language

Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

I am working on a keras regression network that takes about 60 input variables and outputs 35 variables. For both the input and output, about half of the variables are in the range of ±10, while the ...
Jenna's user avatar
  • 1
0 votes
0 answers
13 views

I've been trying to create my first agent using Langchain. I would like some way to store user details, what questions they may be asking etc to be able to effectively govern how the LLM responds. It'...
RF2's user avatar
  • 1
0 votes
0 answers
7 views

I’m working with a Vision Transformer (ViT) backbone from Keras Hub and building my own classification head. My code looks like this: python ...
Ahmed Mohamed's user avatar
1 vote
0 answers
15 views

I have a corpus of clinical-domain documents (e.g., prior reports / care plans / discharge summaries). Given new user/patient info (e.g., suspected disease/condition, age, symptoms, comorbidities), I ...
Mari's user avatar
  • 111
0 votes
0 answers
51 views

I have a piece of coe, that uses huggingface model, and it works just fine: ...
Max's user avatar
  • 109
1 vote
0 answers
48 views

I investigate this paper: https://www.nature.com/articles/s41586-024-07566-y
 They published some code here: https://zenodo.org/records/10866595 My generated text collapses across generations, but my ...
hanf_lolo's user avatar
0 votes
0 answers
96 views

I am relatively new to MCP server and into this world of AI agents and have been trying my best to understand. So far, in my understand it is safe to call something( LLM + tools + loop until the job ...
smita's user avatar
  • 9
1 vote
0 answers
128 views

I'm trying to increase the mAP value of the RTTS dataset, and for this, I've made changes to yolo8's architecture and added new layers. With the standard yolov8n.pt ...
partizal's user avatar
0 votes
1 answer
181 views

I want to implement in python some algorithms from a paper that allow for a pre-trained neural network to be modified (adding or removing neurons or layers) conserving (theoretically) the outputs of ...
Rubén Sales Castellar's user avatar
0 votes
1 answer
184 views

DISCLAIMER: The following is a discussion of abliterated/uncensored image analysis using AI. If this at all offends you, or you are under the age of legal consent in your country, please do not read ...
Kenny83's user avatar
  • 101
0 votes
0 answers
41 views

I am using the following (straightforward) code to run a prompt with some text and images to Google Gemini. The system instruction is quite extensive but clearly states to 1) use the tool, and 2) ...
Bart Friederichs's user avatar
1 vote
1 answer
135 views

I'm trying to implement the findings from this DeepMind DQN paper (2015) from scratch in PyTorch using the Atari Pong environment. I've tested my Deep Q-Network on a simple test environment, where ...
Rohan Patel's user avatar
0 votes
0 answers
76 views

I've trained a model to recognize some captchas and the model is doing great. I've trained it using this tutorial (actually I just stole the code, tweaked it and run :) ). Now, I'd like to export it ...
Leca's user avatar
  • 1
0 votes
0 answers
175 views

The heading might be little weird, but let's get on the point. I made an chat-bot like application where user can upload video and cant chat/ask anything about the video content, just like we talk to ...
Poojan Solanki's user avatar
0 votes
0 answers
34 views

I'm working on a document analysis service using Autogen (AG2). The service has two main agents: a reader and an analyzer. The reader splits the document into chunks and sends them to the analyzer, ...
the cosmic introvert dude's user avatar

15 30 50 per page
1
2 3 4 5
25