Giter Site home page Giter Site logo

SmileTestData is missing? about smile HOT 11 CLOSED

haifengl avatar haifengl commented on April 28, 2024
SmileTestData is missing?

from smile.

Comments (11)

haifengl avatar haifengl commented on April 28, 2024

Hi SmileTestData contains the datasets that I download from internet. As I don't own them, I cannot publish it in github. They are only used for unit tests. You can remove the dependency in eclipse or create a dummy project there. Thanks!

from smile.

ashrafs avatar ashrafs commented on April 28, 2024

please send us link for download dataset used in regression part or name of dataset

thanks

from smile.

haifengl avatar haifengl commented on April 28, 2024
  1. weka
  2. usps ocr
  3. uci machine learning repo
  4. chameleon
  5. many others

from smile.

ashrafs avatar ashrafs commented on April 28, 2024

please In my project indoor location I use SVR Regression
I need train svr offline using x,y location and received signal strength wifi ( build fingerprint database) for training in my location and build model after that predict new location for new signal strength will come online phase.
in SVR Code published Predict function in SVR takes an array of numbers as input and returns ONE numeric value as output. but I have two instances, for X and Y.
public double predict(T x);{
}
my question :
I can train two dimensional x,y together or each coordinate is considered as one output of SVR and trained independently ?
thanks

from smile.

haifengl avatar haifengl commented on April 28, 2024

Are you predicting signal strength based on location? If so, it is doable with SVR.

But if you predict location based on signal strength, it is impossible.

from smile.

ashrafs avatar ashrafs commented on April 28, 2024

I need predict location based signsl strength.
I Must train all diminsion for all coordinate xy independent.
train x
train y
for solve this problem?
or whats your suggested solution
many thanks

from smile.

haifengl avatar haifengl commented on April 28, 2024

In general, many locations have same signal strength. It is a one-to-many mapping (from signal strength to locations). It is not a function at all. Note that supervised learning is just to fit a function.

from smile.

ashrafs avatar ashrafs commented on April 28, 2024

Let consider the location doesn't have same signal strength from all access point in same time must be different values .
we will consider it fingerprint .
I can train all diminsion for xy and use svr
I read some paper use svr indoor wlan localization its doable? Because I have real
Value data and I must use regression.

from smile.

haifengl avatar haifengl commented on April 28, 2024

It is impossible for a mapping from low-dimensional to higher-dimension to be one-to-one mapping. In case of wlan localization, the intrinsic dimension is one if the signal is restricted to a very narrow area. That is what you want to fit. Then with some other information (e.g. your signal source location and direction), you map decouple it to (x, y). BTW, SVR has no advantage for this low dimensional problem.

from smile.

ashrafs avatar ashrafs commented on April 28, 2024

Yes I use orientation when record signal strength as measure value and I do 4 cluster for all orientation measured and I will train all cluster for all orientation (north south east wast) using svr.
I must do train for x and another train for y for all 4 cluster stored? In this case it douable?
Thanks alot for your support

from smile.

haifengl avatar haifengl commented on April 28, 2024

As I said, you should fit with something like distance instead of (x, y). then you reconstruct (x, y) with additional information.

from smile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.