Category: Deep Learning

Deep Learning

[XAI] Explainable a.i recent researches

updated list (will be updated ) (1) “Why Should I Trust You?” Explaining the Predictions of Any Classifier 2016 (Link) (2) Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization 2016  (LINK) (3) Attention Branch Network: Learning of Attention Mechanism for Visual Explanation 2019 (Link)

Read more

mxnet android build

docker : https://github.com/edmBernard/DockerFiles Dockerfile.android 32bit ENV NDK_VERSION “android-ndk-r13b” make clean # && \ # make ANDROID=1 64bit ENV NDK_VERSION “android-ndk-r14b” RUN $LIB_DIR/${NDK_VERSION}/build/tools/make_standalone_toolchain.py \ –arch arm64 –api 21 –install-dir $NDK_TOOLCHAIN_DIR –stl=libc++ RUN cd “$LIB_DIR” && git clone https://github.com/xianyi/OpenBLAS.git && cd OpenBLAS && \ git checkout tags/v0.2.19 && \ make TARGET=ARMV8 HOSTCC=gcc CC=aarch64-linux-android-gcc NOFORTRAN=1 && \ make PREFIX=$OPENBLAS_DIR […]

Read more