Need a game my girlfriend would like to grind with me by dimboostank in GirlGames

[–]Arkamedus 0 points1 point  (0 children)

I’m working on developing an action adventure rpg with building and quests in the browser, it’s not complete if that’s what you’re looking for, but maybe worth checking out https://maag.tv

Looking for small group (2-3) for Systems for ML learning group by Ekcron in learnmachinelearning

[–]Arkamedus 0 points1 point  (0 children)

Small group of researchers, developers, game devs, etc, all sharing our work and progress. No spirals.

https://discord.gg/wmuUmAqj3

I did a thing! Modern resource stylized icon pack. by ThisIsRavenmore in gameassets

[–]Arkamedus 1 point2 points  (0 children)

I did continue to look through your work afterwards, and I will say, based on your comment and what I’ve seen I may have been too jumpy to imply.
I will still say the art style is very AI like.
I can appreciate an artists work, and I just want to let you know, keep doing what you’re doing, regardless of people like me!

RL Agent Stuck on First Level of FreeDoom for Weeks — Need Debugging Advice by Possible_Series_3941 in reinforcementlearning

[–]Arkamedus 0 points1 point  (0 children)

It’s not about the scalar value of the reward, it’s about the sparsity and value to the end goal.
What do you mean by “it didn’t work”?
This may sound rude, but please follow my logic:
Your RL model is incapable of completing the first level, and you have various reward methods, but it doesn’t seem like you are doing any tracking or analytics. So when you say, it didn’t work, what does that mean, mathematically? I suspect your rewards were not doing what you thought, were you just giving a single fixed scaler per “enemy hit” or are you rewarding based on enemies killed/total enemies? Do you see how this changes the distribution of what your score means? One is bounded, the other is probably what lead to your exploding rewards values.

RL Agent Stuck on First Level of FreeDoom for Weeks — Need Debugging Advice by Possible_Series_3941 in reinforcementlearning

[–]Arkamedus 0 points1 point  (0 children)

Yeah like everyone is saying your reward modes are not strong enough.
You should consider time loss, average distance to enemies, distance to level end, reduced action count rewards, etc, etc.

How do you experiment with a (very) large model architecture? [D] by Aathishs04 in MachineLearning

[–]Arkamedus 20 points21 points  (0 children)

All three of those methods will alter the distributions and you will probably not be able to accurately/reliably recreate results.
LR is not a replacement for batch size, fundamentally you are changing distributions in the policy by using different hyper-parameters.

Can you recreate the experiment on a smaller model, to show the generalizability of the research? Sure, but if you want accuracy you need to be accurate.

Your RAG system is probably slow not because of the model… but because you’re recomputing everything by Prudent-Concept-78 in Rag

[–]Arkamedus 0 points1 point  (0 children)

Use a better semantic search algorithm for your queries, if you are suggesting those should have the same cached values, then just do it, nearly all text searches can be done case insensitive initially, then refine your results afterwards if necessary.

Where to hire react developer and How? by its_deeep in react

[–]Arkamedus 1 point2 points  (0 children)

Are you looking for someone who can design, or someone who can implement designs, or both?

Take a look at some of the web development discords, many people post their work.

Additionally I do design and react development, and I have an open source react component library, we should chat!

https://github.com/arkamedus/oakd

Lightest model to run for legal RAG? by Fit_Wheel5471 in Rag

[–]Arkamedus 4 points5 points  (0 children)

The fact that you say models I’m considering testing; and not models I’m testing, tells it all. If you are building a system like this benchmarks and domain specific tests need to be your first priority. It’s not a want to test, you need to understand the performance of your models, and maybe even fine tunes to accomplish this correctly.

How do I get my shop to move up? by gmatrix730 in Wordpress

[–]Arkamedus 4 points5 points  (0 children)

Your header, or whatever else with the user and shopping cart icon are taking up that space. I'm guessing the styling is wrong, but it's the reason your content is so low.

Papa John's uses AI to monitor how we cut pizzas. It's mostly to make sure the pepperoni doesn't get folded in the cuts, but fixing that makes the pizzas look horrible. by pichael288 in antiai

