به جمع مشترکان مگیران بپیوندید!

تنها با پرداخت 70 هزارتومان حق اشتراک سالانه به متن مقالات دسترسی داشته باشید و 100 مقاله را بدون هزینه دیگری دریافت کنید.

برای پرداخت حق اشتراک اگر عضو هستید وارد شوید در غیر این صورت حساب کاربری جدید ایجاد کنید

عضویت
جستجوی مقالات مرتبط با کلیدواژه

autoencoder

در نشریات گروه فناوری اطلاعات
تکرار جستجوی کلیدواژه autoencoder در نشریات گروه فنی و مهندسی
تکرار جستجوی کلیدواژه autoencoder در مقالات مجلات علمی
  • ملیحه دانش*، مصطفی نیکوسرشت
    یادگیری عمیق ابزار قدرتمندی در خوشه بندی تصاویر پیچیده و حجیم است. اغلب روش های خوشه بندی عمیق عمل دسته بندی تصاویر را بر اساس بردارهای بازنمایی حاصل از آموزش یک شبکه عصبی عمیق انجام می دهند به طوریکه ویژگی های مستخرج از لایه آخر شبکه مورد ارزیابی نهایی عمل خوشه بندی قرار می گیرد. بهره مندی از ویژگی های معنایی متفاوت حاصل از چندین شبکه عمیق می تواند نقش موثری در بهبود کارایی نتایج خوشه بندی حاصل ایفا کند که تاکنون تحقیقات کمی در این زمینه صورت گرفته است. ما در این مقاله رویکردی مبتنی بر خوشه بندی عمیق گروهی ارائه می کنیم که در آن با پیوند دادن روش های خوشه بندی عمیق و یادگیری گروهی، سعی در استفاده از مزایای شبکه های عصبی عمیق در کنار یکدیگر داریم. در این راستا ابتدا پنج مدل مختلف خودرمزگذار عمیق با لایه های کانولوشنی متعدد آموزش داده می شوند که در هر یک از آنها از رویکرد یادگیری انتقالی نیز جهت افزایش دقت و بهبود عملکرد استفاده می شود. پس از استخراج ویژگی های چندگانه تصاویر توسط مدل های مختلف عمیق، بازنمایی های حاصل خوشه بندی شده و طبق رویکرد یادگیری گروهی نتایج آنها با یکدیگر تجمیع می شود. نهایتا دسته بندی نهایی تصاویر بر اساس اطلاعات مشترک خوشه بندی های پایه صورت می گیرد. نتایج حاصل از اعمال روش پیشنهادی بر روی چهار مجموعه داده استاندارد، نشان دهنده کارایی بهتر و موثرتر روش پیشنهادی نسبت به رویکردهای اخیر خوشه بندی عمیق تصاویر است.
    کلید واژگان: خوشه بندی تصاویر، شبکه عصبی عمیق، یادگیری گروهی، خودرمزگذار، یادگیری انتقالی
    Malihe Danesh *, Mostafa Nikooseresht
    Deep learning is a powerful tool in clustering complex and large images.Most of the deep image clustering methods perform clustering based on the representation vectors obtained from a deep neural network training, so that the features extracted from the last layer of the network are used for the final clustering. Benefiting from different semantic information extracted from several deep networks can play an effective role in improving the efficiency of the clustering results. In this paper, we present an approach based on ensemble deep clustering, where by linking deep clustering methods and ensemble learning, we use multiple deep neural networks advantages together.In this regard, five autoencoders with several convolutional layers are trained, in each of which the transfer learning is performed to improve its accuracy and performance. After learning the effective representations of the images by different deep models, these vectors are clustered and their results are combined according to the ensemble approach. Then,the final clustering is calculated using the common information of the base clusters. The results of the proposed method on four standard image datasets represent its more effective performance rather than the recent deep image clustering methods.
    Keywords: Image Clustering, Deep Neural Network, Ensemble Learning, Autoencoder, Transfer Learning
  • Jia Uddin

    Identifying hazards from human error is critical for industrial safety since dangerous and reckless industrial worker actions, as well as a lack of measures, are directly accountable for human-caused problems. Lack of sleep, poor nutrition, physical deformities, and weariness are some of the key factors that contribute to these risky and reckless behaviors that might put a person in a perilous scenario. This scenario causes discomfort, worry, despair, cardiovascular disease, a rapid heart rate, and a slew of other undesirable outcomes. As a result, it would be advantageous to recognize people's mental states in the future in order to provide better care for them. Researchers have been studying electroencephalogram (EEG) signals to determine a person's stress level at work in recent years. A full feature analysis from domains is necessary to develop a successful machine learning model using electroencephalogram (EEG) inputs. By analyzing EEG data, a time-frequency based hybrid bag of features is designed in this research to determine human stress dependent on their sex. This collection of characteristics includes features from two types of assessments: time-domain statistical analysis and frequency-domain wavelet-based feature assessment. The suggested two layered autoencoder based neural networks (AENN) are then used to identify the stress level using a hybrid bag of features. The experiment uses the DEAP dataset, which is freely available. The proposed method has a male accuracy of 77.09% and a female accuracy of 80.93%.

    Keywords: EEG Signals, emotion analysis, stress analysis, autoencoder, machine learning, deep learning
  • Mohammadreza Samadzadeh *, Najmeh Farajipour Ghohroud
    Accurate traffic classification is important for various network activities such as accurate network management and proper resource utilization. Port-based approaches, deep packet inspection, and machine learning are widely used techniques for classifying and analyzing network traffic flows. Most classification methods are suitable for small-scale datasets and cannot achieve a high classification accuracy owing to their shallow learning structure and limited learning ability. The emergence of deep learning technology and software-driven networks has enabled the application of classification methods for processing large-scale data.In this study, a two-step classification method based on deep learning algorithms is presented, which can achieve high classification accuracy without manually selecting and extracting features. In the proposed method, an Autoencoder was used to extract features and remove unnecessary and redundant features. In the second step, the proposed method uses the features extracted by the autoencoder from a hybrid deep-learning model based on the CNN and LSTM algorithms to classify network traffic.To evaluate the proposed method, the results of the proposed two-stage hybrid method is compared with comparative algorithms including decision tree, Naïve Bayes, random forest. The proposed combined CNN+LSTM method obtains the best results by obtaining values of 0.997, 0.972, 0.959, and 0.964, respectively, for the evaluation criteria of, accuracy, precision, recall, and F1 score.The proposed method is a practical and operational method with high accuracy, which can be applied in the real world and used in the detection of security anomalies in networks using traffic classification and network data.
    Keywords: Network Traffic Classification, Deep Learning, Software-oriented Network, Autoencoder
  • ساجد رخشانی، عصمت راشدی*، حسین نظام آبادی پور
    در این مقاله، روشی بر اساس یادگیری ژرف برای برجسته کردن شناسه ها و خواندن پلاک خودروهای ایرانی ارائه شده است. پژوهش حاضر برای ارتقای تصویر و برجسته کردن تصویر پلاک بجای استفاده از روش های متداول ارتقای تصویر از شبکه های عصبی همگشتی با ساختار رمزگذار-رمزگشا استفاده می کند. شبکه پیشنهاد شده می تواند با یادگیری تصاویر پلاک خودرو در شرایط متنوع، شناسه های پلاک خودرو را برجسته نماید. پس از آن، شناسه های پلاک از روی تصویر دودویی  شده با استفاده از شبکه های عصبی بازگشتی و بدون نیاز به جداسازی شناسه ها، خوانده می شوند. این کار می تواند خطای ناشی از ناحیه بندی شناسه ها را تا حد زیادی کاهش دهد. روش پیشنهادی برای بازشناسی پلاک خودرو در یک پایگاه داده با 4000 تصویر آزمون به نرخ بازشناسی 94.19 درصد دقت نهایی رسیده است که این دقت در مقایسه با سایر روش ها قابل قبول می باشد.
    کلید واژگان: یادگیری ژرف، بازشناسی پلاک خودرو، شبکه عصبی رمزگذار-رمزگشا، خود رمزگذار
    Sajed Rakhshani, Esmat Rashedi *, Hossein Nezamabadi, Pour
    In this paper, a method based on deep learning is presented to highlight and recognize the Iranian license plate numbers. The current research uses the convolutional neural network with the encoder-decoder structure to enhance the image and highlight the plate image numbers instead of using traditional image enhancement techniques. The proposed network can highlight vehicle license plate numbers by learning the plate images in various conditions. After that, the plate numbers are recognized from the reproduced image using a recurrent neural network without the need to plate image segmentation. This method can reduce the error caused by the license plate number segmentation. The proposed method reached the final recognition rate up to 94٫19 percent on a database with 4000 test images for recognizing the license plates which is acceptable in comparison to three recent methods.
    Keywords: Autoencoder, Deep Learning, Encoder-decoder neural network, Vehicle license plate recognition
نکته
  • نتایج بر اساس تاریخ انتشار مرتب شده‌اند.
  • کلیدواژه مورد نظر شما تنها در فیلد کلیدواژگان مقالات جستجو شده‌است. به منظور حذف نتایج غیر مرتبط، جستجو تنها در مقالات مجلاتی انجام شده که با مجله ماخذ هم موضوع هستند.
  • در صورتی که می‌خواهید جستجو را در همه موضوعات و با شرایط دیگر تکرار کنید به صفحه جستجوی پیشرفته مجلات مراجعه کنید.
درخواست پشتیبانی - گزارش اشکال