کووید-19
در نشریات گروه برق-
ازجمله روش های موفق برای تحلیل احساسات، روش های یادگیری باناظر است که با آموزش یک طبقه بند بر روی یک مجموعهداده آموزشی از نظرات دارای برچسب احساس، یک مدل پیش بینی کننده می سازند که قادر است، جملات جدید را طبقه بندی کند. در زبان فارسی، نبود داده های آموزشی کافی و دقت کم ابزارهای پردازش زبان طبیعی، به کارگیری الگوریتم های باناظر و نیز استخراج ویژگیهای باکیفیت را با چالش جدی روبهرو ساخته است. هدف مقاله حاضر به کارگیری روش های یادگیری ماشین باناظر برای طبقه بندی نظرات مطرحشده توسط کاربران فارسی زبان در رسانه های اجتماعی درباره بازگشایی مدارس در دوران همه گیری کووید-19 است. برای غلبه بر مشکل کمبود داده های آموزشی یک روش ترکیبی برای داده افزایی پیشنهاد شده است که اندازه مجموعه آموزش را حدود 97درصد افزایش می دهد. نتایج آزمایشهای انجام گرفته نشان می دهد که با اعمال روش پیشنهادی برای داده افزایی و به کارگیری ویژگی های انتخابی در این مقاله، به ترتیب دقت 81 و 79درصد برای طبقه بندی نظرات با استفاده از الگوریتم های ماشین بردار پشتیبان و شبکه عصبی پیچشی حاصل می شود.
کلید واژگان: تحلیل احساسات، نظرکاوی، یادگیری باناظر، یادگیری عمیق، داده افزایی، کووید-19Sentiment analysis, also called opinion mining, is one of the sub-areas of natural language processing that aims to classify texts according to the sentiments, beliefs and attitudes expressed in them. In the most current research, texts are divided into two "positive" and "negative" categories. However, there are also other categories such as good/bad" and agree/disagree, every one of which has its applications. The purpose of this paper is to analyze the opinions expressed by users on social media about the reopening of schools during the Covid-19 outbreak using supervised machine learning techniques, and to classify them into two "agree" and "disagree" categories. Users' opinions, in this paper, are in Persian. The lack of sufficient datasets and also the low accuracy of natural language processing tools are the most important problems of text processing in Persian. Due to the mentioned limitations, the use of supervised machine learning algorithms and also the extraction of effective features for training machine learning classifiers in Persian are facing a serious challenge. In this paper, first, a small dataset of the users' opinions about the reopening of schools was collected and manually labeled. Then, a combined method was used for data augmentation of the dataset. In the proposed method, first, Persian sentences were translated into English. Then nouns, verbs and adjectives of the English sentences were replaced with their synonyms. Next, the English sentences were translated into Persian again. The new sentence with the class label of the initial sentence was added to the training set. Thus, the size of the training set increased by 97 percent. After that, the efficiency of employing the common pre-processing steps and using common feature sets in sentiment analysis of the English texts for Persian were evaluated and the best of them were selected. Considering the low accuracy of the Persian natural language processing tools, it was tried to select those features that were less dependent on the tools. Finally, machine learning classification was used to determine agree/disagree class of the user opinions of the test sets. The results of the experiments indicated that by applying the proposed method for data augmentation and using selected features in this paper, 81 and 79 percent precision was obtained for the polarity classification of opinions using SVM and CNN algorithms, respectively.
Keywords: Sentiment Analysis, Opinion Mining, Supervised Learning, Deep Learning, Data Augmentation, Covid-19 -
بیماری کووید-19، یک بیماری تنفسی است که در اثر سندرم تنفسی حاد کرونا ویروس-2 ایجاد می شود. پیش بینی تعداد موارد جدید و مرگ و میر می تواند گام مفیدی در پیش بینی هزینه ها و امکانات مورد نیاز در آینده باشد. هدف از مطالعه حاضر، مدلسازی و پیش بینی موارد جدید و مرگ ومیر در آینده است. 9 تکنیک پیش بینی بر روی داده های کووید-19 استان یزد به عنوان یک مطالعه موردی تحت آزمایش قرار گرفت و با استفاده از معیارهای ارزیابی میانگین مربعات خطا (MSE)، جذر میانگین مربعات خطا (RMSE)، میانگین قدر مطلق خطا (MAE) و میانگین درصد قدرمطلق خطا (MAPE) مدل ها باهم مقایسه شدند نتایج تحلیل نشان داد، بهترین مدل با توجه به معیارهای ارزیابی مذکور برای پیش بینی موارد تجمعی بستری کووید-19 مدل رگرسیون KNN و برای موارد تجمعی فوت مدل BATS می باشد. همچنین از نظر معیارهای ارزیابی، بدترین عملکرد در پیش بینی تجمعی موارد بستری و فوت، مدل شبکه های عصبی اتورگرسیو دارد. این مطالعه می تواند درک مناسبی از روند شیوع بیماری کووید-19 در این منطقه ارائه کند تا با اتخاذ اقدامات احتیاطی و تدوین سیاست های مناسب بتوان به نحو احسن از این همه گیری عبور کرد. همچنین برخلاف مطالعات دیگر، در مطالعه حاضر، از 9 تکنیک متفاوت و مقایسه آن ها، استفاده می شود که به نوبه خود، جامعیت بررسی و اطمینان از کارائی رویکرد به کار گرفته شده در تصمیم گیری را بالا می برد.
کلید واژگان: کووید-19، سری زمانی، پیش بینی، مدلسازی آماریCoronavirus disease 2019 or Covid-19, which is also called acute respiratory disease NCAV-2019 or commonly called corona, is a respiratory disease caused by acute respiratory syndrome coronavirus-2. Forecasting the number of new cases and deaths during todays can be a useful step in predicting the costs and facilities needed in the future. This study aims to model and predict new cases and deaths efficiently in the future. Nine popular forecasting techniques are tested on the data of Covid-19 in Yazd city as a case study. Using the evaluation criteria of mean square error (MSE), root mean square error (RMSE), mean absolute error (MAE), and the mean absolute percentage of error (MAPE) of the models are compared. According to the selected evaluation criteria, the results of the comprehensive analysis emphasize that the most efficient models are the ARIMA model for predicting the cumulative cases of hospitalization of Covid-19 and the Theta model for the cumulative cases of death. Also, the autoregressive neural network model has the worst performance among other models for both hospitalization and death cases.
Keywords: COVID-19, time series, Forecasting, Statistical modeling -
برای کاهش بار شدید مبتلایان به کووید- 19 به سی ستم های بهدا شتی و درمانی، طرح غربالگری سریع و کارآمد در خط مقدم مبارزه با این بیماری مورد نیاز ا ست. ب سیاری از تحقیقات گذ شته از نتایج آزمای شگاهی، سیتی ا سکن و ا شعه ایکس ا ستفاده برای این موضوع ا ستفاده نموده اند که مانعی جدی برای غربالگری چابک است. در این مطالعه، یک مدل تشخیص کووید- 19 کاربرپسند و کمهزینه را بر اساس داده های خانگی در قالب سه دسته داده، جمعیت شناختی، علایم و سوابق بیماری ارایه شده است. در این مطالعه از روش جستجوی گرید برای شناسایی ترکیب بهینه هایپرپارامترهایی که دقیقترین پیشبینی را ارایه میدهد، استفاده شده است و عملکرد 11 الگوریتم طبقه بندی یادگیری ماشین مقایسه شده است. نتایج نشان میدهد که الگوریتم XGBoost بالاترین صححت، 73.3 % را ارایه میکند، اما تحلیلهای آماری نشحان میدهد که تفاوت معنیداری بین عملکرد دقت XGBoost و AdaBoost وجود ندارد، اگرچه برتری این دو روش را نسبت به سایر روش ها اثبات کرد. علاوه بر این، مهمترین ویژگی های به دست آمده با استفاده از SHapely Adaptive explanations مشحکلات « ،» سحن « ،» تب « ،» درد عضحلانی « ،» سحرفه « ،» تماس با افراد آلوده « . مورد تجزیه و تحلیل قرار گرفت « ،» قلبی عروقی PO2 مهمترین متغیرها ه ستند. در بین این متغیرها، سه متغیر اول تاثیر مثبت ن سبتا زیادی بر متغیر هدف » دی سترس تنف سی « و » « ،» سن « دارند. در حالی که PO2 به شدت با متغیر هدف همبستگی منفی دارند. در نهایت، یک مدل درخت تصمیم قابل اجرا، » دیسترس تنفسی « و » قابل مشاهده و تفسیر آسان برای پیشبینی ابتلای کووید- 19 ارایه شده است.
کلید واژگان: کووید- 19، علایم بیماری، یادگیری ماشین، طبقه بندی، هوش مصنوعیTo mitigate COVID-19’s overwhelming burden, a rapid and efficient early screening scheme for COVID-19 in the first-line is required. Much research has utilized laboratory tests, CT scans, and X-ray data, which are obstacles to agile and real-time screening. In this study, we propose a user-friendly and low-cost COVID-19 detection model based on self-reportable data at home. The most exhausted input features were identified and included in the demographic, symptoms, semi-clinical, and past/present disease data categories. We employed Grid search to identify the optimal combination of hyperparameter settings that yields the most accurate prediction. Next, we apply the proposed model with tuned hyperparameters to 11 classic state-of-the-art classifiers. The results show that the XGBoost classifier provides the highest accuracy of 73.3%, but statistical analysis shows that there is no significant difference between the accuracy performance of XGBoost and AdaBoost, although it proved the superiority of these two methods over other methods. Furthermore, the most important features obtained using SHapely Adaptive explanations were analyzed. “Contact with infected people,” “cough,” “muscle pain,” “fever,” “age,” “Cardiovascular commodities,” “PO2,” and “respiratory distress” are the most important variables. Among these variables, the first three have a relatively large positive impact on the target variable. Whereas, “age,” “PO2”, and “respiratory distress” are highly negatively correlated with the target variable. Finally, we built a clinically operable, visible, and easy-to-interpret decision tree model to predict COVID-19 infection.
Keywords: Covid-19, Symptomatic, Machine learning, Classification, Artificial intelligence -
روش های پیش بینی با قابلیت اطمینان بالا در حل مسایل دنیای واقعی، به ویژه مواردی بسیار حایز اهمیت است که بر سلامت عمومی تاثیر می گذارند. با گذشت زمان، ویژگی های آماری مسایل پیچیده نظیر بیماری کووید-19 به طور پیوسته درحال تغییرند که به عدم قطعیت مرتبه بالا در مدل سازی منجر می شوند. روش های هوش محاسباتی مانند منطق فازی نوع 2 روش هایی اند که پتانسیل مدل سازی عدم قطعیت را در حل مسایل پیچیده دارند. در این پژوهش برای نخستین بار روش هوشمندی براساس پتانسیل منطق فازی نوع 2 به منظور مدیریت عدم قطعیت در پیش بینی سری های زمانی کوتاه مدت و بلندمدت ارایه شده است. مدل های پیشنهادی روی مجموعه داده های مسایل دنیای واقعی ارزیابی شده اند که بیان کننده کارایی بالاتر روش پیشنهادی با استفاده از روش تحلیل منحنی ROC در پیش بینی الگوهای بیماری کووید-19 در مقایسه با روش های مشابه اند. نتایج نهایی روش پیشنهادی در مسیله کووید-19 برای داده های ایران، کارایی 81/93 درصد برای کوتاه مدت و 33/91 درصد را برای بلندمدت نشان می دهند. مدل پیشنهادی می تواند به تصمیم گیری های راهبردی و پیشگیری از تبعات همه گیری کووید-19 در کوتاه و بلندمدت کمک کند.
کلید واژگان: پیش بینی سری های زمانی، منطق فازی نوع 2، کووید- 19Prediction with high reliability is very important in solving real-world problems, especially those that affect public health. The statistical properties of complex problems such as Covid-19 disease constantly change over time which makes modeling of such problems associated with high-level uncertainty. It has been proven that the type-2 fuzzy logic has the potential for modeling uncertainty to solve complex problems. In this research, for the first time, an intelligent method based on the capability of type-2 fuzzy logic was presented to manage uncertainty in predicting short-term and long-term time series in environmental crises such as the Covid-19 pandemic. The performance of the proposed model was evaluated using a real dataset collected from official sources. The results confirm the high efficiency of the proposed method on Covid-19 based on a ROC curve analysis. The obtained results showed an efficiency of 93.81% for short and 91.33% for long-term time series. This indicates the high efficiency and capability of the proposed model for managing uncertainty in predicting patterns of Covid-19 in comparison with similar methods. The proposed model can be useful to take strategic decisions and prevent the consequences of the Covid-19 epidemic in the short and long terms.
Keywords: Time Series Prediction, Type-2 fuzzy logic, covid-19, Prediction -
با توجه به همه گیری ویروس کرونا (کووید-19) و انتقال سریع آن در سرتاسر دنیا، جهان با یک بحران بزرگ روبرو شده است. برای جلوگیری از شیوع ویروس کرونا سازمان بهداشت جهانی (WHO) استفاده از ماسک و رعایت فاصله اجتماعی در مکان های عمومی و شلوغ را بهترین روش پیشگیرانه معرفی کرده است. این مقاله یک سیستم برای شناسایی افراد دارای ماسک پیشنهاد می کند که بر پایه یادگیری انتقالی و معماری Inception v3 است. روش پیشنهادی با استفاده از دو مجموعه داده (SMFD) Simulated Mask Face Dataset و MaskedFace-Net (MFN) آموزش می بیند و با تنظیم بهینه فراپارامتر ها و طراحی دقیق بخش تماما متصل سعی می کند دقت سیستم پیشنهادی را افزایش دهد. از مزایای سیستم پیشنهادی این است که می تواند علاوه بر صورت های دارای ماسک و بدون ماسک، حالت های استفاده غیر صحیح از ماسک را نیز تشخیص دهد. از این رو روش پیشنهادی تصاویر چهره ورودی را به سه دسته تقسیم بندی خواهد کرد. نتایج آزمایشی، دقت و کارایی بالای روش پیشنهادی را در موضوع فوق نشان می دهند؛ بطوری که این مدل در داده های آموزش به دقت ٪99/47 و در داده های آزمایشی به دقت ٪99/33 دست یافته است.کلید واژگان: ماسک، کووید-19، یادگیری انتقالی، شبکه عصبی کانولوشنال، معماری InceptionV3Due to the epidemic of the coronavirus (Covid-19) and its rapid spread around the world, the world has faced a huge crisis. To prevent the spread of the coronavirus, the World Health Organization (WHO) has introduced the use of masks and keeping social distance as the best preventive method. So, developing an automatic monitoring system for detection of facemask in some crowded places is essential. To do this, we propose a mask recognition system based on transfer learning and Inception v3 architecture. In the proposed method, two datasets are used simultaneously for training including: Simulated Mask Face Dataset (SMFD) and MaskedFace-Net (MFN).this paper tries to increase the accuracy of the proposed system by optimally setting hyper-parameters and accurately designing the fully connected layers. The main advantage of the proposed method is that in addition to masked and unmasked face, it can also detect cases of incorrect use of mask. Therefore, the proposed method classifies the input face images into three categories. Experimental results show the high accuracy and efficiency of the proposed method; so that, this method has achieved to accuracy of 99.47% and 99.33% in training and test data respectively.Keywords: Mask, Covid-19, Transfer learning, Convolutional neural network, Inception v3
-
سال 2019 میلادی شاهد شیوع بیماری کووید-19 بود که تا به امروز باعث مرگ بسیاری از انسانها شده است. به دلیل ایجاد سویههای مختلف از این بیماری، رعایت پروتکلهای بهداشتی بهعنوان بهترین راهکار برای مهار این بیماری قلمداد میشود. با این حال، نظارت بر رعایت پروتکلهای بهداشتی بهصورت انسانی امری زمانبر، طاقتفرسا و مستعد خطا است. در نتیجه نیاز به یک سامانه نظارتی هوشمند جهت بررسی پوشش ماسک افراد و شناسایی افراد علامتدار بیتوجه به مقررات قرنطینه در محیطهای عمومی به شدت احساس میشود. این مقاله، یک سامانه خودکار سختافزاری/نرمافزاری جهت شناسایی پوشش ماسک افراد و اندازهگیری دمای بدن را پیشنهاد میدهد که شناسایی چهره، تشخیص پوشش ماسک و اندازهگیری دمای بدن را به ترتیب با استفاده از الگوریتم ویولاجونز، شبکه عصبی همآمیختی و حسگر دمای غیرتماسی انجام میدهد. در صورتی که شخص از ماسک استفاده نکرده باشد و یا دمای بدن او بالاتر از 5/37 درجه باشد، سامانه هشداری را صادر میکند تا از ورود شخص به محل ممانعت شود. این سامانه در ارزیابی میدانی توانست دقت 96% در شناسایی چهره و دقت 100% در تشخیص پوشش ماسک را بهدست آورد. این سامانه میتواند جهت نظارت بر رعایت پروتکلهای بهداشتی در مراکز عمومی مورد استفاده قرار بگیرد.
کلید واژگان: کووید-19، تشخیص ماسک، تشخیص اهداف، پردازش تصویر، یادگیری عمیق -
بیماری کرونا، از ژانویه 2020 در بازار عمده فروشان ماهی در شهر وهان چین شروع و سازمان بهداشت جهانی آن را به عنوان یک بیماری عمومی و یک مخاطره بین المللی معرفی و در فوریه 2020 آن را کرونا یا کووید-19 نامگذاری نمود. با گسترش روزافزون بیماری کرونا در سراسر دنیا، استفاده از تکنیکها و الگوریتمهای هوش مصنوعی به خصوص شبکه های عصبی کانولوشن مبتنی بر یادگیری عمیق جهت غربالگری تصاویر سی تی اسکن قفسه سینه بیماران مبتلا به کووید-19 ضرورت بیش از پیش یافته و سهم عمدهای از مقالات چاپ شده در این حوزه را به خود اختصاص داده اند. در حال حاضر دقتهای تشخیص و غربالگری گزارش شده در مقالات علمی مبتنی بر روش های هوش مصنوعی و یادگیری عمیق از روی تصاویر سی تی اسکن قفسه سینه بیماران، به بیش از 95 درصد رسیده است. یکی از معضلات موجود در زمینه روش های مبتنی بر هوش مصنوعی، به مساله آموزش شبکه های عصبی کانولوشن و نیازمندی آنها به تعداد بالایی از داده های آموزش باز میگردد. تلفیق چندین معماری مختلف از شبکه های عصبی کانولوشن، منجر به افزایش دقت در این نوع از شبکه ها به بیش از 99 درصد گردیده است.
کلید واژگان: کووید-19، شبکه های عصبی کانولوشن، یادگیری عمیق، تصاویر سی تی اسکن قفسه سین(CXR)Corona disease started in January 2020 in the wholesale fish market in Wuhan, China, and the World Health Organization declared it as a public disease and an international hazard, and in February 2020 named it Corona or Covid-19. Under this global pandemic, using artificial intelligence techniques especially convolutional neural networks based on deep learning for screening chest CT images are becoming more vital as before. The most studies in this field belong to the articles based on the deep learning methodologies using convolution neural networks. Already, obtained accuracies of detection and screening have benn reported in the article based on artificial intelligence and deep learning are more than 95 percent. The lack of comprehensive datasets of CT images with a large amount of samples is one of the most important problems in this field. Using hybrid architectures of convolutional neural networks have been increased the accuracy of these networks up to 99 percent.
Keywords: Covid-19, convolutional neural networks, deep learning, chest CT images -
شیوع ویروس کرونا در اواخر سال 2019 که تا کنون ادامه پیدا کرده است، آثار زیان باری در ابعاد مختلف در سرتاسر دنیا به بار آورده است که برخی از این آثار جبران ناپذیر و برخی دیگر با روند آرامی جبران پذیر است. از طرف دیگر این رویداد جهانی که از آن به عنوان بحران کرونا یاد می شود، تصویری از جهان آینده در زمینه انرژی را به تصویر کشید که بررسی و تحلیل شرایط پیش آمده و تجربه اندوزی از این بحران، منجر به امادگی سریع تر و هوشیار تر در برابر تغییرات آینده در صنعت انرژی جهان، توسعه پایدار و اقتصاد پیش روی می شود. لذا در این گزارش به بررسی تغییر و تحولات پیش آمده در حوزه انرژی در سرتاسر جهان پرداخته شده است و در انتها به بررسی وضعیت انرژی کشور در دوران بحران کرونا و به ارایه توصیه هایی برای رویارویی با تصویر نه چندان دور آینده انرژی جهان پرداخته شده است که از مهم ترین آنها می توان به انجام توافقات و معاهدات بین المللی جهت افزایش فروش بیشتر نفت و گاز طبیعی که منجر به افزایش درآمد دولت و در نهایت به دست آوردن سرمایه لازم جهت سرمایه گذاری در زمینه انرژی ها تجدید پذیر می شود. از طرف دیگر با کاهش یارانه پنهان انرژی نیز می توان موجب کاهش وابستگی برخی صنایع داخلی به نفت و گاز شد و این یارانه ها در بخش های کم کربن، تحقیق و نوآوری برای حمایت از افزایش سهم تجدیدپذیرها به ویژه در بخش حمل و نقل، گرمایش و سرمایش هدایت شود.
کلید واژگان: کووید-19، انرژی های تجدیدپذیر، توسعه پایدار، آینده جهان، انرژی های فسیلیThe prevalence of coronavirus at the end of 2019, which continues to this day, has been charged in various respects around the world, some of which operate irreparably and others can compensate. compensate for the slow process. On the other hand, the global event known as the Corona crisis has painted a picture of the future of energy in the energy sector, it examines and analyzes the conditions and experiences of this crisis, resulting in faster and more alert emissions. Resist future changes in the global energy industry, sustainable development, and the economy. Therefore, this report has been approached by changing the energy change in the world, and finally looks at the state of energy during the Corona crisis and gives recommendations to face the picture. about the world's energy future. It is one of the most important agreements for the implementation of international agreements and treaties aimed at increasing the sale of more oil and natural gas, leading to increased government revenue and, ultimately, required capital gain. to invest in energy. On the other hand, reducing hidden energy subsidies could also reduce the dependence of some national industries on oil and gas and these subsidies in the areas of low carbon, research, and innovation to support growth. share of innovation, especially in transportation, power supply, heating, and navigation.
Keywords: covid -19, renewable energy, sustainable development, world's future, fossil energy -
این روزها جامعه بشریت شاهد افزایش مرگ و میر ناشی از جهشهای مختلف بیماری کرونا است. بیماری کرونا علایم متفاوتی در بدن هر فرد دارد؛ اما اغلب گونههای آن در مراحل اولیه بیماری علایمی دارند که قابل مشاهده توسط فرد نیز هستند. هدف از این پژوهش، پیشبینی بیماری کرونا از روی علایم اولیه بیماری هست. در این راستا جهت شناسایی و پیشبینی بیماری کرونا از الگوریتمهای یادگیری ماشین همانند بیزین ساده، رگرسیون لجستیک، درخت تصمیم، تحلیل تشخیص خطی، K-نزدیکترین همسایه و ماشین بردار پشتیبان استفاده شده است. برای ارزیابی کارایی الگوریتمهای فوق از دو مجموعه داده واقعی در پایگاه داده Kaggle استفاده شده است. برای پیادهسازی الگوریتمها از زبان برنامهنویسی پایتون بهره گرفته شده است. نتایج حاصل از اجرا نشان میدهد الگوریتم درخت تصمیم با بالاترین میزان دقت دارای بیشترین کارایی در پیشبینی بیماری کرونا است.
کلید واژگان: پیشبینی، بیماری کرونا، یادگیری ماشین، کووید-19 -
با فراگیری بیماری کرونا در سراسر دنیا در طول یک سال گذشته، استفاده از تکنیک های پردازش تصویر و الگوریتم های هوش مصنوعی جهت آنالیز تصاویر سی تی اسکن (CXR) قفسه سینه بیماران مبتلا به کووید-19ضرورت یافته است. تعیین درصد پیشرفت و گسترش ویروس کووید-19در ناحیه ریه شخص بیمار یکی از نیازمندی های اساسی و ضروری مراکز بستری بیماران کرونایی محسوب می گردد. بیشترین تحقیقات در این حوزه، به مقالات مبتنی بر روش های یادگیری عمیق با بکارگیری شبکه های عصبی کانولوشن اختصاص داشته، که عمدتا به موضوع غربال گری افراد بیمار و سالم می پردازند. در این میان تعداد معدودی از مقالات به موضوع تعیین درصد درگیری ریوی و پیشرفت ویروس در بیماران کرونایی بر اساس تصاویر CXR پرداخته اند. عدم شکل گیری بانک های اطلاعات تصاویر منسجم با اطلاعات یکپارچه و جامع یکی از معضلات اصلی در این حوزه محسوب می گردد. تعیین میزان درگیری ریوی مبتلایان به بیماری، بر اساس تصاویر متفاوت CXR در روزهای متوالی، دارای معضلات و مشکلات خاص خود از جمله تفاوت در ابعاد، شدت روشنایی، میزان دوز و زاویه تابش اشعه در این تصاویر بوده که بکارگیری یک فیلتر تفاضل گیر ساده روی داده های دو تصویر را غیرممکن می سازند. بکارگیری یک روش بهینه سازی خود تطبیق با ماهیت تفاضلی و چند هدفه می تواند دقت و صحت کار را افزایش و زمان تحلیل را کاهش دهد.
کلید واژگان: کووید-19، درگیری ریوی، پردازش تصاویر اشعه ایکس، الگوریتم تکامل تفاضلی خود تطبیق چند هدفهUnder the global pandemic of COVID-19 over the last year, the use of image processing techniques and the artificial intelligence algorithms to analysis chest X-ray (CXR) images is becoming important. Determining the lung involvement and percentage development of COVID-19 is one of most important requirements for the hospitalization centers. The most studies in this field belong to the articles based on the deep learning methodologies using convolution neural networks, which are usually implemented to facilitate the screening process. Only a few number of studies are about the determining the percentage of lung involvement and development of coronavirus based on CXR images. The lack of comprehensive datasets of CT images with a large amount of samples is one of the most important issues in this field. Determining of lung infection in COVID-19 patients, based on different CXR images in different days, has its own challenges such as different image sizes, illumination density, radiation dose of X-ray and angle of radiation, which makes it impossible to the implement a simple differential filter on two different images. Using an optimization self-adaptive algorithm with differential and multi-objective approach can improve the performance accuracy with a corresponding reduction in computation time.
Keywords: COVID-19, lung involvement, chest X-ray images, image processing, multi-objective self-adaptive differential evolution algorithm -
مجله کنترل، سال چهاردهم شماره 5 (زمستان 1399)، صص 107 -120
ویروس جدید کرونا (COVID -19) ناشی از سندروم حاد تنفسی 2 است. این بیماری برای اولین بار در دسامبر 2019 در شهر ووهان چین شناسایی شد. در 11 مارس2021، سازمان بهداشت جهانی این ویروس را بیماری همه گیر اعلام کرد. بر اساس آخرین آمار جهانی پایگاه اطلاعاتی Worldometer تا ماه فوریه سال2021 میلادی، تعداد 112میلیون نفر در جهان به این ویروس مبتلا شدند که از این تعداد نزدیک به 2 میلیون و 500 هزار نفر جان خود را از دست داده اند. همچنین شوک اقتصادی شیوع ویروس کرونا باعث کاهش مراودات و مناسبات اقتصادی و رشد منفی اقتصادی بسیاری از کشورهای جهان شده است. در پژوهش حاضرشیوع و راه های کنترل این ویروس و اثرات آن بر اقتصاد با درنظرگرفتن مطالعه موردی ایران با رویکرد پویا شناسی سیستم ها بررسی شده است. ابتدا روابط متغیرهای موثر مهم بر تولید ناخالص داخلی در نرم افزار SPSS بررسی و سپس در نرم افزار ونسیم، داده ها تحلیل شده است. در انتها با تحلیل حساسیت، تاثیر سناریوهای مدیریتی مانند قرنطینه ورعایت دستورالعمل های بهداشتی جهت کنترل بحران ناشی از شیوع این ویروس مورد بح و بررسی قرار گرفته است. از جمله نتایج تجزیه و تحلیل داده ها می توان به کاهش رفت و آمدهای خانوادگی، تداوم دورکاری و تقویت دولت الکترونیک، استفاده از ماسک و رعایت فاصله اجتماعی و منع رفت و آمدهای شبانه از ساعت 21 تا 4 بامداد را از عوامل موثرتر درکاهش تعدا افراد مبتلا و کاهش مرگ ومیر اشاره نمود. در انتها راه کارهایی جهت حمایت از کسب و کارهای کوچک برای گذر از این بحران ارایه گردیده است. کلمات کلیدی: ویروس کرونا، اقتصاد، پویا یی شناسی سیستم ها، تولید ناخالص داخلی، پاندمی، کووید-19.
کلید واژگان: ویروس کرونا، اقتصاد، پویا یی شناسی سیستم ها، تولید ناخالص داخلی، پاندمی، کووید-19Journal of Control, Volume:14 Issue: 5, 2021, PP 107 -120The new coronavirus (COVID-19) is caused by the acute respiratory syndrome 2. The disease was first diagnosed in December 2019 in Hubei Province, Wuhan City, China. On March 11, the World Health Organization declared the virus an epidemic. Until Mid-February, 2021, about 112 million people worldwide have been infected with the virus, of which about 2.500.000 people have lost their lives, according to the latest global statistics from the Worldometer database. The economic shock of the coronavirus outbreak has also led to negative economic impacts, including declining sales of many related businesses. In this paper, the effects of coronavirus on the Iranian economy are examined with a systems dynamics approach. First, the relationships of important variables affecting GDP in SPSS software are obtained and then the data is analyzed using Vensim software. In the following, by analyzing the sensitivity and providing recommendations, the impact of managerial insights to control the conditions of this new crisis will be examined. The results show that the correct use of the mask and the observance of social distance as well as air flow in spaces and avoidance of closed spaces have a significant effect on reducing the spread of this disease and reducing mortality.
Keywords: Coronavirus, Economics, Systems dynamics, GDP, Pandemic, COVID -19 -
در این مقاله به مدل سازی، تحلیل و پیش بینی بیماری جدید همه گیر کووید-19 با شناخت پارامترهای موثر در گسترش آن پرداخته شده است. به این منظور از مدل پایه مستعد-مبتلا-حذف شده (SIR) که با دو پارامتر نرخ ابتلا و نرخ حذف استفاده شده است. با توجه به بروز چندین نقطه بیشینه در داده های ایران و تک اوج بودن مدل SIR، نمی توان از یک مدل با پارامترهای یکسان به ازای تمام زمان ها استفاده کرد. به همین دلیل داده های ایران به پنج دوره زمانی تقسیم شده است و سپس پارامترهای هر دوره مجزا به دست آمده است. این بازه های زمانی علاوه بر تطابق با رفتار داده های مربوط به بیماری، با واقعیت های جامعه ازجمله زمان تغییر تصمیمات دولت و نیز تغییر الگوی افراد جامعه هم خوانی دارد. درنهایت، تحلیلی بر اساس پارامترهای به دست آمده و روند گسترش بیماری در ادامه سال جاری ارایه شده است. ازآنجاکه پیامدهای اقتصادی، اجتماعی و بهداشتی ناشی از این ویروس فاجعه بار است، استفاده از نتایج مدل سازی ریاضی به دست آمده جهت شناخت عوامل موثر بر گسترش بیماری می تواند گامی جهت اقدامات آتی برای کنترل این بیماری باشد.
کلید واژگان: کووید-19، مدل کلاسیک SIR، نرخ شیوع بیماری های همه گیرIn this paper modeling, analysis and prediction of novel epidemic of COVID-19 are concerned to identify effective spread parameters of it in Iran. For this purpose, the basic susceptible-infected-removed (SIR) model is used which has two parameters: the infection rate and remove rate. The occurrence of several maximum points in the Iranian data and the single peak of the SIR model makes it impossible to use a model with the same parameters for all times. For this reason, the Iranian data are divided into five time periods and then the parameters of each period are obtained. In addition to adapting to the behavior of disease-related data, these time periods are consistent with the realities of society, including the timing of government decisions and the changing patterns of individuals in society. Finally, an analysis based on the obtained parameters and the trend of disease spread in the continuation of this year is presented. Since the economic,social and health consequences of this virus are catastrophic, using the results of mathematical modeling to identify the factors affecting the spread of the disease can be a step towards future actions to control the disease.
Keywords: COVID-19, SIR classic model, epidemic reproduction number -
در این مقاله به منظور مهار انتشار بیماری کووید-19 مبتنی براعمال سطوح مختلف محدودیتهای اجتماعی، یک مدل پیشنهاد شده است. همچنین، یک الگوریتم ژنتیک پارامترهای مدل را با استفاده از داده های واقعی گزارش شده از سوی وزارت بهداشت ایران و داده های شبیه سازیشده بر مبنای مدل پیشنهادی شناسایی میکند. از آنجایی که کنترل مدل پیشبین یک روش محبوب است که به طور گستردهای در کنترل فرآیندها مورد استفاده قرار گرفته است، پس از گسسته سازی مدل با یک روش مرسوم مانند اویلر، میتوانیم محدودیتهای مناسب را در نظر بگیریم و مسیله بهینه سازی آنلاین را حل نماییم. ما در این مقاله نشان دادهایم که کنترلگر مدل پیش بین قادر است نمودار مبتلایان به کووید- 19 را با اعمال سطوح مختلف محدودیتهای اجتماعی، پهن کند و اوج آن را کاهش دهد. مثال عددی و نتایج شبیه سازی، مبتنی بر داده های واقعی به منظور نشان دادن قابلیت این روش آورده شده است.
کلید واژگان: کنترل مدل پیش بین، شناسایی سیستم، الگوریتم ژنتیک، کووید-19Design and implementation of a model predictive controller for the COVID-19 spread restraint in IranIn this paper, a model is proposed based on the different levels of social restrictions for the COVID-19.spread restraint in Iran. Also, a Genetic Algorithm (GA) identifies parameters of model using reported main data from the Iranian Ministry of Health and simulated data based on proposed model. Whereas Model Predictive Control (MPC) is a popular method which has been widely used in process control, after the discretization of model by a common method like Euler method, then we can consider the appropriate constraints and solve online optimization problem. In this paper, we have shown that the MPC controller able to flatten infected (symptomatic) individual curve and decrease its peak by applying the different levels of social restrictions. Numerical example and simulation results, based on main data, are given to illustrate the capability of this method.
Keywords: Model Predictive Control, System identification, GA algorithm, Covid-19 -
مجله کنترل، سال چهاردهم شماره 5 (زمستان 1399)، صص 121 -125
این مقاله سعی در معرفی کاربردهای سیستم های هپتیک، واقیت مجازی و هوش مصنوعی در زمینه آموزش پزشکی در دوران همه گیری ویروس کرونا را دارد. در دهه های اخیر، استفاده از تکنولوژی های جدید برای ابداع روش هایی توانمند که قابلیت جایگزینی با روش های آموزش سنتی را دارا باشد، رونق فراوان گرفته است. این روش ها کوشیده اند تا با دخیل کردن بیشتر جراح ماهر در فرآیند آموزش، عواقب ناشی از اشتباهات جراحان تازه کار را برای بیماران به حداقل برسانند. با ایجاد شرایط خاص ناشی از ویروس کرونا در ایران و جهان و با وضع شرایط قرنطینه در بسیاری از شهرها اهمیت آن ها افزایش یافته است چرا که نیاز به تماس فیزیکی را به حداقل رسانده و در حفظ سلامت کادر پزشکی تاثیر بسزایی خواهند داشت. تمامی مراحل آموزش با بهره گیری از روش های جدید می تواند با حفظ فاصله گذاری اجتماعی و حتی بصورت غیرحضوری انجام شود که خطر ابتلا را برای تمامی افراد دخیل در چرخه آموزش از بین خواهد برد. این مطالعه مروری، تلاش می کند تا با ارایه حوزه هایی که پتانسیل استفاده از روش های جدید را دارا می باشند، به قطع زنجیره ابتلا در زمان همه گیری ویروس کرونا و یا بحران های مشابه کمک کند.
کلید واژگان: سامانه هپتیک، آموزش پزشکی، هوش مصنوعی، واقعیت مجازی، کووید-19Journal of Control, Volume:14 Issue: 5, 2021, PP 121 -125This paper presents a survey on haptic technology, virtual reality, and artificial intelligence applications in medical training during the COVID-19 pandemic. Over the last few decades, there has been a great deal of interest in using new technologies to establish capable approaches for medical training purposes. These methods are intended to minimize surgerychr('39')s adverse effects, mostly when done by an inexperienced surgeon. Due to the worldchr('39')s unique situation during the pandemic, which causes several cities to be locked up, these methodologies are becoming more critical. They eliminate the physical contact requirement between medical personnel and fellows, which decreases the risk of being infected with the virus. This study aims to present new applications for haptic technology, virtual reality, artificial intelligence, and new fields where they can provide a viable solution in the COVID-19 pandemic or any other similar crises.
Keywords: haptic systems, medical training, artificial intelligence, virtual reality, COVID-19 -
با توجه به شیوع گسترده پاندمی ویروس کرونا (کووید-19) در سراسر جهان، مدل های ریاضی می توانند به پیش بینی و کنترل این پاندمی کمک کنند. از این رو، در این مقاله ابتدا یک مدل جامع برای بررسی روند بیماری کووید-19 مبتنی بر افراد مستعد، درمعرض، عفونی (باعلامت و بدون علامت) و بهبودیافته در نظر گرفته می شود. سپس با توجه به فقدان هرگونه واکسیناسیون عمومی یا درمان موثر، گروه افراد «در قرنطینه» به مدل مذکور اضافه می شود. پس از بررسی مثبت بودن حالات و محاسبه معیار آستانه به محاسبه نقاط تعادل (تعادل بدون بیماری و اندمیک) پرداخته و پایداری آن ها با استفاده از ماتریس ژاکوبین بررسی می شود. در ادامه، توسط یک کنترل کننده فازی مد لغزشی، نرخ قرنطینه سازی به عنوان تنها ورودی کنترلی بیماری تعیین و تنظیم می گردد. میزان کارایی کنترل کننده نیز در حضور عدم قطعیت پارامترهای مدل بررسی می شود که نتایج حاصل، موید عملکرد مطلوب آن است. همچنین، تاثیر جامعه آلوده بر سایر جوامع در حضور کنترل کننده بررسی خواهد شد. در نهایت، عملکرد و کارایی کنترل کننده توسط شبیه سازی، مورد ارزیابی قرار می گیرد.
کلید واژگان: کووید-19، مدل سازی ریاضی، تحلیل پایداری، قرنطینه، فازی مد لغزشیAccording to the global prevalence of coronavirus (COVID-19) pandemic, mathematical models can predict and control the dynamic behavior of the pandemic. Therefore, in this study, a comprehensive model is considered to examine the trend of COVID-19 based on Susceptible, Exposed, Infected (Symptomatic and Asymptomatic), and Recovered individuals. In the absence of a curative treatment or vaccination campaign, the group of "quarantined people" is added to the model. Then, a positivity analysis of states is examined, and the threshold criterion is determined. The equilibrium points (disease-free and endemic) are also calculated, and their stability is investigated using the Jacobin matrix. The quarantine rate is regulated as the only control input using the fuzzy sliding mode controller. The efficiency of the controller is also investigated in the presence of uncertainty in model parameters. Also, the impact of the infected community on other communities, considering the controller, will be examined. Finally, the performance and efficiency of the proposed controller are evaluated.
Keywords: COVID-19, Mathematical Modeling, Stability Analysis, Quarantine, Fuzzy Sliding Mode -
در این مقاله به بررسی نرخ شیوع استعمال سیگار در بین افراد مبتلا به بیماری کووید-19 پرداخته و بررسی می شود که آیا تفاوتی میان توزیع افراد سیگاری بین دو جامعه آماری بیماران بد حال کرونایی و کل جامعه ایران وجود دارد یا خیر. برای اینکار ابتدا یک نمونه 300 تایی از بیماران کرونایی بستری در بیمارستان های دو شهر تهران و رشت تهیه شد. سپس از طریق آزمون آماری غیر پارامتری تصادفی بودن دورهای والد- ولفویتز نشان داده می شود که نمونه اخذ شده به صورت تصادفی انتخاب شده و امکان تعمیم نتیجه حاصل از نمونه به جامعه بیماران کرونایی بستری در بیمارستان ها وجود دارد. در ادامه این فرضیه که نرخ شیوع سیگار در بین بیماران کرونایی بستری در بیمارستان ها با نرخ شیوع سیگار در کل جامعه ایرانی برابر است، از طریق آزمون فرضیه های آماری غیر پارامتری بررسی شده است. بدین منظور از آزمون نیکویی برازش کای - دو (χ2) استفاده شده و مشاهده شد که این فرضیه مردود است. داده ها نشان می دهند تفاوت معنی داری بین نرخ شیوع مصرف سیگار بین افراد کرونایی بدحال و کل جامعه ایران وجود دارد. همچنین با توجه به یکطرفه بودن آزمون نیکویی برازش کای-دو می توان اینگونه نتیجه گرفت که بر خلاف تصور اولیه، نرخ شیوع مصرف سیگار در بین افراد کرونایی بستری در بیمارستان ها کمتر از این نرخ در کل جامعه ایران است. نتایج فوق لزوم تحقیقات جدی در این زمینه را نشان داده و موید آن است که می بایست ضمن پرهیز از هرگونه گرایش مثبت یا منفی نسبت به استعمال دخانیات علل و عوامل موثر در این پدیده بررسی شده و شاید بتوان داروهایی بر این اساس تهیه و تولید نمود.
کلید واژگان: استعمال سیگار، کووید-19، کرونا ویروس، آزمون فرضیه های آماری، آزمون والد-ولفویتز، آزمون نیکویی برازش کای-دوIn this paper, we investigate the prevalence rate of smoking in COVID-19 patients and examine whether there is a difference in the distribution of smokers between the two statistical populations of critically ill COVID-19 patients and the entire Iranian population or not. To do this, we first prepared a sample of 300 COVID-19 patients admitted to hospitals in Tehran and Rasht. Then, through the non-parametric statistical runs test, we show that the sample was randomly selected and it is possible to generalize the result of tests on the sample to the community of hospitalized COVID-19 patients. In continuation, we examined the hypothesis that the prevalence of smoking among COVID-19 patients admitted to hospitals is equal to the prevalence rate of smoking in the whole Iranian society. For this purpose, we used the non-parametric chi-square test and it was observed that this hypothesis is rejected. The data show that there is a significant difference in the prevalence of smoking between critically ill COVID-19 patients and the whole of Iranian society. Also, it can be concluded that, the prevalence rate of smoking among COVID-19 hospitalized patients is lower than this rate in the whole Iranian society. The above results show the need for serious research in this field and confirm that while avoiding any positive or negative tendency towards smoking, the causes and factors affecting this phenomenon should be investigated and drugs can be prepared and produced accordingly.
Keywords: smoking, COVID-19, coronavirus, statistical hypothesis testing, runs test, chi-square test -
پیش بینی و تشخیص دقیق بیماری کووید-19 برای همه و به ویژه برای متخصصان پزشکی کاری بسیار با اهمیت است. از طرف دیگر استفاده از سیستمهای فازی در حوزه پزشکی با سرعت در حال افزایش است. در این پژوهش با استفاده از اطلاعات 375 بیمار مشکوک به بیماری کووید-19 که به مراکز درمانی بیمارستان های امام خمینی(ره) تهران، البرز و کوثر کرج مراجعه کرده اند سیستم فازی طراحی شد. برای این منظور تعداد 300 نفر جهت استخراج قوانین و 75 نفر به عنوان داده های تست در نظر گرفته شدند. اطلاعات 12 پارامتر مهم بیماری کووید- 19 اعم از تب، سرفه ، سردرد، علایم گوارشی، بثورات پوستی، حس بویایی و چشایی ، بیماری زمینه ای، قفسه سینه، سطح اکسیژن خون، بی حالی، سن، سابقه خانوادگی وهمچنین شدت بیماری کووید-19 دریافت گردید. سیستم خبره فازی پس از بررسی قوانین و حذف قوانین مشابه ومتناقض با بهره گیری از محاسبه درجه آنها، با 29 قانون طراحی گردید در این سیستم با ادغام برخی عوامل در نهایت 8 متغیر ورودی و یک متغیر خروجی در نظر گرفته شدکه با موتور استنتاج حاصلضرب، فازی ساز منفرد و غیر فازی ساز میانگین مراکز مورد استفاده قرار گرفت. ملاحظه شد که سیستم طراحی شده نتایج بسیار خوبی را ارایه می دهد، به طوریکه با دقت بالای 93 درصد بیماری کووید-19 را شناسایی می کند و همچنین حساسیت سیستم ببش از 95 درصد و ویژگی سیستم طراحی شده بیش از 87 درصد می باشد.
کلید واژگان: کووید-19، خبره فازی، ورودی-خروجی، تشخیصAccurate prediction and diagnosis of COVID-19 disease is very important for everyone, especially for medical professionals. On the other hand, the use of fuzzy systems in medicine is increasing rapidly. In this study, a fuzzy system was designed using the information of 375 patients suspected of having COVID-19 disease who referred to Imam Khomeini(Tehran), Alborz(Karaj) and Kowsar(Karaj) hospitals. For this purpose, 300 people were considered to extract the rules and 75 people were considered as test data. Information on 12 important parameters of COVID-19 disease including fever, cough, headache, gastrointestinal symptoms, skin rash, sense of smell and taste, underlying disease, chest CT, blood oxygen level, lethargy, age, family history and severity of COVID-19 disease received. The fuzzy expert system was designed with 29 rules after reviewing the rules and removing similar and contradictory rules by using their degree calculation. In this system, by integrating some factors, finally 8 input variables and one output variable were considered that was used by product inference engine, singleton fuzzifier and center average defuzzifier. It was observed that the designed fuzzy expert system provides very good results, so that it detects 93% of Covid-19 disease with high accuracy and also the sensitivity of the system is more than 95% and the specificity of the designed system is more than 87%.
Keywords: COVID-19, fuzzy expert, input-output, diagnose -
زمینه
پژوهش حاضر به بررسی میزان آگاهی، نگرش و عملکرد مردم شهر اصفهان در زمینه استفاده از خدمات الکترونیک در زمان شیوع کووید-19پرداخت.
روش کارپژوهش از حیث هدف کاربردی و از حیث ماهیت توصیفی-همبستگی است که بر روی 384 نفر از افراد بالای 18 سال ساکن در شهر اصفهان انجام شد. ابزار گردآوری پرسشنامه محقق ساخته شامل 35 سوال بود که به روش نمونه گیری گلوله برفی بین افراد واجد شرایط توزیع گردید. داده ها توسط نرم افزار SPSS و Smart PLS مورد تجزیه و تحلیل قرار گرفت.
یافته هاآگاهی، نگرش و عملکرد افراد مورد مطالعه در زمینه استفاده از خدمات الکترونیک در زمان شیوع کرونا با متوسط میانگین تفاوت معناداری دارد و بیشتر از متوسط میانگین است. این میزان برای آگاهی 99/3، برای نگرش 11/4 و برای عملکرد 75/3 بدست آمد. میزان آگاهی و نگرش زنان و مردان در زمینه استفاده از خدمات الکترونیک تفاوت دارد و در مردان بیشتر است، ولی بین عملکرد آنها در زمینه استفاده از خدمات الکترونیک تفاوت معناداری وجود ندارد. میزان آگاهی و عملکرد شهروندان بر اساس تحصیلات تفاوت ندارد، اما نگرش افراد با تحصیلات PhD در زمینه استفاده از خدمات الکترونیک قوی تر است، همچنین بین متغیرهای میزان آگاهی، نگرش و عملکرد شهروندان در زمینه استفاده از خدمات الکترونیک بر اساس شغل تفاوت معنادار وجود دارد و در افراد هییت علمی بیشتر است. میزان آگاهی شهروندان در رنج سنی مختلف در زمینه استفاده از خدمات الکترونیک تفاوت ندارد ولی میزان نگرش و عملکرد تفاوت دارد و درسنین 30 تا 50 سال بیشتر از دیگر گروه های سنی است. نتایج تحلیل Smart PLS نیز نشان داد که نگرش و آگاهی شهروندان بر عملکرد آنها در استفاده از خدمات الکترونیک در زمان شیوع کرونا تاثیر مثبت دارد.
نتیجه گیرینتایج نشان می دهد آگاهی، نگرش و عملکرد شهروندان شهر اصفهان در استفاده از خدمات الکترونیک بالاتر از میانگین است. راه اندازی سامانه های مختلف ارایه خدمات الکترونیکی در بسیاری از سازمانها، ارگان ها و کسب و کارهای تجاری و فروشگاه ها باعث شده که شهروندان اصفهانی بتوانند در منزل خود و از طریق موبایل یا سیستم رایانه، خدمات مختلفی که از سوی این سازمانها ارایه می شود را دریافت کرده و در زمان پاندمی کووید-19 کمتر نیاز در مکانها عمومی حضور فیزیکی داشته باشند.
کلید واژگان: آگاهی در زمینه استفاده از خدمات الکترونیک، نگرش در زمینه استفاده از خدمات الکترونیک، عملکرد در زمینه استفاده ازخدمات الکترونیک، کووید-19The present study examined the level of knowledge, attitude, and practice of the people of Isfahan in the field of using electronic services during the corona outbreak.
MethodsThe research was applied in terms of purpose and descriptive-correlational nature and was conducted on 384 people over 18 years old living in Isfahan. The tool was a researcher-made questionnaire consisting of 35 questions that were distributed among eligible people by snowball sampling method. . Data were analyzed by SPSS and Smart PLS software.
ResultsThe knowledge, attitude, and practice of the studied individuals in the field of using electronic services during the corona outbreak are significantly different from the average and is higher than the average. This rate was 3.99 for knowledge, 4.11 for attitude and 3.75 for performance. There is a difference between women and men in the level of knowledge and attitude in the use of electronic services and it is more in men, but there is no significant difference between the performance of women and men in the use of electronic services. The level of knowledge and practice does not differ based on education. The attainment of people with Ph.D. education is stronger in the field of using electronic services. Also, there is a significant difference between the variables of knowledge, attitude and practice of Isfahan people in using electronic services based on job and there is more difference in faculty members. And are in the ages of 30 to 50 years old.
ConclusionThe results show that the knowledge, attitude and practice of the citizens of Isfahan in the use of electronic services are higher than average. The launch of various electronic service delivery systems in many organizations, organizations and commercial businesses and stores has enabled the citizens of Isfahan to receive various services provided by these organizations at home and through mobile or computer systems. During the Covid-19 pandemic, there is less need to be physically present in public places...
Keywords: Awareness in the use of electronic services, attitude in the use of electronic services, performance in the use of electronic services. C0vid-19 -
شیوع بیماری کرونا در کشور از زمستان 1398 آغاز گردید و آثار آن همچنان در کشور و جهان وجود داشته و روال عادی زندگی بشر را با چالش های جدی مواجه کرده است. این رویداد ناگوار و ناخوشایند، نشان داد که توجه ویژه به علم و فناوری برای مقابله با چنین پدیده هایی تا چه اندازه با اهمیت است وتاثیر به سزایی در امنیت ملی و پایداری اجتماعی دارد و لازم است ما از آن برای مقابله بحران های آینده درس های مهمی را بیاموزیم. از این رو در این مقاله، فناوری های توسعه یافته در ایران در مقابله با همه گیری بیماری کرونا معرفی شده و مورد بررسی قرار می گیرد. تلاش گردیده است که اطلاعات واحدهای فناور در سطح کشور جمع آوری شده، راستی آزمایی شود و بر اساس آن حوزه های فعالیت، توزیع جغرافیایی و توزیع موضوعی این فعالیت ها مورد بررسی قرار گیرد.
کلید واژگان: کووید 19، فناوری، واحدهای فناور، مقابله با همه گیری بیماری کووید 19On February 2020, Iran reported its first confirmed cases of infections COVID-19 pandemic and since than its effects have been widely spread across in Iran and worldwide. The devastating consequences of the COVID-19 pandemic showed that science and technologies play an important role in ensuring national security and social stability is such crises and we must learn from this event to better prepare for similar cases. In this paper, we will review the developed technologies in Iran to deal with the COVID-19 pandemic. We tried to gather the information of the startup companies and their presented technologies across Iran. After validating the gathered information, the startup companies have been classified based on their fields and their geographical locations.
Keywords: COVID-19, technology, startup company, dealing with COVID-19 pandemic -
مجله کنترل، سال چهاردهم شماره 5 (زمستان 1399)، صص 131 -140
بیماری COVID-19 که به دلیل ورود ویروس SARS-CoV-2 به بدن ایجاد می شود با سرعت چشمگیری در حال شیوع یافتن است. این ویروس به قدری خطرناک است که از زمان ظهور تاکنون جان بسیاری از افراد جهان را گرفته است. همین امر نشان می دهد که تشخیص زودهنگام افراد مبتلا به بیماری COVID-19 برای کنترل شیوع این ویروس خطرناک بسیار حیاتی است. در حال حاضر دو روش تشخیصی رایج برای این بیماری، تصویربرداری سی تی اسکن از ریه و آزمایش مولکولی RT-PCR[1] است. روش تصویربرداری سی تی اسکن از ریه در کنار نقاط قوتی نظیر سرعت بالای اسکن، هزینه انجام اسکن پایین دارای نقاط ضعفی از جمله نیاز به رادیولوژیست جهت تحلیل تصاویر، معظلات ناشی از در معرض اشعه ایکس قرار گرفتن و خطرناک بودن این روش برای زنان باردار و نوزادان می باشد. در خصوص نقاط ضعف روش تشخیصی آزمایش مولکولی می توان به هزینه بالای انجام آزمایش، وابستگی به کیت های وارداتی و مدت زمان طولانی دریافت نتایج آزمایش اشاره کرد هرچند که این روش دارای صحت تشخیصی بالاتری نسبت به سی تی اسکن ریه می باشد، در این مقاله، ما روشی کم هزینه، سریع و در دسترس برای تشخیص زود هنگام بیماری COVID-19 بر اساس مدل های هوش مصنوعی[2] و آزمایش خون روتین ارایه دادیم که علاوه بر تشخیص زودهنگام به دلیل قابلیت تکرارپذیری خوبی که دارد می توان از آن برای غربالگری افراد و جوامع مختلف استفاده کرد. در این مطالعه، از آزمایش خون 6635 بیمار مراجعه کننده به بیمارستان بانک ملی ایران استفاده شده است. سه مدل یادگیری ماشین از قبیل شبکه عصبی فازی تطبیقی، ماشین بردار پشتیبان و شبکه های عصبی مورد ارزیابی قرار گرفت. نتایج نشان می دهد که روش پیشنهادی ما می توانند افراد مبتلا به COVID-19 را با صحت %84 و F1-score %83 تشخیص دهد. همچنین گروه تحقیقاتی ما وب سایت آنلاین به نام CODAS طراحی کرده است تا مخاطبین بتوانند روش پیشنهادی ما را به راحتی و در دنیای واقعی ارزیابی نمایند
کلید واژگان: هوش مصنوعی، آزمایش خون، سیستم فازی، شبکه عصبی، ماشین بردار پشتیبان، کووید-19، غربالگریJournal of Control, Volume:14 Issue: 5, 2021, PP 131 -140Coronavirus Disease 2019 (COVID-19) caused by the SARS-CoV-2 virus is spreading rapidly worldwide and has led to widespread deaths globally. As a result, the early diagnosis of patients with COVID-19 is vital to control this dangerous viruschr('39')s release. There are two common diagnosing methods, chest computed tomography scan (CT-scan) and Reverse Transcription Polymerase Chain Reaction (RT-PCR) test. The most significant disadvantages of RT-PCR molecular tests are the high cost and the long waiting time for test results. The common weaknesses of chest CT-scan are the need for a radiologist to analyze, a misdiagnosis of flu disease due to its similarity, and risky for pregnancy and infants. This article presents a low-cost, highly available method for early detection of COVID-19 based on Artificial Intelligence (AI) systems and blood tests. In this study, 6635 patientchr('39')s blood tests are used. Experiments conducted using three machine learning algorithms. The results show that the proposed method can detect COVID-19 with an accuracy of %84 and an F1-score of %83. The trained model is being used in a real-world product through an online website called CODAS.
Keywords: Artificial intelligence, Blood test, Fuzzy system, Neural network, Support vector machine, COVID-19, Screen
- نتایج بر اساس تاریخ انتشار مرتب شدهاند.
- کلیدواژه مورد نظر شما تنها در فیلد کلیدواژگان مقالات جستجو شدهاست. به منظور حذف نتایج غیر مرتبط، جستجو تنها در مقالات مجلاتی انجام شده که با مجله ماخذ هم موضوع هستند.
- در صورتی که میخواهید جستجو را در همه موضوعات و با شرایط دیگر تکرار کنید به صفحه جستجوی پیشرفته مجلات مراجعه کنید.