I don’t care how long it takes to train my machine. I just want to know if it is possible to do that. I know people who do this, but I don’t know how they do it because they don’t spill a word about it. If it is possible, can someone give me a roadmap that I can follow?
Hi @Zubayer_Hossain, First you have to be clear about the problem statement like what type of problem(image classification, text classification, object detection, etc…) you have to solve using AI.
Then you have to collect the data for the problem you are going to solve and label the data if it is a type of supervised learning. Then you can go for building the model architecture based on the use case like CNN for image classification, RNN’s, LSTM, GRU, etc for NLP related tasks. Thank You.