Coder Social home page Coder Social logo

magnetsensor's Introduction

MagnetSensor

using deep learning model with magnetism data to classify different platform and applications.

Author

Lanqing Yang,SJTU [email protected] [email protected]

Hao Pan,STTU

Folder

Source code version description

V0.0 LSTM&baseline

src V0.0 Initial LSTM&baseline

mainly other_classifier.py    (√) 
config.py                     (√)     
LSTM.py                       (√)
Model.py                      (√)
preprocess.py                 (√)
read_data.py                  (√)

other_classifier.py     use other models to do classification
config.py     important paras for LSTM and baseline
LSTM.py       main LSTM function to classify
read_data.py  read data and simply preprocessing(fft,feature engineering)
preprocess    PCA and min-max preprocessing
Model.py      construct LSTM model using tf

V1.0

src V1.0 FCN Model

# FCN folder 
config.py           (√)
mydata_model.py     (√)
predict.py          (√)
prepare_data.py     (√)

# LSTM folder 
mainly other_classifier.py   
config.py     
LSTM.py           
Model.py          
preprocess.py     
read_data.py       

config.py          config just of FCN
mydata_model.py    main FCN model
predict.py         use FCN to predict
prepare_data.py    prepare data for FCN


# LSTM folder      use them to generate data for FCN and baseline

V2.0

src V2.0 feature Extraction

config.py
feature_core.py          (√)
feature_fft.py           (√)
feature_reExtraction.py  (√)
feature_time.py          (√)
train_test.py            (√)

This folder is forked here

https://www.zhihu.com/question/41068341?sort=created 

Not yet completed,just a trial.

V2.1

src V2.1 data explore,try plot raw data

plot.py                  (√)
sample_test.py           (√)
test_smooth.py           (√)

Failure trial,try plot normal raw data.
To explore more about min-max model,and others.
Finally achieved in V3.1  

V3.0

src V3.0 Add main,setup,argv,combine fcn&baseline,call together

Note: From this version, folder structure is quiet different.

baseline.py   
config.py
main.py             (√)
plot.py
prepare.py
preprocess.py
read_data.py 
setup.py            (√)
train_test.py

main.py         Combine all functions together
		Entrance of all
		argv included to get user command like 'train/test/predict' 

setup.py     Generate configs for config.py 

V3.1

src V3.1 Changed package name for convenience

o0_DataExploer.py  mainly to explore the data and plot some pdfs.

o0_DataExploer.py   (√)
o0_dataExplore.py   (√)
o0_plot.py          (√)
o1_setup.py
o2_config.py
o3_read_data.py
o4_preprocess.py
o5_prepare.py
o6_train_test.py
o7_baseline.py
o8_main.py

magnetsensor's People

Contributors

longchanging avatar

Watchers

James Cloos avatar  avatar

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.