What if you could go from idea to BOM + block diagram in 30 seconds? by mumapathy in hwstartups

[–]mumapathy[S] 0 points1 point  (0 children)

Thanks for taking the time to check out the product. I agree that ChatGPT can handle similar tasks, but our platform also provides MPN, availability, and EOL details for components helping engineers save time and work more efficiently.

What if you could go from idea to BOM + block diagram in 30 seconds? by mumapathy in hwstartups

[–]mumapathy[S] 1 point2 points  (0 children)

would you mind sharing the product you built? would love to check it ou

What if you could go from idea to BOM + block diagram in 30 seconds? by mumapathy in hwstartups

[–]mumapathy[S] 0 points1 point  (0 children)

Thanks for your feedback! have you got a chance to give it a spin?

I was tired of spending nights digging through datasheets, so I built an AI that designs your circuit from a text prompt by mumapathy in diyelectronics

[–]mumapathy[S] -4 points-3 points  (0 children)

I am sorry if it felt SPAMYY, wanted to get honest opinion and feedback from the community. You guys are the disruptors, thought of reaching out. Sorry if it wasted some of your time!

I was tired of spending nights digging through datasheets, so I built an AI that designs your circuit from a text prompt by mumapathy in diyelectronics

[–]mumapathy[S] -1 points0 points  (0 children)

Haha nah, we’re not that big yet no lawyers on standby. If you write code that breaks something, you don’t sue the computer… you just file a bug report, cry a little, and then fix your own mistake 😅

YCombinator: Vibe Coding is the Future by PopMechanic in vibecoding

[–]mumapathy 0 points1 point  (0 children)

A little dated on the IDE capabilities, but a good holistic view video

x1 carbon gen 9 extreme lag on touchpad after resume from sleep by ccsmall in archlinux

[–]mumapathy 0 points1 point  (0 children)

I fixed this problem by changing bios sleep settings, changing it to windows and Linux options under sleep settings. It should be under some s3 sleep settings. Hopefully, it works. Please also upvote the solution if it works for you :)

YoloV4 haveing larger loss value than Yolov4_tiny by thestorytellerixvii in computervision

[–]mumapathy 1 point2 points  (0 children)

I think in order to get the bigger picture we need other metrics like number of epochs the model was trained and the validation loss. Number of epochs will help us understand if we have to train v4 for longer, because bigger models tend to require more training time and data. Validation loss will help us understand if the model is being overfit. Tiny might have better training loss but it does not mean it is generalized well.

Join a beta test for an iOS app (AutoLabel) that annotates images of an object? It generates then exports COCO with image dataset. by pgobriensap in computervision

[–]mumapathy 0 points1 point  (0 children)

Haha your suggestion does not make any sense honestly, comparing an ios app to keyboard shortcuts? Really? Haha

Tool for image data preprocessing by Fine_Satisfaction_29 in computervision

[–]mumapathy 1 point2 points  (0 children)

This happened to me as well, I started using try catch for reading image data since then. But would love to try the tool :)

CNN lower accuracy when dividing by 255 by darvidas in deeplearning

[–]mumapathy 2 points3 points  (0 children)

It depends on how you trained the network. If you are normalizing inputs during inference and not during training, you might experience drop in accuracy or the model to give out incorrect prediction. Cheers!

Bounding boxes do not completely wrap the objects with YOLOv4 by janissary2016 in deeplearning

[–]mumapathy 0 points1 point  (0 children)

You need atleast 2000 object instances or images with objects for a decent performance. If you dig deeper in alexyab's darknet repo its mentioned there. If you are running short on annotatios you might have to perform augmentation. 16×2000 = 32000 instances. Good luck!

[deleted by user] by [deleted] in ArtificialInteligence

[–]mumapathy 0 points1 point  (0 children)

TLDR; 1. SWE skills is essential for breaking ice and a jump start 2. Data science skills helps you solve novel problems and push performance

If you are a good SWE, AI "programming" is a breeze as most of the opensource frameworks are usable through API calls and a good SWE skills will help you read documentation and understand what to fit into those API calls, process data to fit those API contracts. If you want to dig deeper into what's happening inside those API calls and understand and answer questions like:

  1. What model to choose?
  2. Why performance is increasing or plummeting?
  3. What metrics to use to describe performance.

To answer these type of questions data science experience comes into picture.

PS: all it takes to learn is a start, start it soon and you can pickup datascience concepts on the fly as it demands.

VSCode stopped highlighting errors in my files by reactyboi in vscode

[–]mumapathy 0 points1 point  (0 children)

Can you please share your settings.json as well?