Recent comments in /f/MachineLearning
advadnoun t1_j952b3z wrote
Reply to comment by tiensss in [D] Please stop by [deleted]
"Buzzword" is not the right term for this term lol
​
It's meaningful and... not just fashionable. Whether you think it's easily benchmarked is a different story.
Morteriag t1_j951p1n wrote
I would use instance segmentation, it will feed the network more information and increase the chance if success. The output is also easier to interpret to guide data selection in the next iteration. The annotation process is more labour intensive, but using good tools/annotation platform go a long way to speed things up. Once your model is good enough, it is mostly a matter of correcting small mistakes.
pannous t1_j951ckx wrote
IDK for me the models always work out of the box. Not doing anything fancy though, just three liners: image to text, text to embedding...
cajmorgans t1_j950xr8 wrote
Reply to comment by gunshoes in [D] Please stop by [deleted]
Oh god…
”I wasn’t that great with math, but I know +,-,*/, can I become a professionell data scientist like yesterday?”
I’m studying a Bachelor in ML/DS and had a pretty solid background joining the program. In 1 year, we’ve had maybe 50% drop offs because “Too much math bro”…
I_like_sources OP t1_j950i13 wrote
Reply to comment by Username912773 in [D] Lack of influence in modern AI by I_like_sources
Do you agree with the lack of influence or do you see many models where it does not apply, that give you a great deal of tweaking abilities?
If the latter, name them, so we can discuss that.
[deleted] OP t1_j94zdab wrote
Reply to [D] Please stop by [deleted]
[removed]
blueSGL t1_j94yv6s wrote
Reply to comment by MysteryInc152 in [D] Toolformer implementation using only few-shot prompting by MysteryInc152
any idea how they format the search results, because out of all of them that would seem to be the most tricky. No idea if the google summery text preview contains the answer or enough context to get the answer. If it needs to actually go to the website the tool has no knowledge of how the website will be formatted or length of the site. (potential context window issues)
[deleted] OP t1_j94yoqs wrote
Reply to comment by Optimal-Asshole in [D] Please stop by [deleted]
[removed]
Username912773 t1_j94x2hm wrote
Reply to [D] Lack of influence in modern AI by I_like_sources
Ok what’s your point? How do you propose to fix this?
HarryCHK t1_j94vaii wrote
The thread just say those external tool can be a source if memory so that it will be turing complete. How this compare to embed the memory tape into the architecture itself?
jojomamaz t1_j94uxh3 wrote
Reply to [D] Simple Questions Thread by AutoModerator
I am doing my very first machine learning project and am hoping to follow the word intrusion and topic intrusion human judgement/validation tasks outlines by Chang, et al 2009 <- https://proceedings.neurips.cc/paper/2009/file/f92586a25bb3145facd64ab20fd
can someone please break down these equations for me/ provide hypothetical numbers to plug in? thank you so much:
TheFern2 t1_j94s6d8 wrote
Reply to comment by LcuBeatsWorking in [D] Please stop by [deleted]
Just stop fighting it. Add whatever keywords you don't want to see to your block list. You see a stupid question, low quality, etc, block user.
uwashingtongold t1_j94qte2 wrote
Grounded vision understanding for qa relating to spatial concepts
I_will_delete_myself OP t1_j94qohm wrote
Reply to comment by Demortus in [D] Things you wish you knew before you started training on the cloud? by I_will_delete_myself
I agree. It also helps with deploying an API for you model. Also systemMD is useful to keep things running is the server gets reset for whatever reason.
Demortus t1_j94q9zd wrote
Reply to [D] Things you wish you knew before you started training on the cloud? by I_will_delete_myself
Running Linux on your desktop/laptop makes it significantly easier to run projects on the cloud. Namely, you will be familiar with all dependencies needed to run your project and how to install them online. Moreover, you will not need to make many, if any changes, to your scripts to get them to work.
not_mig t1_j94ouse wrote
Reply to [D] Simple Questions Thread by AutoModerator
I'm having trouble understanding a lot of explanations of different neural networks online because I can't wrap my head around any of the diagrams. Any good resources that do a good job linking the diagrams to the mathematical equations because I am completely lost
DemosthenesTK421 t1_j94ojkr wrote
Reply to comment by Hyperion141 in [D] Simple Questions Thread by AutoModerator
Yes, you can expect leetcode-esque questions in an MLE job interview, in addition to questions about ML foundations and possibly system design questions that are geared more toward the MLE role.
Metacognitor t1_j94ois4 wrote
Reply to comment by KPTN25 in [D] Please stop by [deleted]
That's a fair enough point, I can see where you're coming from on that. Although my perspective is perhaps as the models become increasingly large, to the point of being almost entirely a "black box" from a dev perspective, maybe something resembling sentience could emerge spontaneously as a function of some type of self-referential or evaluative model within the primary. It would obviously be a more limited form of sentience (not human-level) but perhaps.
kyleireddit t1_j94kdw0 wrote
Reply to [D] Please stop by [deleted]
There are no stupid questions. There are only stupid answers.
MysteryInc152 OP t1_j94ep4b wrote
Reply to comment by blueSGL in [D] Toolformer implementation using only few-shot prompting by MysteryInc152
Yup. That's pretty much it lol
Sphere343 t1_j94dx4y wrote
Reply to comment by TheRealSerdra in [D] Please stop by [deleted]
Uh cause the programmers literally added that in. It’s a obvious question. So no of course not.
[deleted] OP t1_j94ddkd wrote
Reply to comment by TeamRocketsSecretary in [D] Please stop by [deleted]
[deleted]
FHIR_HL7_Integrator t1_j94ca7q wrote
Reply to comment by Old_Scallion2173 in [D] bounding box or instance segmentation by Old_Scallion2173
Regarding terms, who knows. It's still a great idea
I_will_delete_myself OP t1_j94c8d1 wrote
Reply to comment by royalemate357 in [D] Things you wish you knew before you started training on the cloud? by I_will_delete_myself
This is something most cloud services use to lock you in to their services and discourage migrations to another vendor.
Tgs91 t1_j954pam wrote
Reply to [D] Things you wish you knew before you started training on the cloud? by I_will_delete_myself
If you work in a job where you're frequently asked to apply your code using different cloud environments (AWS, Azure, Google, local machines, etc, etc), then it's good to dev/test code locally and have a mix of Windows and Mac on your team. If your tests pass on both Mac and Windows, then they'll probably also pass on just about any Linux based environment in a cloud service. Dev local, train on cloud with minimal debugging because you pay by the hour.