PhysOnline

所属分类:物理/力学计算
开发工具:Scala
文件大小:13370KB
下载次数:0
上传日期:2020-04-13 18:47:24
上 传 者sh-1993
说明:  PhysOnline:用于波形数据实时分析的开源机器学习管道
(PhysOnline: An Open Source Machine Learning Pipeline for Real-Time Analysis of Waveform Data)

文件列表:
LICENSE (35147, 2020-04-14)
build.sbt (1161, 2020-04-14)
in (0, 2020-04-14)
in\P001.json (149839, 2020-04-14)
in\P002.json (150362, 2020-04-14)
in\P3-9c.json (1053599, 2020-04-14)
in\PAFLabel_Zepplin.csv (9820094, 2020-04-14)
in\Prest.json (5984215, 2020-04-14)
in\pafe (0, 2020-04-14)
in\pafe\PAFE(correct).csv (537696, 2020-04-14)
in\pafe\PTPEpisode6.json (0, 2020-04-14)
in\pafe\PTPEpisode6.json\._SUCCESS.crc (8, 2020-04-14)
in\pafe\PTPEpisode6.json\.part-00000-4c9aa5ef-ae11-412e-aa75-ad34a54b75d9-c000.json.crc (2320, 2020-04-14)
in\pafe\PTPEpisode6.json\.part-00000-6504ef21-f16a-4724-b0ef-535858e03398-c000.json.crc (2320, 2020-04-14)
in\pafe\PTPEpisode6.json\.part-00000-7a7e027e-7665-4abc-9b4d-ecb80769cf04-c000.json.crc (2320, 2020-04-14)
in\pafe\PTPEpisode6.json\.part-00000-fa8099dc-ac79-4eaf-a59e-32960552ff8a-c000.json.crc (2320, 2020-04-14)
in\pafe\PTPEpisode6.json\PAFEpisode6.json (295932, 2020-04-14)
in\pafe\PTPEpisode6.json\_SUCCESS (0, 2020-04-14)
in\pafe\PTPEpisode6.json\part-00000-4c9aa5ef-ae11-412e-aa75-ad34a54b75d9-c000.json (295932, 2020-04-14)
in\pafe\PTPEpisode6.json\part-00000-6504ef21-f16a-4724-b0ef-535858e03398-c000.json (295932, 2020-04-14)
in\pafe\PTPEpisode6.json\part-00000-fa8099dc-ac79-4eaf-a59e-32960552ff8a-c000.json (295932, 2020-04-14)
in\pafe\PTPEpisode7.json (0, 2020-04-14)
in\pafe\PTPEpisode7.json\._SUCCESS.crc (8, 2020-04-14)
in\pafe\PTPEpisode7.json\.part-00000-691690d5-215c-4252-8e59-5240fd957d28-c000.json.crc (5388, 2020-04-14)
in\pafe\PTPEpisode7.json\.part-00000-6bd37832-b339-43dc-8560-d9ace68fc83b-c000.json.crc (5388, 2020-04-14)
in\pafe\PTPEpisode7.json\.part-00000-7c9d37b7-bb41-4304-a04a-624d77d558be-c000.json.crc (5388, 2020-04-14)
in\pafe\PTPEpisode7.json\.part-00000-8f2b2946-fe8e-4112-8c56-c43f8ba8031f-c000.json.crc (5388, 2020-04-14)
in\pafe\PTPEpisode7.json\_SUCCESS (0, 2020-04-14)
in\pafe\PTPEpisode7.json\part-00000-691690d5-215c-4252-8e59-5240fd957d28-c000.json (688633, 2020-04-14)
in\pafe\PTPEpisode7.json\part-00000-6bd37832-b339-43dc-8560-d9ace68fc83b-c000.json (688633, 2020-04-14)
in\pafe\PTPEpisode7.json\part-00000-7c9d37b7-bb41-4304-a04a-624d77d558be-c000.json (688633, 2020-04-14)
in\pafe\PTPEpisode7.json\part-00000-8f2b2946-fe8e-4112-8c56-c43f8ba8031f-c000.json (688633, 2020-04-14)
lib (0, 2020-04-14)
lib\akka-actor_2.11-2.4.11.jar (3273337, 2020-04-14)
lib\amqp-client-4.1.0.jar (486891, 2020-04-14)
lib\bson-3.4.0.jar (244492, 2020-04-14)
lib\casbah-core_2.11-2.8.0.jar (289998, 2020-04-14)
lib\config-1.3.1.jar (282549, 2020-04-14)
... ...

# PhysOnline Online Feature Extraction and Machine Learning of Streaming Physiological Data
This is a novel near real-time machine learning pipeline used to classify Paroxysmal atrial fibrillation (PAF) in an online streaming environment. This method uses the scalable and parallelized Apache Spark platform.

Developed by Rishikesan Kamaleswaran and Jacob Sutton
Center for Biomedical Informatics, University of Tennessee Health Science Center # Citations: - Please cite the tool using the following:
- Sutton, J.R., Mahajan, R., Akbilgic, O. and Kamaleswaran, R., 2018. PhysOnline: an open source machine learning pipeline for real-time analysis of streaming physiological waveform. IEEE journal of biomedical and health informatics, 23(1), pp.59-65.
https://ieeexplore.ieee.org/abstract/document/8353460/ # Prerequisite Software: - Apache Spark 2.2.0 - MongoDB 3.6 - Amqp-client 4.1.0 - SBT - Scala 2.1.1 # Build instructions 1) Extract directory. 2) Modify the credentials in the psprSpark.scala file in the source directory. You will need to alter the credentials for the RabbitMQ connection. 3) Run "sbt package" in the root directory. No errors should appear. 4) Once the step #3 has been run, a target file should have been created. Then use the command "spark-submit" in the root directory to execute the spark file. # Spark Submit The spark-submit command will not work unless you have listed the coinciding jar files to be run in tandem: - amqp-client-4.1.0.jar - spark-rabbitme-0.5.1.jar - akka-actor_2.11-2.4.11.jar - config-1.3.1.jar - slf4j-nop-1.7.25.jar - mongo-spark-connector_2.11-2.2.0.jar - mongo-java-driver-3.4.2.jar
These can all be found in the in the lib directory. For more information on how the spark streaming process works, please check out https://spark.apache.org/docs/latest/streaming-programming-guide.html

近期下载者

相关文件


收藏者