Giter Site home page Giter Site logo

heartbeat's Introduction

基于CNN与时域变化的心脏音频识别


之前做全国并行应用挑战赛时候的代码

分为并行和串行的代码上

如果有疑问欢迎进行批评改进

│  BN_layer.c
│  BN_layer.h
│  cnn.c
│  cnn.cbp
│  cnn.depend
│  cnn.h
│  cnn.layout
│  conv_layer.c
│  conv_layer.h
│  dense_layer.c
│  dense_layer.h
│  list.txt
│  main.c
│  Makefile
│  pool_layer.c
│  pool_layer.h
│  README.md
│  read_npy.c
│  read_npy.h
│  relu_layer.c
│  relu_layer.h
│  softmax.c
│  softmax.h
│  
├─bin
│  └─Debug
│          cnn.exe
│          
├─obj
│  └─Debug
│          BN_layer.o
│          cnn.o
│          conv_layer.o
│          dense_layer.o
│          main.o
│          pool_layer.o
│          read_npy.o
│          relu_layer.o
│          softmax.o
│          softmax_layer.o
│          
├─parallel
│      BN_layer.c
│      BN_layer.h
│      cnn.c
│      cnn.h
│      conv_layer.c
│      conv_layer.h
│      dense_layer.c
│      dense_layer.h
│      main.c
│      Makefile
│      pool_layer.c
│      pool_layer.h
│      read_npy.c
│      read_npy.h
│      relu_layer.c
│      relu_layer.h
│      softmax.c
│      softmax.h
│      
└─serial
    │  BN_layer.c
    │  BN_layer.h
    │  cnn.c
    │  cnn.cbp
    │  cnn.depend
    │  cnn.h
    │  cnn.layout
    │  conv_layer.c
    │  conv_layer.h
    │  dense_layer.c
    │  dense_layer.h
    │  main.c
    │  Makefile
    │  pool_layer.c
    │  pool_layer.h
    │  read_npy.c
    │  read_npy.h
    │  relu_layer.c
    │  relu_layer.h
    │  softmax.c
    │  softmax.h
    │  
    ├─bin
    │  └─Debug
    │          cnn.exe
    │          
    └─obj
        └─Debug
                BN_layer.o
                cnn.o
                conv_layer.o
                dense_layer.o
                main.o
                pool_layer.o
                read_npy.o
                relu_layer.o
                softmax.o
                softmax_layer.o
                
                

heartbeat's People

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.