How to create my own neural net?

Hi, I was wondering how I would create my own neural net, specifically what program should I use, how do I load the data, and what data should I use? My goal is to be able to create an algorithm that can identify cones and cubes for FRC. Here is the dataset of cones I found online: woz4tetra/charged_up_2023 · Datasets at Hugging Face

I recommend you complete the MLS course. That will give you the conceptual background to understand the issues.

1 Like

Unless you have a lot of computing power, or a very controlled environment, an FRC robot is going to struggle to identify objects in real time.

I’ve helped at FRC events, and I know they are a sea of chaos. So a “controlled environment” is not likely.

1 Like