Made with Python using Tensorflow, NLTK and Numpy.
Its purpose is to have a free conversation with the user.
It operates by:
- accepting a sentence from the user,
- processes the natural language within it,
- and employs neural networks to determine the most suitable response.
Techniques such as tokenization, stemming, and bag-of-words are utilized for this purpose.
A computer vision project that detect and locate objects within complex scenes.
It begins by converting images of a singular object against a plain background and a cluttered scene containing multiple objects into black and white.
Next, distinctive points of interest are identified within both images.
Feature extraction and comparison techniques are then employed to analyse similarities between these points in both images, enabling the precise localization of the object within the cluttered scene.
Finally, a geometric transformation estimation process outlines the object's position amidst the surrounding elements.
A Mamdani type fuzzy logic system with six inputs and one output.
It's designed to assist in investment decision-making based on various financial indicators.
The inputs include metrics such as revenue growth, gross profit margin, and P/E ratio, each divided into linguistic terms like "negative," "average," and "high."
The output, "Type of Investment," provides linguistic categories such as "avoid," "risky," "worthy," and "unicorn" based on the inputs' fuzzy logic analysis.
The system's rules govern the mapping between input combinations and output categories, enabling nuanced investment recommendations.
I invested €100 in it's decision for testing purposes and ended up with 30% profit after one month (not an investing advice).