Hello,
I'm an emphasis Software Developer with specialized skills in C++, Python, and QML. I have great experience with the Qt framework and fourth years of development. I can make your project as you like, and I'm also available for a long term relationship. I Like to work on a project with a team.
The services offering:
The project concern the compagny where i worked. Being the only member in the team AI, I realized a project using OpenCV/Dlib/Keras/Python.
The project consist to interpret the states of the face, such as the smile, iris tracking, the estimation of the position of the head relative to the camera, etc.
We have some models used for machine translation:
The goal of this project is to do research on a new architecture, who surpass GNMT and ConvS2S, this architecture is called Transformer, and it was created by google
I used python as language, tensor2tensor library (sub-library of Tensorflow), and Google Colaboratory for training model.
I created a tutorial to how use this library and it added to the official repos. Go to pull request.
There are several automatic translation architectures, such as Google Neural Machine Translation used in google translation, Convolution Sequence to Sequence (ConvS2S) used by facebook.
In this article, I compare these architectures, with the Transformer architecture created by Google, and surpass them.
I make comparisons in terms of performance and quality, as well as the complexity of these architectures.
The article is publied also in Analytics Vidhya.
There are several automatic translation architectures, such as google translate and facebook. In this article, I introduce the Transformer architecture to be created by Google.
Google Brain and their collaborators have published an article introducing a new architecture, the Transformer, based only on attention mechanisms. It surpasses any other Neural machine Translation (NMT) models seen before such as Google Neural Machine Translation (GNMT) alias Google Translate.
The Transformer has been able to reach a new state of the art in translation. In addition to major improvements in the quality of translation, it also allows the realization of many other natural language processing (NLP) tasks.
This an article about Qt framework.
Qt (pronounced “cute”) is an open-source Frameworks for creating graphical user interfaces as well as cross-platform applications that run on various software and hardware platforms with little or no change in the underlying codebase while still being a native application with native capabilities and speed.
In the article, we will discuss several points of the Qt framework.
Gesture recognition is a hot topic in computer vision and pattern recognition. Since the existing methods have not presented a practical compromise between the performance and the efficiency.
The project started in a compagny that wanted to create an AI capable to predict the sign language. So i want to share my experience, because it’s an interesting aspect of our society.
The idea was to construct a neural network model to classify the signs, from the images captured by a camera of phone in real time. The user can communicate with another person using sign to text. We can add after text to speech.
The article is publied also in Becoming Human.