How can i add simple artifical intelligence (perceptron) to my translator?

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.

I expect your help. Have a nice day.
I expect your help
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.

Some C++-related links I found:
http://www.cplusplus.com/forum/general/10030/
https://riptutorial.com/machine-learning/example/22618/implementing-a-perceptron-model-in-cplusplus
http://tstra.us/code/perceptron/

Perhaps some useful links/PDFs:,
https://computing.dcu.ie/~humphrys/Notes/Neural/single.neural.html
http://page.mi.fu-berlin.de/rojas/neural/

____________________

For a more general and visually-oriented video that discusses neural networks, I suggest 3Blue1Brown.
https://youtu.be/aircAruvnKk

Maybe someone else will have something more useful to add. Good luck either way.
Last edited on
Topic archived. No new replies allowed.