View full-text article in PMC Sensors (Basel). 2021 Nov 26;21(23):7862. doi: 10.3390/s21237862 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 1 MLDN in nth denseblock in CondenseNet Input: xn forl=1 to Ln do xn,l,2p−1,xn,l,2p=split(xn,l) where 1≤p≤P/2 for p=1 to P/2 do yn,l,2p−1=cat(xn,l,2p−1,Hn,l,2p(xn,l,2p)) yn,l,2p=cat(xn,l,2p,Hn,l,2p−1(xn,l,2p−1)) end for xn,l+1=cat(yn,l,1,yn,l,2,…,yn,l,2p−1,yn,l,2p) end for Output: xn+1=xn,Ln+1