I am investigating the possibility of using neural networks for the task of transliteration (transcription from one script to another).
An example of an input = "BRAIN" and the output = "برين".
What would be the best neural network to perform this task? and how the data should be represented?
Thanks