Skip to main content
Filter by
Sorted by
Tagged with
Best practices
1 vote
0 replies
8 views

I am currently deploying a Large Language Model (e.g., Llama 3 / Mistral) for a medical application, specifically for tasks such as clinical note summarization and extracting information from oncology ...
Sean Chang's user avatar
0 votes
0 answers
12 views

I've been trying to normalize some data in Python/Pandas, but I've encountered a bit of a conundrum. Normalizing data requires me to divide each column value by the maximum value of said column, thus ...
90sMovieKid's user avatar
Best practices
0 votes
0 replies
11 views

I am studying how browser games send real‑time data to the client for educational purposes. Example page: https://www.estrelabet.bet.br/gameplay/aviator I want to understand how the browser receives ...
Raylan Santos's user avatar
Advice
0 votes
1 replies
24 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 def get_vit_model(model_variant='vit_base', ...
Ahmed Mohamed's user avatar
Advice
1 vote
9 replies
115 views

In short, I created an algorithm that solves SAT by modeling it with a generalized Rubik's cube, and it doesn't matter if it's not the most optimal Rubik's cube solution — so I wrote the paper. Paper ...
KAORU AGUILERA KATAYAMA's user avatar
0 votes
1 answer
36 views

I am using a thread and I queue the requests for language tool: import threading import queue import language_tool_python class SpellCheckService: def __init__(self, pure_english:bool=False): ...
Dimitrios Desyllas's user avatar
Advice
0 votes
9 replies
82 views

can someone guide me or explain how to create a leaderboard for my quizz app game, fist of all, i started this quizz app to study for my business exam, however i came up with an warmup ideas and also ...
user32441061's user avatar
Advice
0 votes
8 replies
71 views

I have tried to make a a function get_statistics to make a dictionary of the JSON persistence. I started doing it manually, but it wants me to do it automatically. Currently stuck making my code of ...
Karina Soltanian's user avatar
Advice
0 votes
2 replies
97 views

I’m 28, a Physics graduate, and for the last 2.5 years I’ve been working as a consultant in the supply chain space. Most of my day-to-day work is dealing with data and building visualisations in Power ...
Voy4g3r's user avatar
Tooling
0 votes
1 replies
82 views

Running US-focused tech blog ezoon.co from . Covering AI startups, Silicon Valley news, VC funding. Need tools for: 1. Scraping TechCrunch, VentureBeat, CNBC tech from US sources 2. Auto-generate ...
user32486592's user avatar
Tooling
0 votes
1 replies
74 views

Running US-focused tech blog ezoon.co from Pakistan. Covering AI startups, Silicon Valley news, VC funding. Need tools for: 1. Scraping TechCrunch, VentureBeat, CNBC tech from US sources 2. Auto-...
user32486592's user avatar
Tooling
0 votes
3 replies
53 views

I’m fine-tuning LLMs using PyTorch on a workstation’s GPU that’s physically accessible in our office. I’d like to build a GUI—either a web-based one accessible from any office computer or a standalone ...
schotti's user avatar
  • 175
Advice
0 votes
0 replies
26 views

After reading some articles it is still unclear to me why exactly the AutoGluon tutorial for Chronos2 creates training data. If I am not wrong, foundation models use transfer learning and the weights ...
Elias Mondelaers's user avatar
1 vote
1 answer
73 views

I need to run python script with costly initialization (0.5 seconds). To mitigate initialization time multiple interpreters are pooled, so when need to execute arises, interpreter is taken from pool ...
JL0PD's user avatar
  • 4,748
Advice
0 votes
5 replies
90 views

In the Python program my colleagues and I are writing, we have one very important class that needs to be protected against having its properties changed erroneously. This class controls a lot of ...
TheSoundDefense's user avatar

15 30 50 per page
1
2 3 4 5
147179