Submitted by excooo t3_zbpnzy in deeplearning
hayAbhay t1_iysq7vu wrote
Reply to comment by excooo in I have an idea which can be solved with machine learning, but no idea where to start by excooo
So vectors to vectors are extremely abstract and it's hard to understand what those vectors are. ML/DL are functions at the end of the day that are learned from observing a lot of examples of vectors -> vector transformations (inductive learning).
If these transformations are fairly easy to model, you might just be able to solve the function directly. Or you might need simple ML algorithms. If it's very complex, you might need stronger models and/or more data.
For instance image -> vector of probabilities over possible categories requires some powerful models where as a vector of 1 feature (height) -> probability of not hitting the head on the roof requires a basic model.
captaintel t1_iywh9xr wrote
Try to get an answer using either GTP-3 chat or GPT-3 playground, at any rate it could help you refine your question.
Viewing a single comment thread. View all comments