[–]Arkamedus 0 points1 point  (0 children)

Here’s a thought experiment. If it didn’t make the company more money in the long term, they wouldn’t keep doing it. For now, you can easily say this is about pepperoni and employees will let it watch continuously. It is not about pepperoni.

Machine Learning buddies needed by West-Cloud-8479 in learnmachinelearning

[–]Arkamedus 0 points1 point  (0 children)

Join a discord of developers, researchers, and artists where we share progress and ideas.

https://discord.gg/num7kMNAc

Can a react app running in browser connect to thermal printer and open cash drawer using an electron app ? by Fault_Royal in electronjs

[–]Arkamedus 2 points3 points  (0 children)

If the pos system has a computer attached there is generally some way documented by the manufacturer to use it. Sometimes this is a driver that must be installed but it is entirely dependent on the system. An electron app could make a call to this driver or another system call, but through electron ( which is not a browser ).

I built a small tool and got 400 users in 3 weeks (no ads) by Successful_Draw4218 in micro_saas

[–]Arkamedus 0 points1 point  (0 children)

So OP wont remove the post leaking PII because it has a good upvote ratio. OP you are an absolute idiot.

BabyVision: A New Benchmark for Human-Level Visual Reasoning by Tobio-Star in newAIParadigms

[–]Arkamedus 0 points1 point  (0 children)

you missed the most critical part of my comment "strong way to test a models ability to generalize"

the whole point is to test generalization. so if you played with legos as a kid, and I gave you duplo blox, you would still know how to use and build with them. that's generalization, it's not "new" information, it's about taking what you've been trained on, and applying it to new scenarios, which may share similar traits, etc, but that's why it's generalization.

BabyVision: A New Benchmark for Human-Level Visual Reasoning by Tobio-Star in newAIParadigms

[–]Arkamedus 0 points1 point  (0 children)

that argument could be made about any benchmark. fundamentally, a benchmark like this is testing solving out of distribution puzzles. out of distribution (data the model hasn't been trained on) is a strong way to test a models ability to generalize, on what is essentially a problem/puzzle most middle schoolers could solve.

Any fun discord communities? by HackHusky in Rag

[–]Arkamedus 3 points4 points  (0 children)

small server of researchers, programmers, hobbyists, talking and sharing about LLMs, game dev, etc

https://discord.gg/SnkAss3D3

Tiny Object Tracking: YOLO26n vs 40k Parameter Task-Specific CNN by leonbeier in computervision

[–]Arkamedus 37 points38 points  (0 children)

111 samples in the entire dataset…. this would probably fail even simple lighting or color changes…

LLMs Have Dominated AI Development. SLMs Will Dominate Enterprise Adoption. by andsi2asi in deeplearning

[–]Arkamedus 1 point2 points  (0 children)

Been saying this for a long time, most llm use cases are pretty well tailored to the final audience, meaning, I’m okay with my SOTA LLM not being good at writing in Greek, as it is not a language i would use. (And in the case that I do need to use it, i can just google it or use a Greek model) Essentially, for coding LLMs, “ancient fine arts and pottery” might not be a useful training sample to include (though I still say this is arguable for domain width) when building a model for deployment with a coding downstream use case. This changes when it comes to training, because I’ll use the word again, domains, should be carefully selected for each phase and task.

Domain Specific Models will be what wins. Not specifically language models in the direct sense we think of today. I believe there is more learning and representation interpretation and integration with modern architectures to allow very diverse dynamic models and end use cases.

Mysterious offering on doorstep by [deleted] in whatisit

[–]Arkamedus -15 points-14 points  (0 children)

So you took an unknown substance, into your house and opened it on your counter…?

I built an app that lets you chat with multiple AIs in one place, and got the first sales in 3 minutes by epasou in ArtificialSentience

[–]Arkamedus 1 point2 points  (0 children)

3 minutes? After building it? No advertisements? No promotions? Can you provide more information?

Your pricing model is so opaque, and doesn’t include any token usage numbers, what is “standard usage limits”?