Yong Sun (sunyong2016)

sunyong2016

Geek Repo

Location:Nanjing, China

Github PK Tool:Github PK Tool

Yong Sun's repositories

shp2geosparql

Java console tool to convert geometries from shape files to RDF using GeoSPARQL OGC standard . You can extract geometries and spatial relations of a SHP and convert them to RDF in WGS84 Reference System. Geometry2RDF: https://github.com/boricles/geometry2rdf was taken as the base of this develpment.

Language:JavaStargazers:1Issues:0Issues:0

ANFIS-1

Adaptive neuro fuzzy inference system (ANFIS) is a kind of neural network that is based on TSK fuzzy inference system. Since it integrates both neural networks and fuzzy logic principles, it has potential to capture the benefits of both in a single framework. Its inference system corresponds to a set of fuzzy IF–THEN rules that have learning capability to approximate nonlinear functions. Hence, ANFIS is considered to be universal approximator.

Language:JavaStargazers:0Issues:0Issues:0

Assignment-Problem

Items related to the maximum weight perfect matching in a weighted bipartite graph

Stargazers:0Issues:0Issues:0

data-structures-and-algorithms-in-python

"Data Structures and Algorithms in Python" is designed to provide an introduction to data structures and algorithms, including their design, analysis, and implementation. The authors take advantage of the beauty and simplicity of Python to present executable source code that is clear and concise. Furthermore, a consistent object-oriented viewpoint is retained throughout the book, including the use of inheritance, both to maximize code reuse and to draw attention to the clear similarities and differences of various abstract data types and algorithmic approaches.

Language:PythonStargazers:0Issues:0Issues:0

MovieRecommendationSystem

School project to design and develop collaborative filtering algorithms that predict the unknown ratings in the test data by learning users' preference from the training data. This project is developed in C#.

Language:C#Stargazers:0Issues:0Issues:0