Skip to content

ml-unito/SeqLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeqLearning

This project implements a framework for learning on sequential data. The framework includes an implementation of the Perceptron algorithm for sequential data and several implementation of "decoding algorithms" (a Viterbi classifier and our own CarpeDiem classifier).

The framework should compile without warnings on recent XCode environment [1]. To be used the framework needs to be installed in /Library/Frameworks and referenced from the requiring application.

Installation

Open the project from XCode and build it. Find the SeqLearning.framework package inside the Products folder in XCode, right click on it an select "Show in Finder", then copy the file in /Library/Frameworks.

[1] This version has been tested on XCode 8.0.

About

SeqLearning Objective C framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published