Recent comments in /f/MachineLearning
blablanonymous t1_j70yr16 wrote
Reply to comment by [deleted] in [D] Is computer science one of the most threatened jobs due to AI? by Suspicious-Spend-415
Actually there are specialized LLMs for code like Codex so I don’t know. I think this kind of stuff will make the mundane tasks a lot faster to perform. That’s about it for now but who knows what the future holds?
Zealousideal_Lie_420 t1_j70y141 wrote
No. The most positions were HR by last layoff’s. They still huge demand for technical people, many countries have specific programs „Blabla 2030“, each of them need 100 thousand tech people for their agenda. Let’s talk about this in 10 years again
labloke11 t1_j70xxja wrote
Reply to [N] Microsoft integrates GPT 3.5 into Teams by bikeskata
So.... your meeting transcript becomes part of gpt's training dataset. No Thanks!
Acceptable-Cress-374 t1_j70xdti wrote
Reply to comment by ProSmokerPlayer in [P] AI Poker/Machine Learning/Game-Theory by Much_Blacksmith_1857
Right, thanks for the distinction. I was using the term bot, but referring more to bot-assisted human play. I don't doubt automated inputs can usually be detected, I was more interested in the theoretical poker play stuff.
BiryaniSenpai t1_j70x9mq wrote
Reply to [D] Querying with multiple vectors during embedding nearest neighbor search? by mostlyhydrogen
Maybe have your vectors attend to each other and learnably output your final query vector?
tripple13 t1_j70wvid wrote
History has shown what happens at technological breaking points. Yes, you may not want to earn a living as a horse carriage chauffeur, however, there are opportunity to become a car chauffeur.
I think your premise is wrong, it’s not about replacement, it’s about evolution.
It’s not about ‘threatening’ jobs, but improving certain aspects of it.
[deleted] t1_j70vndq wrote
Reply to comment by BasilLimade in [p] I built an open source platform to deploy computationally intensive Python functions as serverless jobs, with no timeouts by seattleite849
[deleted]
2blazen t1_j70vh2g wrote
Reply to comment by CowardlyVelociraptor in [N] OpenAI starts selling subscriptions to its ChatGPT bot by bikeskata
Might be just me, but I really hate how the reply is returned in the UI. Even if the subscription will solve the random interruptions during generation, the word-by-word printing kills me, I'd rather wait a bit but receive my answer in one piece
2blazen t1_j70ux9o wrote
Reply to comment by arhetorical in [N] OpenAI starts selling subscriptions to its ChatGPT bot by bikeskata
I thought so too, but haven't actually notice any difference, other than how the davinci models don't have the extensive content filters.
>if you use it for work, $20 is negligible
If my company pays for it, sure, otherwise I'll always prefer the request-based pricing with a nice API that I can just call from my terminal
paypaytr t1_j70u09d wrote
Reply to comment by dack42 in [N] Microsoft integrates GPT 3.5 into Teams by bikeskata
its douvle edged sword. But its not worth putting any effort when Linux doesn't bring any money to table
RingoCatKeeper t1_j70tokb wrote
Reply to [D] Querying with multiple vectors during embedding nearest neighbor search? by mostlyhydrogen
Maybe you can take a look at ScanNN
SnooHesitations8849 t1_j70s7w4 wrote
It will automate some parts of CS jobs but not gonna replace all because the CS jobs is not just about wrting the code. there are much more than that and the hardest one is problem analysis
gamerx88 t1_j70rs5v wrote
Reply to [D] Why do LLMs like InstructGPT and LLM use RL to instead of supervised learning to learn from the user-ranked examples? by alpha-meta
Without referring to the paper again, my intuition is that a pairwise loss over final outputs does not gel well with how the model is auto-regressively generating the text.
Generation with GPT is basically a token by token decoding process with the previous time steps taken into account. Think about the difference between a supervised learning problem vs reinforcement learning. The former ignores the step-by-step nature of the generation scheme, and is a poorer fit for a decoding problem.
besabestin t1_j70qxf2 wrote
Most clients don’t even know what software they need. Software engineering isn’t entirely about writing code. You have to solve the problem of a client, which sometimes the client can’t clearly articulate. Perhaps there would come a time when programmers would write a large project assisted by an AI in a very short time.
SnooHesitations8849 t1_j70q9ld wrote
Reply to [p] Is it possible to add more classes to an already trained resnet image classifier model without the need to retrain it in all dataset again? [p] by YukkiiCode
Looking for some model like prototypical netowork-like. using distance to classify the new class
prehensile_dick t1_j70q17q wrote
This "its taking our jerbs" hysteria reminds me of the fear of immigration
linverlan t1_j70oz53 wrote
Reply to [D] Querying with multiple vectors during embedding nearest neighbor search? by mostlyhydrogen
You want to query with multiple vectors but don’t want to query with the vectors separately and don’t want to query with the mean of the vectors? You are going to need to give more details about what you want to do then.
OptimizedGarbage t1_j70ovx4 wrote
Reply to comment by schwagggg in [D] Normalizing Flows in 2023? by wellfriedbeans
Thanks!
hcdave t1_j70oee6 wrote
Reply to comment by halohunter in [N] Microsoft integrates GPT 3.5 into Teams by bikeskata
Strange how programs might not work correctly in a browser that takes privacy seriously... I wonder what might cause that? /s
theoneandonlypatriot t1_j70ny0h wrote
Reply to comment by visarga in [N] Microsoft integrates GPT 3.5 into Teams by bikeskata
Hmm can you elaborate a bit as someone who works in ai? How are you labeling data with gpt-3?
mycall t1_j70ntto wrote
Reply to comment by frequenttimetraveler in [N] Microsoft integrates GPT 3.5 into Teams by bikeskata
If it helps educate people who talk fart, its golden.
Oceanboi t1_j70ns8o wrote
Reply to comment by Dear-Acanthisitta698 in [p] Is it possible to add more classes to an already trained resnet image classifier model without the need to retrain it in all dataset again? [p] by YukkiiCode
But ALSO if it does not cost you anything…why not try it just to see what happens lol
crt09 t1_j70nrk5 wrote
Reply to [p] Is it possible to add more classes to an already trained resnet image classifier model without the need to retrain it in all dataset again? [p] by YukkiiCode
Could probably take the output before the classification layer, feed it into an SVM and just train the svm with the class you're looking for
Lewistrick t1_j70nkny wrote
Reply to comment by bumbo-pa in [N] Microsoft integrates GPT 3.5 into Teams by bikeskata
Living on the Edge.
NitroXSC t1_j70z581 wrote
Reply to comment by mongoosefist in [R] Extracting Training Data from Diffusion Models by pm_me_your_pay_slips
https://en.m.wikipedia.org/wiki/Differential_privacy
Differential privacy has multiple methods of recovering the input data from output data, but that is most often only quite simple models. Hence it might be possible.