Hello. I am currently working on my simple translator engine. It translates perefctly replacing words from english to spanish, in a one-to-one relation. I also need a broad corpus of text, and then i build an automated tool to make dictionaries more easily. These things are under work, and have not been integrated yet with a proper test.
I am expecting to add some simple artificial intelligence capacitiy to my project. I am learning about perceptron. I have read this before and i can take it or just start.
How can i add some perceptron artificial intelligence to my translator?? My translator have its dictionary. This translator is experimental and it can have features integrated step by step.
The question specificly is: How can i add a perceptron intelligence to my translator?? Do you have some books explaining how to build a simple translator?? Translators of natural language processing, in this case from english to spanish.
Ironic, isn't it? This sentence was probably lost in translation, because if I take it literally, it sounds kinda conceited.
Anyway -- you mention perceptron. This is entering neural networks and machine learning. I don't know if there's anyone that commonly frequents this forum that is an expert in that, (certainly not me).
The way I see it, it's more math than programming. I think your best option is to simply search the web for "perceptron" and look at the articles that pop up.