The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
The SVM has an option to go one-class. That might help you.
Best,
Martin
Dortmund, Germany
Thank you very much! But one-class SVM seems to be unsupervised learning algorithm! I want to use Semi-supervised Learning algorithms.
Best Wishes,
mkq
If there is a java implementation we (= community?) might embedd it. It's pretty straight forward.
~Martin
Dortmund, Germany
http://link.springer.com/article/10.1631/jzus.C1000330 - Clustering feature decision trees for semi-supervised
classification from high-speed data streams - Wen-hua XU, Zheng QIN, Yang CHANG
SmSCluster is a semi-supervised method they implemented using RapidMiner.
http://arxiv.org/ftp/arxiv/papers/1201/1201.1670.pdf - Customers Behavior Modeling by Semi-Supervised Learning inCustomer Relationship Management - Siavash Emtiyaz, MohammadReza Keyvanpour
"The proposed semi-supervised method is a model by means of a feed-forward neural network trained by a back propagation algorithm (multi-layer perceptron) in order to predict the category of an unknown customer (potential customers). In addition, this technique can be used with Rapid Miner tools for both labeled and unlabeled data"
(1-class SVM should work with this approach too)
Distance measures, clusters, HBOS + stacking can all be used too. Howeyou might need to drop to R, Python or a Java library to implement others.
Regarding graph models, the Linked Open Data extension is probably a good place to start.
Thank you very much! I'll check the java implementation and weka extension.
Best Wishes,
mkq
Thank you very much! I'll try the methods you've advised. ;D ;D
Best Wishes,
mkq