Skip to main content

Questions tagged [python]

For questions related to AI implementation in the Python language

Filter by
Sorted by
Tagged with
1 vote
0 answers
12 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
50 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
46 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
80 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
122 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
160 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
168 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
127 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
173 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
33 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
0 votes
0 answers
42 views

I am training CLIPSeg on the Oxford IIIT pet dataset for semantic segmentation (3 classes: background, cat, dog). In short, what I do is I stick a decoder on the CLIP encoder. The encoder outputs: ...
Stan's user avatar
  • 11
0 votes
0 answers
43 views

I would like to teach a new language to an AI model like Gemini. This language is used in a third party tool, syntax is a modified form of TCL with the tool's own commands. What is the best way to ...
Sidharth C. Nadhan's user avatar
0 votes
0 answers
494 views

I am trying to connect Langflow to Open WebUI so that I can use Langflow workflows inside Open WebUI as a model. This makes handling all the AI easy because its all based on Open WebUI. Below is the ...
FSIN's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
25