The Experts below are selected from a list of 105483 Experts worldwide ranked by ideXlab platform

Boris Kh. Baziyan - One of the best experts on this subject based on the ideXlab platform.

  • Evaluation of cortical visual prostheses microelectrode Array Function. Description of behavioral feline model
    Conference proceedings : ... Annual International Conference of the IEEE Engineering in Medicine and Biology Society. IEEE Engineering in Medicine and, 2008
    Co-Authors: Marianna E. Ivanova, Valerij V. Ortmann, Sergey A. Gordeev, Boris Kh. Baziyan
    Abstract:

    Felines are highly organized mammals with relatively similar to human structure-Functional visual system and they are able to create reflex behavior in response to specific stimulus. Thus, feline model seems to be valuable in checking microelectrode Array Function in visual prosthetic device before experimenting in human. We believe that reflex behavior developed by cats in our experiment of response to electric stimulus delivered from microelectrode Array is a response to phosphenes, similar to light stimulus response.

Marianna E. Ivanova - One of the best experts on this subject based on the ideXlab platform.

  • Evaluation of cortical visual prostheses microelectrode Array Function. Description of behavioral feline model
    Conference proceedings : ... Annual International Conference of the IEEE Engineering in Medicine and Biology Society. IEEE Engineering in Medicine and, 2008
    Co-Authors: Marianna E. Ivanova, Valerij V. Ortmann, Sergey A. Gordeev, Boris Kh. Baziyan
    Abstract:

    Felines are highly organized mammals with relatively similar to human structure-Functional visual system and they are able to create reflex behavior in response to specific stimulus. Thus, feline model seems to be valuable in checking microelectrode Array Function in visual prosthetic device before experimenting in human. We believe that reflex behavior developed by cats in our experiment of response to electric stimulus delivered from microelectrode Array is a response to phosphenes, similar to light stimulus response.

Sergey A. Gordeev - One of the best experts on this subject based on the ideXlab platform.

  • Evaluation of cortical visual prostheses microelectrode Array Function. Description of behavioral feline model
    Conference proceedings : ... Annual International Conference of the IEEE Engineering in Medicine and Biology Society. IEEE Engineering in Medicine and, 2008
    Co-Authors: Marianna E. Ivanova, Valerij V. Ortmann, Sergey A. Gordeev, Boris Kh. Baziyan
    Abstract:

    Felines are highly organized mammals with relatively similar to human structure-Functional visual system and they are able to create reflex behavior in response to specific stimulus. Thus, feline model seems to be valuable in checking microelectrode Array Function in visual prosthetic device before experimenting in human. We believe that reflex behavior developed by cats in our experiment of response to electric stimulus delivered from microelectrode Array is a response to phosphenes, similar to light stimulus response.

Valerij V. Ortmann - One of the best experts on this subject based on the ideXlab platform.

  • Evaluation of cortical visual prostheses microelectrode Array Function. Description of behavioral feline model
    Conference proceedings : ... Annual International Conference of the IEEE Engineering in Medicine and Biology Society. IEEE Engineering in Medicine and, 2008
    Co-Authors: Marianna E. Ivanova, Valerij V. Ortmann, Sergey A. Gordeev, Boris Kh. Baziyan
    Abstract:

    Felines are highly organized mammals with relatively similar to human structure-Functional visual system and they are able to create reflex behavior in response to specific stimulus. Thus, feline model seems to be valuable in checking microelectrode Array Function in visual prosthetic device before experimenting in human. We believe that reflex behavior developed by cats in our experiment of response to electric stimulus delivered from microelectrode Array is a response to phosphenes, similar to light stimulus response.

Christophe Dubach - One of the best experts on this subject based on the ideXlab platform.

  • a composable Array Function interface for heterogeneous computing in java
    Proceedings of ACM SIGPLAN International Workshop on Libraries Languages and Compilers for Array Programming, 2014
    Co-Authors: Juan Fumero, Michel Steuwer, Christophe Dubach
    Abstract:

    Heterogeneous computing has now become mainstream with virtually every desktop machines featuring accelerators such as Graphics Processing Units (GPUs). While heterogeneity offers the promise of high-performance and high-efficiency, it comes at the cost of huge programming difficulties. Languages and interfaces for programming such system tend to be low-level and require expert knowledge of the hardware in order to achieve its potential. A promising approach for programming such heterogeneous systems is the use of Array programming. This style of programming relies on well known parallel patterns that can be easily translated into GPU or other accelerator code. However, only little work has been done on integrating such concepts in mainstream languages such as Java. In this work, we propose a new Array Function interface implemented with the new features from Java 8. While similar in spirit to the new Stream API of Java, our API follows a different design based on reusability and composability. We demonstrate that this API can be used to generate OpenCL code for a simple application. We present encouraging preliminary performance results showing the potential of our approach.