Aucune description

Ravi Hegde 9961b26ed9 mxmodel il y a 6 ans
.ipynb_checkpoints 9961b26ed9 mxmodel il y a 6 ans
.mypy_cache b2e2f34fad further dev il y a 6 ans
__pycache__ 9961b26ed9 mxmodel il y a 6 ans
datasets 9961b26ed9 mxmodel il y a 6 ans
materials 1d7b8580a1 again il y a 6 ans
models 25d68667cb commit with assisted DE il y a 6 ans
results 65106a91a8 added rugate functions il y a 6 ans
README e9a845a293 README created online with Bitbucket il y a 6 ans
Untitled.ipynb a186f56b20 simple qx working code il y a 6 ans
Untitled1.ipynb 474d2ae715 settled on 2 mat designs il y a 6 ans
Untitled2.ipynb 474d2ae715 settled on 2 mat designs il y a 6 ans
Untitled3.ipynb 9961b26ed9 mxmodel il y a 6 ans
barplotting.ipynb b2e2f34fad further dev il y a 6 ans
dataset_maker.ipynb 9961b26ed9 mxmodel il y a 6 ans
de2.py 474d2ae715 settled on 2 mat designs il y a 6 ans
de_conv.ipynb 65106a91a8 added rugate functions il y a 6 ans
hypoptim.ipynb b2e2f34fad further dev il y a 6 ans
hyptune.py 1e493c3bd5 further develp in conv scatter nets il y a 6 ans
loss_defs.py b2e2f34fad further dev il y a 6 ans
make_dataset.py 1d7b8580a1 again il y a 6 ans
makeqx.py 474d2ae715 settled on 2 mat designs il y a 6 ans
mtmm.pyx a186f56b20 simple qx working code il y a 6 ans
mxmodel.ipynb 25d68667cb commit with assisted DE il y a 6 ans
normalized.ipynb 474d2ae715 settled on 2 mat designs il y a 6 ans
oldqx.py 9961b26ed9 mxmodel il y a 6 ans
pygmoimp.ipynb 25d68667cb commit with assisted DE il y a 6 ans
pymietest.ipynb 65106a91a8 added rugate functions il y a 6 ans
qxnew.py 474d2ae715 settled on 2 mat designs il y a 6 ans
qxplots.py a186f56b20 simple qx working code il y a 6 ans
reinforcement.ipynb 474d2ae715 settled on 2 mat designs il y a 6 ans
ru2.ipynb 9961b26ed9 mxmodel il y a 6 ans
rugate_d.ipynb 474d2ae715 settled on 2 mat designs il y a 6 ans
scatternet.ipynb 9961b26ed9 mxmodel il y a 6 ans
scipydiffe.ipynb 65106a91a8 added rugate functions il y a 6 ans
scnets.py 9961b26ed9 mxmodel il y a 6 ans
setup.py a186f56b20 simple qx working code il y a 6 ans
siti_fully-0000.params 9961b26ed9 mxmodel il y a 6 ans
siti_fully-symbol.json 9961b26ed9 mxmodel il y a 6 ans
smooth_x.ipynb 65106a91a8 added rugate functions il y a 6 ans
snlay.py b2e2f34fad further dev il y a 6 ans
stack_testing.ipynb 9961b26ed9 mxmodel il y a 6 ans

README

https://bitbucket.org/rshegde/deepmie-deep-learning-electromagnetic-scattering

Abstract
===============================================================
We propose the use of Deep Convolutional Neural Networks (DCNN)
in concert with Differential Evolution for solving inverse problems in
electromagnetics. We show that networks built using innovations like
convolutional layers, batch normalization, parametric REctified Linear Unit
(ReLU) and residual blocks achieve comparable performance to previously
reported dense fully-connected networks but achieve drastic reduction in
parameter weights and training epoch lengths. The proposed lightweight CNNs
are used in concert with Differential Evolution global optimization to achieve
8x speedup in convergence time. Systematic hyperparameter grid searches are
reported to permit faster model discovery for application to other problems.

See the following arxiv paper for details


Requirements
================================================================
1) CUDA capable GPU
2) Python 3.5
3) Numpy, Matplotlib, Pandas, Scipy, Scikitlearn
4) Cudatooklit 9.0, CuDNN 7.1
5) Mxnet-GPU, Mxnet-cumkl
6) Keras, Keras-mxnet
7) Scattnlay -- needed if you want to generate other datasets
8) Jupyter notebook
9) ipyparallel for calling multiple runs at the same time

Getting started
==================================
Most of the code is placed in Jupyter notebooks for interactivity.
PyMIEtest.ipynb -- familiarizes you with generating datasets
Scatternets.ipynb -- allows building and visualizing models
hypoptim.ipynb -- hyperparameter grid search using scikit CV grid search
scipydiffe -- differential evolution using compiled models.