blackcontractor90
Doing PhD in Artificial Intelligence. Loner who knows nothing but logic. Currently researching evolutionary algorithms, VRP & Differential Evolution.
Universiti Pendidikan Sultan IdrisTanjung Malim, Perak
blackcontractor90's Stars
stanfordnlp/GloVe
Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
cjhutto/vaderSentiment
VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
gogsbread/ResumeParser
Resume Parser using rule based approach. Developed using framework provided by GATE
stapelberg/scan2drive
scan paper documents 📄 from a scanner 🖨️ as PDFs to Google Drive for full-text search
Asprise/scannerjs.javascript-scanner-access-in-browsers-chrome-ie.scanner.js
Scan documents directly from scanners into images (JPEG, PDF, PNG and TIFF) on web pages through HTML5/JavaScript in browsers Chrome, Firefox, IE, Microsoft Edge and Opera
nimich/VehicleRouting
A solution for Vehicle Routing Problem (VRP) in Java with heuristic algorithms and Tabu search
kloverde/java-GeographicCoordinate
A Java library for representing latitude, longitude and cardinal points of the compass, and calculating distance and bearing between points
kenumali/UCSDUnfoldingMaps
Real world earthquake data visualization using Unfolding Maps library and Processing GUI
arashdn/genetic-algorithm
Multi-variable equation solver using genetic algorithm, generating charts and tables, supporting both tournament and roulette wheel and many other features
steveworkman/cssbookshelf
A bookshelf in CSS3
djstrong/Simple-RBES
SimpleRBES (Rule-Based Expert System) is one level rule system. Additionally have abbility to learn confidential factors (CF) of rules.
cosmicBboy/gensimLite
a lightweight api that wraps around Gensim for semi-supervised topic modelling
FenilShah0112/Vehicle-Routing-Problem
FInding a more efficient solution of Vehicle Routing Problem using multiple algorithms such as Greedy algorithm, Clarke Wright algorithm and using other Heuristic algorithms such as Tabu search.
jhallman/word_frequency
Python tool for analyzing word counts and frequencies in text files.
TrulsStenrud/MDVRP-Genetic-Algorithm
Solving a multi-depot vehicle routing problem using a genetic algorithm
alaafarouk8/Traveling-Salesman-Problem
"Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? “
Avdhutk/VTS_Driver_Schedule_App
This app is an part of Vehicle Tracking & Management System. This app helps bus drivers to check their daily schedule assigned by bus depo manager. This app is also used to track current location of the bus to provide live bus position to waiting passangers and bus depo manager.
DanielKerrIHG/NamedEntityRecognition
Repo for our AI project
arshadpkm/RIKSB
Riwak Interactive Kids Story Book
chrisley024/Map_GUI
Map gui to get distance between places
chuckmitchell/MotoGuzzlr
Simple app for tracking vehicle mileage
Djalma447/FileWriter_BufferedWriter
Using the Classes FileWriter and BufferedWriter
ecpro/UCSDGraphs
GUI app to find and display shortest distance between two locations and compare different graph algorithms.
iamrj846/Java-GUI-Application---Mapping-Earthquake-data-with-UnfoldingMaps
Use UnfoldingMaps library to build a map which includes data points for recent earthquakes.
Leggit/GpsCalculator
Java GUI program that can work out the bearing and distance between 2 sets of coordinates using the Haversine Formulas, and display the results as text as well as on a compass graphic.
letsGoBharat/travelling-salesman-problem
Travelling sales person is a NP- hard problem in combinatorial optimisation, which is important in various fields of computer science that states that if given a list of cities and the distances between each pair of cities, you need to find the shortest possible route that visits each city and returns to the origin city.
mohammedjasam/Decision-Tree
Creates a decision tree for training and predicts the targets!
velislavgerov/A-Fuzzy-Rule-Based-System
vollov/mileagelog
mileage logger app for mobile
yunlintang1526/java-graph-traversal
Build own navigation system by using four different graph traversal algorithms: DFS, BFS, Dijkstra and A* in order to find the shortest distance path between two locations. By using Java to write three self-defined classes to construct the navigation system by implementing algorithms and use GUI in Java to visually display the context.