Dinar (MingalievDinar)

MingalievDinar

Geek Repo

Company:Drei

Location:Vienna, Austria

Home Page:https://www.linkedin.com/in/mingaliev/

Github PK Tool:Github PK Tool

Dinar's repositories

TrafficSign

In this project, I use convolutional neural network to classify traffic signs. Specifically, I trained a model to classify traffic signs from the German Traffic Sign Dataset. I used TensorFlow for model development and trained it on GPU.

Language:Jupyter NotebookStargazers:3Issues:2Issues:0

BehavioralCloning

The goal of the project - to build a neural network (in Keras) which can drive a car in a simulation track.

Language:PythonStargazers:2Issues:2Issues:0

LineDetection

The goal of this project is to create a pipeline that find lines on the road

Language:Jupyter NotebookStargazers:2Issues:2Issues:0

machine-learning

Several Jupyter Notebooks for machine learning

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

Self-Driving-Car

Several projects how to program Self-Driving-Cars

Stargazers:2Issues:0Issues:0

sentiment-analysis

The aim - is to develop a model that will give accurate predictions for the customer's test sample, but the training sample for is not given. It should be collected by parsing

Language:Jupyter NotebookStargazers:2Issues:2Issues:0

VehicleDetectionTracking

The goal is to create a pipeline to identify and track vehicles in a video from a front-facing camera on a car with a traditional Computer Vision approach for object detection: processing stages, feature extraction, spatial sampling and classification

Language:Jupyter NotebookStargazers:2Issues:2Issues:0

AdvancedLaneDetection

The Goal of this Project is to write a software pipeline to identify the lane boundaries in a video from a front-facing camera on a car. The camera calibration images, test road images, and project videos are available in the project repository.

Language:Jupyter NotebookStargazers:1Issues:2Issues:0

adverity

An introduction of a simple approach for CTR Anomaly Detection

Language:Jupyter NotebookLicense:MITStargazers:1Issues:2Issues:0

ExtendedKalmanFilter

The goal of the project is implementation of Extended Kalman filter C++. Be using simulated lidar and radar measurements we detecting a bicycle that travels around your vehicle. The Kalman filter for lidar measurements and radar measurements is used to track the bicycle's position and velocity.

Language:C++Stargazers:1Issues:0Issues:0

face-generation

Introduction to Deep Convolutional Generative Adversarial Networks (DCGANs) for Face Generation

Language:Jupyter NotebookStargazers:1Issues:3Issues:0

Image-Captioning

Create a neural network architecture to automatically generate captions from images.

Language:Jupyter NotebookStargazers:0Issues:2Issues:0

Dog-Breed-Classifier

Given an image of a dog, algorithm identifies its breed using convolution neural networks in PyTorch

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

ModelPredictiveControl

The goal of the project is implementation of Model Predictive Control to drive the car around the track.

Language:C++Stargazers:0Issues:0Issues:0

object_detection_YOLO5

The idea of the project is to try (setup environment, inference and train) a PyTorch-based object detection model YOLO5 created by ultralytics.

Stargazers:0Issues:0Issues:0

PIDController

Implementation of a PID controller in C++ to maneuver the vehicle around the virtual track! The simulator provides the cross track error (CTE) and the velocity (mph) in order to compute the appropriate steering angle and speed

Language:C++Stargazers:0Issues:2Issues:0

TwoDimensionalParticleFilter

The goal of the project is implementation of a 2 dimensional particle filter in C++. Given a map and some initial localization information (analogous to what a GPS would provide), at each time step the filter will get observation and control data.

Language:C++Stargazers:0Issues:0Issues:0

UnscentedKalmanFilter

The goal of the project is implementation of unscented Kalman filter using the CTRV motion model.

Language:C++Stargazers:0Issues:0Issues:0