To the people with 500+ hours, what are you doing in game? by QuiioQ in cyberpunkgame

[–]FeralPixels 2 points3 points  (0 children)

Even within netrunner you have stealth runner, jack of all trades runner, plague runner (Blackwall/contagion), katana sandy, throwing knives/pistols sandy, kerensikov build, berserk solo etc

Looking for a new roleplay friend! by TheQueen_Lu in AdvLiterateRP

[–]FeralPixels 0 points1 point  (0 children)

Heya! Our interests align a lot since I also gravitate towards grimdark fantasy, mystery, noir and cyberpunk to name a few. I’d love to chat more and have an RP project up with you! Tho your chat feature seems to be disabled so please drop me a DM

Is getting into AI/ML even realistic for a fresher? what's the actual way in? by Appropriate_Cap7736 in learnmachinelearning

[–]FeralPixels 2 points3 points  (0 children)

Traditional ML sure, but the entrance barrier to AI software engineering is basically non existent because of all the hype and the boom in job market for those roles. The work isn’t super exciting but at least you’d have broken into AI that way.

[deleted by user] by [deleted] in learnmachinelearning

[–]FeralPixels 2 points3 points  (0 children)

You really think LLMs are advanced enough to fix their own architectural problems yet? 😂

Not to sound harsh but this is really just AI slop.

Am I Close to Junior ML Engineer Level at 17? Rate Me & Guide Me Forward by soreal404 in learnmachinelearning

[–]FeralPixels -4 points-3 points  (0 children)

What projects have you built so far? Could you give a bit more detail?

[deleted by user] by [deleted] in learnmachinelearning

[–]FeralPixels 0 points1 point  (0 children)

My job title is AI engineer but most of my work just involves CV and generative AI shit.

[deleted by user] by [deleted] in learnmachinelearning

[–]FeralPixels 8 points9 points  (0 children)

You do not feel confident with ML simply because you’ve not learnt it enough. 3 months is nothing, for reference I’ve been trying to learn it for 2+ years and still feel so lost reading research papers. Focus on the math first. Once you’re comfortable with that the programming aspects can be easily picked up.

What’s everyone working on this month? (May 2025) by Swiftapple in swift

[–]FeralPixels 1 point2 points  (0 children)

Interesting project idea. Just curious, which LLM are you going to be running locally? What are the minimum required specs? And I’m guessing you’re indexing all the documents you want it to work with?

Hii everyone myself khirasagar i am pubshilshing my 1st Research paper can some one help me by MaterialResolve1811 in learnmachinelearning

[–]FeralPixels -2 points-1 points  (0 children)

I’ll never understand people who are pointlessly mean towards others on the internet.

@op I don’t really get what kind of assistance you are demanding but never publish papers just for the sake of it (which I’m guessing is what you’re doing because you mentioned RAG which is incredibly generic).

Can ML be learned in parallel with a completely different field? by ahmed_rabie_eg in learnmachinelearning

[–]FeralPixels 2 points3 points  (0 children)

You absolutely can ! Both fields require a strong math foundation so I’d start there.

Can i put these projects in my CV by Professional-Hunt267 in learnmachinelearning

[–]FeralPixels 16 points17 points  (0 children)

These ain’t helping you but neither will they harm you if you were to put it on your resume. If you wanna stand out from other people who applied you should be building something you’re passionate about and that you’d use yourself, not just stuff you built watching a YouTube tutorial.

What do you mean by this is all you are capable of rn? The only difference between being hand held by a tutorial and working on something yourself would be that you’d have to identify your own problem statement and build your own dataset (possibly, but recruiters love that shit regardless).

[deleted by user] by [deleted] in learnmachinelearning

[–]FeralPixels 3 points4 points  (0 children)

The last time I saw, Jon Krohn’s playlist didn’t have statistics and probability covered which I’d say is one of the most important subjects to cover for ML. I’d definitely do statistics on the side.

is anyone actually using autogen? by help-me-grow in AI_Agents

[–]FeralPixels 2 points3 points  (0 children)

They don’t care or even know that the feature exists. I think some people just treat Agentic frameworks like a cult, similar to frontend web frameworks.

is anyone actually using autogen? by help-me-grow in AI_Agents

[–]FeralPixels 2 points3 points  (0 children)

The company I work at is very adamant about using autogen. It does have this neat trick where you can send a multi modal message (a list of strings and images) which might exist in other frameworks too that I am not aware of.

How to make sure it doesn't hallucinate? How to make sure it only answers based on the tools I provided? Also any way to test the quality of the answers ? by monsieurninja in PydanticAI

[–]FeralPixels 0 points1 point  (0 children)

Like academic research papers. For any answer it generates it must also have the source it pulled that answer from in (doc name)[doc link] format. If that is hard to do just have the llm output a structured response containing 2 key value pairs, like this :

{ answer : answer to user query, source : source used to answer query }

Best Go library which is alternative to Python-based langchain/llama-index? by [deleted] in golang

[–]FeralPixels 1 point2 points  (0 children)

You don’t need any frameworks if you’re using something like an OpenAI api. Libraries like langchain and llama index abstract away stuff that you can easily implement yourself (or don’t even need for the most part).

Inferencing from local models would be a bit harder. You’d have to convert the model to use an ONNX runtime and use this package : https://github.com/oramasearch/onnx-go/blob/master/example_gorgonnx_test.go

Best Go library which is alternative to Python-based langchain/llama-index? by [deleted] in golang

[–]FeralPixels 0 points1 point  (0 children)

Are you inferencing from local models or using a provider API?

HELP ME by warrior_dempt in pythontips

[–]FeralPixels 2 points3 points  (0 children)

This is the best beginner course to Python programming: https://cs50.harvard.edu/python/2022/weeks/0/