Sentiment Analysis
2020-12-16
Demo on 'Sentiment Analysis of Amazon'. Understanding the sentiment of the textual data is a very crucial component in data science. In this Demo, I have used Natural Processing Techniques to understand the sentiment of some of the reviews posted on the amazon website.
Python-Projects
Data_Science
Sentiment Analysis
Read More
Realtime Face Detection and Tracking with MATLAB
2020-11-22
Object detection and tracking are important in many computer vision applications including activity recognition, automotive safety, and surveillance. In this example I have developed a simple system for tracking a single face in a live video stream captured by a webcam. MATLAB provides webcam support through a Hardware Support Package, which will need to download and install in order to run this example. The support package is available via the Support Package Installer.
Realtime_Face_Detection_and_Tracking
ComputerVision
ObjectDetection
Read More
Artificially Path Knowing in Environments of Different Complexity
2020-11-19
Generated a MATLAB code, that shows how to create a map of an environment using range sensor readings and robot poses for a differential drive robot. I create a map from range sensor readings that are simulated using the range Sensor object. The differential Drive Kinematics motion model simulates driving the robot around the room based on velocity commands. The range Sensor gives range readings based on the pose of the robot as it follows the path.
machinelearning
DeepLearning
MATLAB
Read More
Ludo Game Project In PYTHON
2020-09-01
Ludo Game project is written in Python. The project file contains python scripts (game.py, run.py, painter.py, recorder.py). This is a simple console based strategy board game which is very easy to understand and use. Talking about the gameplay, all the playing rules are the same just like we play in real time ludo. Here at first, the user has to select players i.e either human or computer. After selecting human, the player has to enter details such as name and select color(red, green, yellow and blue). the player can also start the game within two players if he/she wants.
Python-Projects
Python
Ludo Game
Read More
Disply MRI Data using MATLAB
2020-08-12
The example of scalar data includes magnetic resonance imaging (MRI) data. This data typically contains a number of slice planes taken through a volume, such as the human body. MATLAB includes an MRI data set that contains 27 image slices of a human head.
MATLAB
MATLAB Graphics
Read More
XOR Learning Neural Network
2020-08-08
A complex python neural network implementation for the XOR problem in PYTHON.
Neural Network
Python
Numpy
Read More
Display Teapot using MATLAB
2020-01-12
This example shows how to create and display a complex three dimensional object and control its appearance
MATLAB
MATLAB Graphics
Complex Three-Dimensional Objects
Read More