0

Is this dataset or training is enough?

This has trained though dataset.It also perform math opration and binary,octal, etc. No can anyone say me is it enough for ai working properly. https://sololearn.com/compiler-playground/W4PkkUXw04WG/?ref=app

13th Nov 2024, 9:42 PM
Abdun Nur Porag
Abdun Nur Porag - avatar
3 Antworten
+ 7
No. Training a real AI is not as simple as creating a dataset of questions and answers. That is practically impossible to complete. If the user have only a limited amount of valid inputs and have to guess what they are, it will not be very useful. Your AI is not actually understanding the input. It is just matching questions to its database. Can you predict every possible question a user might ask?
14th Nov 2024, 12:07 AM
Bob_Li
Bob_Li - avatar
+ 4
It's not training data, it's actually just a set of questions and answers. Also, the code you provided, it's not how chatgpt or any other LLMs work. For real AI training, you need a large, diverse dataset along with powerful computers and servers. This setup allows the AI to learn patterns across many examples, improving its ability to generalize, recognize complex relationships, and make accurate predictions. Without enough data, the model can’t learn effectively or adapt to new situations, limiting its performance and usefulness. But you’re on the right track! Starting with Q&As is a great way to test ideas and understand how training works. Building from here, you can add more data and gradually see your AI model improve.
14th Nov 2024, 3:03 AM
Shihan
Shihan - avatar
+ 3
You have asked this same question three times. It is working perfectly. Please stop posting the same question.
14th Nov 2024, 2:57 AM
Jerry Hobby
Jerry Hobby - avatar