-
Numerical Modelling of Buffer Layers for Advancing CZTSSe Solar Cell Efficiency
Authors:
Tanzir Ahamed,
Fozlur Rayhan,
Imteaz Rahaman,
Md. Hamidur Rahman,
Md. Mehedi Hasan Bappy,
Tanvir Ahammed,
Sampad Ghosh
Abstract:
Kesterite is a leading candidate among inorganic thin-film photovoltaic technologies, offering sustainable and environmentally friendly solutions without reliance on critical raw materials. This study investigates the performance of CZTSSe-based kesterite solar cells using SCAPS-1D simulations. Four device configurations are analyzed by integrating the CZTSSe absorber layer with buffer materials,…
▽ More
Kesterite is a leading candidate among inorganic thin-film photovoltaic technologies, offering sustainable and environmentally friendly solutions without reliance on critical raw materials. This study investigates the performance of CZTSSe-based kesterite solar cells using SCAPS-1D simulations. Four device configurations are analyzed by integrating the CZTSSe absorber layer with buffer materials, including CdS, SnS2, IGZO, and ZnSe, selected based on their energy band alignment. Moreover, key parameters influencing device efficiency, such as absorber defect density, buffer layer thickness, and the donor and defect densities of the buffer materials, are systematically examined. The thickness of the absorber layer and acceptor density are optimized, considering practical manufacturing constraints. Following optimization, the i-ZnO/SnS2/CZTSSe/Au configuration achieves a notable efficiency of 28.38%, with a VOC of 0.83 V, a JSC of 39.93 mA/cm2, and a fill factor of 85.4%. Furthermore, the stability of the optimized structures is evaluated under varying conditions, including resistances, temperature, generation and recombination dynamics, as well as JV and QE characteristics. These findings provide valuable insights for advancing the efficiency and stability of CZTSSe solar cells, contributing to the development of sustainable photovoltaic technologies.
△ Less
Submitted 11 January, 2025;
originally announced January 2025.
-
ChoiceNet: CNN learning through choice of multiple feature map representations
Authors:
Farshid Rayhan,
Aphrodite Galata,
Timothy F. Cootes
Abstract:
We introduce a new architecture called ChoiceNet where each layer of the network is highly connected with skip connections and channelwise concatenations. This enables the network to alleviate the problem of vanishing gradients, reduces the number of parameters without sacrificing performance, and encourages feature reuse. We evaluate our proposed architecture on three benchmark datasets for objec…
▽ More
We introduce a new architecture called ChoiceNet where each layer of the network is highly connected with skip connections and channelwise concatenations. This enables the network to alleviate the problem of vanishing gradients, reduces the number of parameters without sacrificing performance, and encourages feature reuse. We evaluate our proposed architecture on three benchmark datasets for object recognition tasks (ImageNet, CIFAR- 10, CIFAR-100, SVHN) and on a semantic segmentation dataset (CamVid).
△ Less
Submitted 24 August, 2019; v1 submitted 20 April, 2019;
originally announced April 2019.
-
FRnet-DTI: Deep Convolutional Neural Networks with Evolutionary and Structural Features for Drug-Target Interaction
Authors:
Farshid Rayhan,
Sajid Ahmed,
Zaynab Mousavian,
Dewan Md Farid,
Swakkhar Shatabda
Abstract:
The task of drug-target interaction prediction holds significant importance in pharmacology and therapeutic drug design. In this paper, we present FRnet-DTI, an auto encoder and a convolutional classifier for feature manipulation and drug target interaction prediction. Two convolutional neural neworks are proposed where one model is used for feature manipulation and the other one for classificatio…
▽ More
The task of drug-target interaction prediction holds significant importance in pharmacology and therapeutic drug design. In this paper, we present FRnet-DTI, an auto encoder and a convolutional classifier for feature manipulation and drug target interaction prediction. Two convolutional neural neworks are proposed where one model is used for feature manipulation and the other one for classification. Using the first method FRnet-1, we generate 4096 features for each of the instances in each of the datasets and use the second method, FRnet-2, to identify interaction probability employing those features. We have tested our method on four gold standard datasets exhaustively used by other researchers. Experimental results shows that our method significantly improves over the state-of-the-art method on three of the four drug-target interaction gold standard datasets on both area under curve for Receiver Operating Characteristic(auROC) and area under Precision Recall curve(auPR) metric. We also introduce twenty new potential drug-target pairs for interaction based on high prediction scores. Codes Available: https: // github. com/ farshidrayhanuiu/ FRnet-DTI/ Web Implementation: http: // farshidrayhan. pythonanywhere. com/ FRnet-DTI/
△ Less
Submitted 31 August, 2018; v1 submitted 19 June, 2018;
originally announced June 2018.
-
MEBoost: Mixing Estimators with Boosting for Imbalanced Data Classification
Authors:
Farshid Rayhan,
Sajid Ahmed,
Asif Mahbub,
Md. Rafsan Jani,
Swakkhar Shatabda,
Dewan Md. Farid,
Chowdhury Mofizur Rahman
Abstract:
Class imbalance problem has been a challenging research problem in the fields of machine learning and data mining as most real life datasets are imbalanced. Several existing machine learning algorithms try to maximize the accuracy classification by correctly identifying majority class samples while ignoring the minority class. However, the concept of the minority class instances usually represents…
▽ More
Class imbalance problem has been a challenging research problem in the fields of machine learning and data mining as most real life datasets are imbalanced. Several existing machine learning algorithms try to maximize the accuracy classification by correctly identifying majority class samples while ignoring the minority class. However, the concept of the minority class instances usually represents a higher interest than the majority class. Recently, several cost sensitive methods, ensemble models and sampling techniques have been used in literature in order to classify imbalance datasets. In this paper, we propose MEBoost, a new boosting algorithm for imbalanced datasets. MEBoost mixes two different weak learners with boosting to improve the performance on imbalanced datasets. MEBoost is an alternative to the existing techniques such as SMOTEBoost, RUSBoost, Adaboost, etc. The performance of MEBoost has been evaluated on 12 benchmark imbalanced datasets with state of the art ensemble methods like SMOTEBoost, RUSBoost, Easy Ensemble, EUSBoost, DataBoost. Experimental results show significant improvement over the other methods and it can be concluded that MEBoost is an effective and promising algorithm to deal with imbalance datasets. The python version of the code is available here: https://github.com/farshidrayhanuiu/
△ Less
Submitted 13 January, 2018; v1 submitted 18 December, 2017;
originally announced December 2017.
-
CUSBoost: Cluster-based Under-sampling with Boosting for Imbalanced Classification
Authors:
Farshid Rayhan,
Sajid Ahmed,
Asif Mahbub,
Md. Rafsan Jani,
Swakkhar Shatabda,
Dewan Md. Farid
Abstract:
Class imbalance classification is a challenging research problem in data mining and machine learning, as most of the real-life datasets are often imbalanced in nature. Existing learning algorithms maximise the classification accuracy by correctly classifying the majority class, but misclassify the minority class. However, the minority class instances are representing the concept with greater inter…
▽ More
Class imbalance classification is a challenging research problem in data mining and machine learning, as most of the real-life datasets are often imbalanced in nature. Existing learning algorithms maximise the classification accuracy by correctly classifying the majority class, but misclassify the minority class. However, the minority class instances are representing the concept with greater interest than the majority class instances in real-life applications. Recently, several techniques based on sampling methods (under-sampling of the majority class and over-sampling the minority class), cost-sensitive learning methods, and ensemble learning have been used in the literature for classifying imbalanced datasets. In this paper, we introduce a new clustering-based under-sampling approach with boosting (AdaBoost) algorithm, called CUSBoost, for effective imbalanced classification. The proposed algorithm provides an alternative to RUSBoost (random under-sampling with AdaBoost) and SMOTEBoost (synthetic minority over-sampling with AdaBoost) algorithms. We evaluated the performance of CUSBoost algorithm with the state-of-the-art methods based on ensemble learning like AdaBoost, RUSBoost, SMOTEBoost on 13 imbalance binary and multi-class datasets with various imbalance ratios. The experimental results show that the CUSBoost is a promising and effective approach for dealing with highly imbalanced datasets.
△ Less
Submitted 12 December, 2017;
originally announced December 2017.
-
LIUBoost : Locality Informed Underboosting for Imbalanced Data Classification
Authors:
Sajid Ahmed,
Farshid Rayhan,
Asif Mahbub,
Md. Rafsan Jani,
Swakkhar Shatabda,
Dewan Md. Farid,
Chowdhury Mofizur Rahman
Abstract:
The problem of class imbalance along with class-overlapping has become a major issue in the domain of supervised learning. Most supervised learning algorithms assume equal cardinality of the classes under consideration while optimizing the cost function and this assumption does not hold true for imbalanced datasets which results in sub-optimal classification. Therefore, various approaches, such as…
▽ More
The problem of class imbalance along with class-overlapping has become a major issue in the domain of supervised learning. Most supervised learning algorithms assume equal cardinality of the classes under consideration while optimizing the cost function and this assumption does not hold true for imbalanced datasets which results in sub-optimal classification. Therefore, various approaches, such as undersampling, oversampling, cost-sensitive learning and ensemble based methods have been proposed for dealing with imbalanced datasets. However, undersampling suffers from information loss, oversampling suffers from increased runtime and potential overfitting while cost-sensitive methods suffer due to inadequately defined cost assignment schemes. In this paper, we propose a novel boosting based method called LIUBoost. LIUBoost uses under sampling for balancing the datasets in every boosting iteration like RUSBoost while incorporating a cost term for every instance based on their hardness into the weight update formula minimizing the information loss introduced by undersampling. LIUBoost has been extensively evaluated on 18 imbalanced datasets and the results indicate significant improvement over existing best performing method RUSBoost.
△ Less
Submitted 14 November, 2017;
originally announced November 2017.
-
iDTI-ESBoost: Identification of Drug Target Interaction Using Evolutionary and Structural Features with Boosting
Authors:
Farshid Rayhan,
Sajid Ahmed,
Swakkhar Shatabda,
Dewan Md Farid,
Zaynab Mousavian,
Abdollah Dehzangi,
M Sohel Rahman
Abstract:
Prediction of new drug-target interactions is extremely important as it can lead the researchers to find new uses for old drugs and to realize the therapeutic profiles or side effects thereof. However, experimental prediction of drug-target interactions is expensive and time-consuming. As a result, computational methods for prediction of new drug-target interactions have gained much interest in re…
▽ More
Prediction of new drug-target interactions is extremely important as it can lead the researchers to find new uses for old drugs and to realize the therapeutic profiles or side effects thereof. However, experimental prediction of drug-target interactions is expensive and time-consuming. As a result, computational methods for prediction of new drug-target interactions have gained much interest in recent times. We present iDTI-ESBoost, a prediction model for identification of drug-target interactions using evolutionary and structural features. Our proposed method uses a novel balancing technique and a boosting technique for the binary classification problem of drug-target interaction. On four benchmark datasets taken from a gold standard data, iDTI-ESBoost outperforms the state-of-the-art methods in terms of area under Receiver operating characteristic (auROC) curve. iDTI-ESBoost also outperforms the latest and the best-performing method in the literature to-date in terms of area under precision recall (auPR) curve. This is significant as auPR curves are argued to be more appropriate as a metric for comparison for imbalanced datasets, like the one studied in this research. In the sequel, our experiments establish the effectiveness of the classifier, balancing methods and the novel features incorporated in iDTI-ESBoost. iDTI-ESBoost is a novel prediction method that has for the first time exploited the structural features along with the evolutionary features to predict drug-protein interactions. We believe the excellent performance of iDTI-ESBoost both in terms of auROC and auPR would motivate the researchers and practitioners to use it to predict drug-target interactions. To facilitate that, iDTI-ESBoost is readily available for use at: http://farshidrayhan.pythonanywhere.com/iDTI-ESBoost/
△ Less
Submitted 4 July, 2017;
originally announced July 2017.