Search results for: ring deep beam
3123 Neural Style Transfer Using Deep Learning
Authors: Shaik Jilani Basha, Inavolu Avinash, Alla Venu Sai Reddy, Bitragunta Taraka Ramu
Abstract:
We can use the neural style transfer technique to build a picture with the same "content" as the beginning image but the "style" of the picture we've chosen. Neural style transfer is a technique for merging the style of one image into another while retaining its original information. The only change is how the image is formatted to give it an additional artistic sense. The content image depicts the plan or drawing, as well as the colors of the drawing or paintings used to portray the style. It is a computer vision programme that learns and processes images through deep convolutional neural networks. To implement software, we used to train deep learning models with the train data, and whenever a user takes an image and a styled image, the output will be as the style gets transferred to the original image, and it will be shown as the output.Keywords: neural networks, computer vision, deep learning, convolutional neural networks
Procedia PDF Downloads 953122 Laser Beam Micro-Drilling Effect on Ti-6Al-4V Titanium Alloy Sheet Properties
Authors: Petr Homola, Roman Růžek
Abstract:
Laser beam micro-drilling (LBMD) is one of the most important non-contact machining processes of materials that are difficult to machine by means oeqf conventional machining methods used in various industries. The paper is focused on LBMD knock-down effect on Ti-6Al-4V (Grade 5) titanium alloy sheets properties. Two various process configurations were verified with a focus on laser damages in back-structure parts affected by the process. The effects of the LBMD on the material properties were assessed by means of tensile and fatigue tests and fracture surface analyses. Fatigue limit of LBMD configurations reached a significantly lower value between 15% and 30% of the static strength as compared to the reference raw material with 58% value. The farther back-structure configuration gives a two-fold fatigue life as compared to the closer LBMD configuration at a given stress applied.Keywords: fatigue, fracture surface, laser beam micro-drilling, titanium alloy
Procedia PDF Downloads 1563121 Modal Analysis of Small Frames using High Order Timoshenko Beams
Authors: Chadi Azoury, Assad Kallassy, Pierre Rahme
Abstract:
In this paper, we consider the modal analysis of small frames. Firstly, we construct the 3D model using H8 elements and find the natural frequencies of the frame focusing our attention on the modes in the XY plane. Secondly, we construct the 2D model (plane stress model) using Q4 elements. We concluded that the results of both models are very close to each other’s. Then we formulate the stiffness matrix and the mass matrix of the 3-noded Timoshenko beam that is well suited for thick and short beams like in our case. Finally, we model the corners where the horizontal and vertical bar meet with a special matrix. The results of our new model (3-noded Timoshenko beam for the horizontal and vertical bars and a special element for the corners based on the Q4 elements) are very satisfying when performing the modal analysis.Keywords: corner element, high-order Timoshenko beam, Guyan reduction, modal analysis of frames, rigid link, shear locking, and short beams
Procedia PDF Downloads 3183120 Improved Super-Resolution Using Deep Denoising Convolutional Neural Network
Authors: Pawan Kumar Mishra, Ganesh Singh Bisht
Abstract:
Super-resolution is the technique that is being used in computer vision to construct high-resolution images from a single low-resolution image. It is used to increase the frequency component, recover the lost details and removing the down sampling and noises that caused by camera during image acquisition process. High-resolution images or videos are desired part of all image processing tasks and its analysis in most of digital imaging application. The target behind super-resolution is to combine non-repetition information inside single or multiple low-resolution frames to generate a high-resolution image. Many methods have been proposed where multiple images are used as low-resolution images of same scene with different variation in transformation. This is called multi-image super resolution. And another family of methods is single image super-resolution that tries to learn redundancy that presents in image and reconstruction the lost information from a single low-resolution image. Use of deep learning is one of state of art method at present for solving reconstruction high-resolution image. In this research, we proposed Deep Denoising Super Resolution (DDSR) that is a deep neural network for effectively reconstruct the high-resolution image from low-resolution image.Keywords: resolution, deep-learning, neural network, de-blurring
Procedia PDF Downloads 5173119 Use Cloud-Based Watson Deep Learning Platform to Train Models Faster and More Accurate
Authors: Susan Diamond
Abstract:
Machine Learning workloads have traditionally been run in high-performance computing (HPC) environments, where users log in to dedicated machines and utilize the attached GPUs to run training jobs on huge datasets. Training of large neural network models is very resource intensive, and even after exploiting parallelism and accelerators such as GPUs, a single training job can still take days. Consequently, the cost of hardware is a barrier to entry. Even when upfront cost is not a concern, the lead time to set up such an HPC environment takes months from acquiring hardware to set up the hardware with the right set of firmware, software installed and configured. Furthermore, scalability is hard to achieve in a rigid traditional lab environment. Therefore, it is slow to react to the dynamic change in the artificial intelligent industry. Watson Deep Learning as a service, a cloud-based deep learning platform that mitigates the long lead time and high upfront investment in hardware. It enables robust and scalable sharing of resources among the teams in an organization. It is designed for on-demand cloud environments. Providing a similar user experience in a multi-tenant cloud environment comes with its own unique challenges regarding fault tolerance, performance, and security. Watson Deep Learning as a service tackles these challenges and present a deep learning stack for the cloud environments in a secure, scalable and fault-tolerant manner. It supports a wide range of deep-learning frameworks such as Tensorflow, PyTorch, Caffe, Torch, Theano, and MXNet etc. These frameworks reduce the effort and skillset required to design, train, and use deep learning models. Deep Learning as a service is used at IBM by AI researchers in areas including machine translation, computer vision, and healthcare.Keywords: deep learning, machine learning, cognitive computing, model training
Procedia PDF Downloads 2093118 Probing Syntax Information in Word Representations with Deep Metric Learning
Authors: Bowen Ding, Yihao Kuang
Abstract:
In recent years, with the development of large-scale pre-trained lan-guage models, building vector representations of text through deep neural network models has become a standard practice for natural language processing tasks. From the performance on downstream tasks, we can know that the text representation constructed by these models contains linguistic information, but its encoding mode and extent are unclear. In this work, a structural probe is proposed to detect whether the vector representation produced by a deep neural network is embedded with a syntax tree. The probe is trained with the deep metric learning method, so that the distance between word vectors in the metric space it defines encodes the distance of words on the syntax tree, and the norm of word vectors encodes the depth of words on the syntax tree. The experiment results on ELMo and BERT show that the syntax tree is encoded in their parameters and the word representations they produce.Keywords: deep metric learning, syntax tree probing, natural language processing, word representations
Procedia PDF Downloads 683117 Deep Neural Network Approach for Navigation of Autonomous Vehicles
Authors: Mayank Raj, V. G. Narendra
Abstract:
Ever since the DARPA challenge on autonomous vehicles in 2005, there has been a lot of buzz about ‘Autonomous Vehicles’ amongst the major tech giants such as Google, Uber, and Tesla. Numerous approaches have been adopted to solve this problem, which can have a long-lasting impact on mankind. In this paper, we have used Deep Learning techniques and TensorFlow framework with the goal of building a neural network model to predict (speed, acceleration, steering angle, and brake) features needed for navigation of autonomous vehicles. The Deep Neural Network has been trained on images and sensor data obtained from the comma.ai dataset. A heatmap was used to check for correlation among the features, and finally, four important features were selected. This was a multivariate regression problem. The final model had five convolutional layers, followed by five dense layers. Finally, the calculated values were tested against the labeled data, where the mean squared error was used as a performance metric.Keywords: autonomous vehicles, deep learning, computer vision, artificial intelligence
Procedia PDF Downloads 1583116 Investigation of a Novel Dual Band Microstrip/Waveguide Hybrid Antenna Element
Authors: Raoudane Bouziyan, Kawser Mohammad Tawhid
Abstract:
Microstrip antennas are low in profile, light in weight, conformable in structure and are now developed for many applications. The main difficulty of the microstrip antenna is its narrow bandwidth. Several modern applications like satellite communications, remote sensing, and multi-function radar systems will find it useful if there is dual-band antenna operating from a single aperture. Some applications require covering both transmitting and receiving frequency bands which are spaced apart. Providing multiple antennas to handle multiple frequencies and polarizations becomes especially difficult if the available space is limited as with airborne platforms and submarine periscopes. Dual band operation can be realized from a single feed using slot loaded or stacked microstrip antenna or two separately fed antennas sharing a common aperture. The former design, when used in arrays, has certain limitations like complicated beam forming or diplexing network and difficulty to realize good radiation patterns at both the bands. The second technique provides more flexibility with separate feed system as beams in each frequency band can be controlled independently. Another desirable feature of a dual band antenna is easy adjustability of upper and lower frequency bands. This thesis presents investigation of a new dual-band antenna, which is a hybrid of microstrip and waveguide radiating elements. The low band radiator is a Shorted Annular Ring (SAR) microstrip antenna and the high band radiator is an aperture antenna. The hybrid antenna is realized by forming a waveguide radiator in the shorted region of the SAR microstrip antenna. It is shown that the upper to lower frequency ratio can be controlled by the proper choice of various dimensions and dielectric material. Operation in both linear and circular polarization is possible in either band. Moreover, both broadside and conical beams can be generated in either band from this antenna element. Finite Element Method based software, HFSS and Method of Moments based software, FEKO were employed to perform parametric studies of the proposed dual-band antenna. The antenna was not tested physically. Therefore, in most cases, both HFSS and FEKO were employed to corroborate the simulation results.Keywords: FEKO, HFSS, dual band, shorted annular ring patch
Procedia PDF Downloads 4023115 Laser Beam Bending via Lenses
Authors: Remzi Yildirim, Fatih. V. Çelebi, H. Haldun Göktaş, A. Behzat Şahin
Abstract:
This study is about a single component cylindrical structured lens with gradient curve which we used for bending laser beams. It operates under atmospheric conditions and bends the laser beam independent of temperature, pressure, polarity, polarization, magnetic field, electric field, radioactivity, and gravity. A single piece cylindrical lens that can bend laser beams is invented. Lenses are made of transparent, tinted or colored glasses and used for undermining or absorbing the energy of the laser beams.Keywords: laser, bending, lens, light, nonlinear optics
Procedia PDF Downloads 4883114 Ion Beam Induced 2D Mesophase Patterning of Nanocrystallites in Polymer
Authors: Srutirekha Giri, Manoranjan Sahoo, Anuradha Das, Pravanjan Mallick, Biswajit Mallick
Abstract:
Ion Beam (IB) technique is a very powerful experimental technique for both material synthesis and material modifications. In this work, 3MeV proton beam was generated using the 3MV Tandem machine of the Institute of Physics, Bhubaneswar and extracted into air for the irradiation-induced modification purpose[1]. The polymeric material can be modeled for a three-phase system viz. crystalline(I), amorphous(II) and mesomorphic(III). So far, our knowledge is concerned. There are only few techniques reported for the synthesis of this third-phase(III) of polymer. The IB induced technique is one of them and has been reported very recently [2-4]. It was observed that by irradiating polyethylene terephthalate (PET) fiber at very low proton fluence, 10¹⁰ - 10¹² p/s, possess 2D mesophase structure. This was confirmed using X-ray diffraction technique. A low-intensity broad peak was observed at small angle of about 2θ =6º, when the fiber axis was mounted parallel to the X-ray direction. Such peak vanished in the diffraction spectrum when the fiber axis was mounted perpendicular to the beam direction. The appearance of this extra peak in a particular orientation confirms that the phase is 2-dimensionally oriented (mesophase). It is well known that the mesophase is a 2-dimensionally ordered structure but 3-dimensionally disordered. Again, the crystallite of the mesophase peak particle was measured about 3nm. The MeV proton-induced 2D mesophase patterning of nanocrystallites (3nm) of PET due to irradiation was observed within the above low fluence range and failed in high proton fluence. This is mainly due to the breaking of crystallites, radiation-induced thermal degradation, etc.Keywords: Ion irradiation, mesophase, nanocrystallites, polymer
Procedia PDF Downloads 2033113 Numerical Investigation of Fluid Flow, Characteristics of Thermal Performance and Enhancement of Heat Transfer of Corrugated Pipes with Various Geometrical Configurations
Authors: Ahmed Ramadhan Al-Obaidi, Jassim Alhamid
Abstract:
In this investigation, the flow pattern, characteristics of thermal-hydraulic, and improvement of heat transfer performance are evaluated using a numerical technique in three dimensions corrugated pipe heat exchanger. The modification was made under different corrugated pipe geometrical parameters, including corrugated ring angle (CRA), distance between corrugated ring (DBCR), and corrugated diameter (CD), the range of Re number from 2000 to 12000. The numerical results are validated with available experimental data. The numerical outcomes reveal that there is an important change in flow field behaviour and a significant increase in friction factor and improvement in heat transfer performance owing to the use of the corrugated shape in the heat exchanger pipe as compared to the conventional smooth pipe. Using corrugated pipe with different configurations makes the flow more turbulence, flow separation, boundary layer distribution, flow mixing, and that leads to augmenting the performance of heat transfer. Moreover, the value of pressure drop, and the Nusselt number increases as the corrugated pipe geometrical parameters increase. Furthermore, the corrugation configuration shapes have an important influence on the thermal evaluation performance factor, and the maximum value was more than 1.3. Numerical simulation can be performed to predict the various geometrical configurations effects on fluid flow, thermal performance, and heat transfer enhancement.Keywords: corrugated ring angle, corrugated diameter, Nusselt number, heat transfer
Procedia PDF Downloads 1433112 Efficient Fake News Detection Using Machine Learning and Deep Learning Approaches
Authors: Chaima Babi, Said Gadri
Abstract:
The rapid increase in fake news continues to grow at a very fast rate; this requires implementing efficient techniques that allow testing the re-liability of online content. For that, the current research strives to illuminate the fake news problem using deep learning DL and machine learning ML ap-proaches. We have developed the traditional LSTM (Long short-term memory), and the bidirectional BiLSTM model. A such process is to perform a training task on almost of samples of the dataset, validate the model on a subset called the test set to provide an unbiased evaluation of the final model fit on the training dataset, then compute the accuracy of detecting classifica-tion and comparing the results. For the programming stage, we used Tensor-Flow and Keras libraries on Python to support Graphical Processing Units (GPUs) that are being used for developing deep learning applications.Keywords: machine learning, deep learning, natural language, fake news, Bi-LSTM, LSTM, multiclass classification
Procedia PDF Downloads 953111 A Detailed Experimental Study and Evaluation of Springback under Stretch Bending Process
Authors: A. Soualem
Abstract:
The design of multi stage deep drawing processes requires the evaluation of many process parameters such as the intermediate die geometry, the blank shape, the sheet thickness, the blank holder force, friction, lubrication etc..These process parameters have to be determined for the optimum forming conditions before the process design. In general sheet metal forming may involve stretching drawing or various combinations of these basic modes of deformation. It is important to determine the influence of the process variables in the design of sheet metal working process. Especially, the punch and die corner for deep drawing will affect the formability. At the same time the prediction of sheet metals springback after deep drawing is an important issue to solve for the control of manufacturing processes. Nowadays, the importance of this problem increases because of the use of steel sheeting with high stress and also aluminum alloys. The aim of this paper is to give a better understanding of the springback and its effect in various sheet metals forming process such as expansion and restraint deep drawing in the cup drawing process, by varying radius die, lubricant for two commercially available materials e.g. galvanized steel and Aluminum sheet. To achieve these goals experiments were carried out and compared with other results. The original of our purpose consist on tests which are ensured by adapting a U-type stretching-bending device on a tensile testing machine, where we studied and quantified the variation of the springback.Keywords: springback, deep drawing, expansion, restricted deep drawing
Procedia PDF Downloads 4543110 Voltage Controlled Ring Oscillator for RF Applications in 0.18 µm CMOS Technology
Authors: Mohammad Arif Sobhan Bhuiyan, Zainal Abidin Nordin, Mamun Bin Ibne Reaz
Abstract:
A compact and power efficient high performance Voltage Controlled Oscillator (VCO) is a must in analog and digital circuits especially in the communication system, but the best trade-off among the performance parameters is a challenge for researchers. In this paper, a design of a compact 3-stage differential voltage controlled ring oscillator (VCRO) with low phase noise, low power and higher tuning bandwidth is proposed in 0.18 µm CMOS technology. The VCRO is designed with symmetric load and positive feedback techniques to achieve higher gain and minimum delay. The proposed VCRO can operate at tuning range of 3.9-5.0 GHz at 1.6 V supply voltage. The circuit consumes only 1.0757 mW of power and produces -129 dbc/Hz. The total active area of the proposed VCRO is only 11.74 x 37.73 µm2. Such a VCO can be the best choice for compact and low-power RF applications.Keywords: CMOS, VCO, VCRO, oscillator
Procedia PDF Downloads 4763109 Effect of Different FRP Wrapping and Thickness of Concrete Cover on Fatigue Bond Strength of Spliced Concrete Beam
Authors: Rayed Alyousef, Tim Topper, Adil Al-Mayah
Abstract:
This paper presents results of an ongoing research program at University of Waterloo to study the effect of external FRP sheet wrap confinement along a lap splice of reinforced concrete (RC) beams on their fatigue bond strength. Fatigue loading of RC beams containing a lap splice resulted in an increase in the number and width of cracks, an increase in deflection and a decrease of the bond strength between the steel rebar and the surrounding concrete. The phase of the research described here consists of monotonic and fatigue tests of thirty two reinforced concrete beam with dimensions 2200⨉350⨉250 mm. Each beam was reinforced with two 20M bars lap spliced in the constant moment region of the tension zone and two 10M bars in the compression zone outside the constant moment region. The test variables were the presence or absence of a FRP wrapping, the type of the FRP wrapping (GFRP or CFRP), the type of loading and the fatigue load range. The test results for monotonic loading showed that the stiffness of all beams was almost same, but that the FRP sheet wrapping increased the bond strength and the deflection at ultimate load. All beams tested under fatigue loading failed by a bond failure except one CFRP wrapped beam that failed by fatigue of the main reinforcement. The FRP sheet increased the bond strength for all specimens under fatigue loading.Keywords: lap splice, bond strength, fatigue loading, FRP
Procedia PDF Downloads 2933108 Sleep Tracking AI Application in Smart-Watches
Authors: Sumaiya Amir Khan, Shayma Al-Sharif, Samiha Mazher, Neha Intikhab Khan
Abstract:
This research paper aims to evaluate the effectiveness of sleep-tracking AI applications in smart-watches. It focuses on comparing the sleep analyses of two different smartwatch brands, Samsung and Fitbit, and measuring sleep at three different stages – REM (Rapid-Eye-Movement), NREM (Non-Rapid-Eye-Movement), and deep sleep. The methodology involves the participation of different users and analyzing their sleep data. The results reveal that although light sleep is the longest stage, deep sleep is higher than average in the participants. The study also suggests that light sleep is not uniform, and getting higher levels of deep sleep can prevent debilitating health conditions. Based on the findings, it is recommended that individuals should aim to achieve higher levels of deep sleep to maintain good health. Overall, this research contributes to the growing literature on the effectiveness of sleep-tracking AI applications and their potential to improve sleep quality.Keywords: sleep tracking, lifestyle, accuracy, health, AI, AI features, ML
Procedia PDF Downloads 803107 Isolated Contraction of Deep Lumbar Paraspinal Muscle with Magnetic Nerve Root Stimulation: A Pilot Study
Authors: Shi-Uk Lee, Chae Young Lim
Abstract:
Objective: The aim of this study was to evaluate the changes of lumbar deep muscle thickness and cross-sectional area using ultrasonography with magnetic stimulation. Methods: To evaluate the changes of lumbar deep muscle by using magnetic stimulation, 12 healthy volunteers (39.6±10.0 yrs) without low back pain during 3 months participated in this study. All the participants were checked with X-ray and electrophysiologic study to confirm that they had no problems with their back. Magnetic stimulation was done on the L5 and S1 root with figure-eight coil as previous study. To confirm the proper motor root stimulation, the surface electrode was put on the tibialis anterior (L5) and abductor hallucis muscles (S1) and the hot spots of magnetic stimulation were found with 50% of maximal magnetic stimulation and determined the stimulation threshold lowering the magnetic intensity by 5%. Ultrasonography was used to assess the changes of L5 and S1 lumbar multifidus (superficial and deep) cross-sectional area and thickness with maximal magnetic stimulation. Cross-sectional area (CSA) and thickness was evaluated with image acquisition program, ImageJ software (National Institute of Healthy, USA). Wilcoxon signed-rank was used to compare outcomes between before and after stimulations. Results: The mean minimal threshold was 29.6±3.8% of maximal stimulation intensity. With minimal magnetic stimulation, thickness of L5 and S1 deep multifidus (DM) were increased from 1.25±0.20, 1.42±0.23 cm to 1.40±0.27, 1.56±0.34 cm, respectively (P=0.005, P=0.003). CSA of L5 and S1 DM were also increased from 2.26±0.18, 1.40±0.26 cm2 to 2.37±0.18, 1.56±0.34 cm2, respectively (P=0.002, P=0.002). However, thickness of L5 and S1 superficial multifidus (SM) were not changed from 1.92±0.21, 2.04±0.20 cm to 1.91±0.33, 1.96±0.33 cm (P=0.211, P=0.199) and CSA of L5 and S1 were also not changed from 4.29±0.53, 5.48±0.32 cm2 to 4.42±0.42, 5.64±0.38 cm2. With maximal magnetic stimulation, thickness of L5, S1 of DM and SM were increased (L5 DM, 1.29±0.26, 1.46±0.27 cm, P=0.028; L5 SM, 2.01±0.42, 2.24±0.39 cm, P=0.005; S1 DM, 1.29±0.19, 1.67±0.29 P=0.002; S1 SM, 1.90±0.36, 2.30±0.36, P=0.002). CSA of L5, S1 of DM and SM were also increased (all P values were 0.002). Conclusions: Deep lumbar muscles could be stimulated with lumbar motor root magnetic stimulation. With minimal stimulation, thickness and CSA of lumbosacral deep multifidus were increased in this study. Further studies are needed to confirm whether the similar results in chronic low back pain patients are represented. Lumbar magnetic stimulation might have strengthening effect of deep lumbar muscles with no discomfort.Keywords: magnetic stimulation, lumbar multifidus, strengthening, ultrasonography
Procedia PDF Downloads 3713106 In situ Ortho-Quinone Methide Reactions for Construction of Flavonoids with Fused Ring Systems
Authors: Vidia A. Nuraini, Eugene M. H. Yee, Mohan Bhadbhade, David StC. Black, Naresh Kumar
Abstract:
Flavonoids are naturally occurring compounds that have been shown to exhibit a wide range of biological properties including anticancer and anti-inflammatory activities. However, flavonoids suffer from low bioavailability, which limits their overall utility for therapeutic applications. One of the methods to overcome this limitation is through structural modification of natural flavonoids. In this study, flavanone, isoflavanone, and isoflavene, were structurally modified through the introduction of additional fused-ring systems via ortho-quinone methide intermediates (o-QMs). These intermediates can readily undergo a [4+2] cycloaddition through an inverse-electron-demand Diels–Alder reaction with electron-rich dienophiles. A regioselective Mannich reaction using bis-(N,N-dimethylamino)methane was employed to generate the o-QM precursors of flavanone, isoflavanone, and isoflavene. The o-QM intermediates were subsequently generated in situ through thermal elimination of the dimethylamine functionality and reacted with a variety of dienophiles to produce novel flavonoids with fused-ring systems. A total of 21 novel flavonoid analogs were successfully synthesized. The X-ray crystal structure of cycloaddition adducts, particularly those derived from 3,4-dihydro-2H-pyran and p-methoxystyrene revealed a special case of enantiomeric disorder, where two enantiomers in equal amounts superpose with one another, with the exception for atoms that have opposite configuration. The anticancer properties of fused-ring systems derived from isoflavene were evaluated against the neuroblastoma SKN-BE(2)C, the triple negative breast cancer MDA-MB-231, and the glioblastoma U87 cancer cell lines. One of these cycloaddition adducts had displayed improved anti-proliferative activity against MDA-MB-231 and U87 cancer cell lines as compared to the parent compound. Further anticancer and anti-inflammatory activities of the flavanone and isoflavanone analogs are currently being investigated.Keywords: Diels-Alder reaction, flavonoids, Mannich reaction, ortho-quinone methide.
Procedia PDF Downloads 2513105 Breast Cancer Prediction Using Score-Level Fusion of Machine Learning and Deep Learning Models
Authors: Sam Khozama, Ali M. Mayya
Abstract:
Breast cancer is one of the most common types in women. Early prediction of breast cancer helps physicians detect cancer in its early stages. Big cancer data needs a very powerful tool to analyze and extract predictions. Machine learning and deep learning are two of the most efficient tools for predicting cancer based on textual data. In this study, we developed a fusion model of two machine learning and deep learning models. To obtain the final prediction, Long-Short Term Memory (LSTM) and ensemble learning with hyper parameters optimization are used, and score-level fusion is used. Experiments are done on the Breast Cancer Surveillance Consortium (BCSC) dataset after balancing and grouping the class categories. Five different training scenarios are used, and the tests show that the designed fusion model improved the performance by 3.3% compared to the individual models.Keywords: machine learning, deep learning, cancer prediction, breast cancer, LSTM, fusion
Procedia PDF Downloads 1633104 Analysis of Process Methane Hydrate Formation That Include the Important Role of Deep-Sea Sediments with Analogy in Kerek Formation, Sub-Basin Kendeng, Central Java, Indonesia
Authors: Yan Bachtiar Muslih, Hangga Wijaya, Trio Fani, Putri Agustin
Abstract:
Demand of Energy in Indonesia always increases 5-6% a year, but production of conventional energy always decreases 3-5% a year, it means that conventional energy in 20-40 years ahead will not able to complete all energy demand in Indonesia, one of the solve way is using unconventional energy that is gas hydrate, gas hydrate is gas that form by biogenic process, gas hydrate stable in condition with extremely depth and low temperature, gas hydrate can form in two condition that is in pole condition and in deep-sea condition, wherein this research will focus in gas hydrate that association with methane form methane hydrate in deep-sea condition and usually form in depth between 150-2000 m, this research will focus in process of methane hydrate formation that is biogenic process and the important role of deep-sea sediment so can produce accumulation of methane hydrate, methane hydrate usually will be accumulated in find sediment in deep-sea environment with condition high-pressure and low-temperature this condition too usually make methane hydrate change into white nodule, methodology of this research is geology field work and laboratory analysis, from geology field work will get sample data consist of 10-15 samples from Kerek Formation outcrops as random for imagine the condition of deep-sea environment that influence the methane hydrate formation and also from geology field work will get data of measuring stratigraphy in outcrops Kerek Formation too from this data will help to imagine the process in deep-sea sediment like energy flow, supply sediment, and etc, and laboratory analysis is activity to analyze all data that get from geology field work, the result of this research can used to exploration activity of methane hydrate in another prospect deep-sea environment in Indonesia.Keywords: methane hydrate, deep-sea sediment, kerek formation, sub-basin of kendeng, central java, Indonesia
Procedia PDF Downloads 4623103 A Green Approach towards the Production of CaCO₃ Scaffolds for Bone Tissue Engineering
Authors: Sudhir Kumar Sharma, Abiy D. Woldetsadik, Mazin Magzoub, Ramesh Jagannathan
Abstract:
It is well known that bioactive ceramics exhibit specific biological affinities, especially in the area of tissue re-generation. In this context, we report the development of an eminently scalable, novel, supercritical CO₂ based process for the fabrication of hierarchically porous 'soft' CaCO₃ scaffolds. Porosity at the macro, micro, and nanoscales was obtained through process optimization of the so-called 'coffee-ring effect'. Exposure of these CaCO₃ scaffolds to monocytic THP-1 cells yielded negligible levels of tumor necrosis factor-alpha (TNF-α) thereby confirming the lack of immunogenicity of the scaffolds. ECM protein treatment of the scaffolds showed enhanced adsorption comparable to standard control such as glass. In vitro studies using osteoblast precursor cell line, MC3T3, also demonstrated the cytocompatibility of hierarchical porous CaCO₃ scaffolds.Keywords: supercritical CO2, CaCO3 scaffolds, coffee-ring effect, ECM proteins
Procedia PDF Downloads 3033102 Pyrazolylpyrazolines: Design, Synthesis and Biological Evaluation as Dual Acting Antimalarial-Antileishmanial Agents
Authors: Adnan Bekhit, Eskedar Lodebo, Ariaya Hymete, Hanan Ragab, Alaa El-Din Bekhit
Abstract:
Malaria and leishmaniasis have emerged as serious universal health problems throughout history of mankind. According to the WHO 2008 malarial report, half of the world population is at risk of malarial infection with an estimate of 1 million deaths occurring annually mainly in the African region. Furthermore, 12-15 million people are infected with Leishmaniasis worldwide. Despite the continuous introduction of a large number of agents for the treatment of malaria, there is still unmet medical needs due to the emergence of resistance. Resistance has occurred for almost all therapeutic agents approved for the treatment of malaria. Accordingly, it was the aim of this work to design and synthesis a group of antimalarial-antileshmanial agents that would show inhibitory activity against chloroquine-resistant strain of Plasmodium falciparum. The synthesized compounds were designed to contain a pyrazolylpyrazoline moiety having an aromatic group (p-tolyl or p-chlorophenyl) at N1-position of one pyrazoline ring due to the reports of promising activities of such compounds. A formyl or acyl substituent was introduced at the N1-position of the other pyrazoline ring, to investigate the effect of bulkiness of acyl substituents at this position. The synthesized compounds were evaluated for their in-vivo antimalarial activity against Plasmodium berghei infected mice at dose levels of 20 and 30 mg/Kg. the two most active compounds were evaluated for their antimalarial activity against chloroquin-resistant strain (RKL9) of Plasmodium falciparum. In addition, the synthesized compounds were tested for their in-vitro antileshmanial activity against Leishmania aethiopica promastigotes and amastigotes. For both antimalarial and antileishmanial activities, compounds having an N1-p-tolyl group at the first pyrazoline ring did not require bulkiness at the second pyrazoline ring nitrogen where the compound bearing an acetyl group proved to be the most active of the whole series. On the other hand, bulkiness at the N1-position of the second pyazoline ring was necessary in case of compounds carrying the p-chlorophenyl group, where the two derivatives having an N1-butanoyl and an N1-benzoyl moieties at the second pyrazoline showed the best activity. Furthermore, the toxicity of the active compounds were tested and were proved to be non-toxic at 125, 250 and 500 mg/Kg. In addition, docking of the most active compound (having a p-tolyl group at the first pyrazoline-N and an acetyl moiety on the other pyrazoline-N) was performed against dihydrofolate reductase enzyme.Keywords: pyrazoline derivatives, in-vivo antimalarial activity, docking, dihydrofolate reductase
Procedia PDF Downloads 3413101 Thermal Performance of Radial Heat Sinks for LED Applications
Authors: Jongchul Park, Chan Byon
Abstract:
In this study, the thermal performance of radial heat sinks for LED applications is investigated numerically and experimentally. The effect of geometrical parameters such as inner radius, fin height, fin length, and fin spacing, as well as the Elenbaas number, is considered. In addition, the effects of augmentation of concentric ring, perforation, and duct are extensively explored in order to enhance the thermal performance of conventional radial heat sink. The results indicate that the Elenbaas number and the fin radius have a significant effect on the thermal performance of the heat sink. The concentric ring affects the performance much, but the degree of affection is highly dependent on the orientation. The perforation always brings about higher thermal performance. The duct can effectively prevent the bypass of the natural convection flow, which in turn reduces the thermal resistance of the radial heat sink significantly.Keywords: heat transfer, radial heat sink, LED, Elenbaas
Procedia PDF Downloads 4053100 A Deep Learning Approach for Optimum Shape Design
Authors: Cahit Perkgöz
Abstract:
Artificial intelligence has brought new approaches to solving problems in almost every research field in recent years. One of these topics is shape design and optimization, which has the possibility of applications in many fields, such as nanotechnology and electronics. A properly constructed cost function can eliminate the need for labeled data required in deep learning and create desired shapes. In this work, the network parameters are optimized differentially, which differs from traditional approaches. The methods are tested for physics-related structures and successful results are obtained. This work is supported by Eskişehir Technical University scientific research project (Project No: 20ADP090)Keywords: deep learning, shape design, optimization, artificial intelligence
Procedia PDF Downloads 1533099 Deep Learning and Accurate Performance Measure Processes for Cyber Attack Detection among Web Logs
Authors: Noureddine Mohtaram, Jeremy Patrix, Jerome Verny
Abstract:
As an enormous number of online services have been developed into web applications, security problems based on web applications are becoming more serious now. Most intrusion detection systems rely on each request to find the cyber-attack rather than on user behavior, and these systems can only protect web applications against known vulnerabilities rather than certain zero-day attacks. In order to detect new attacks, we analyze the HTTP protocols of web servers to divide them into two categories: normal attacks and malicious attacks. On the other hand, the quality of the results obtained by deep learning (DL) in various areas of big data has given an important motivation to apply it to cybersecurity. Deep learning for attack detection in cybersecurity has the potential to be a robust tool from small transformations to new attacks due to its capability to extract more high-level features. This research aims to take a new approach, deep learning to cybersecurity, to classify these two categories to eliminate attacks and protect web servers of the defense sector which encounters different web traffic compared to other sectors (such as e-commerce, web app, etc.). The result shows that by using a machine learning method, a higher accuracy rate, and a lower false alarm detection rate can be achieved.Keywords: anomaly detection, HTTP protocol, logs, cyber attack, deep learning
Procedia PDF Downloads 2113098 Count of Trees in East Africa with Deep Learning
Authors: Nubwimana Rachel, Mugabowindekwe Maurice
Abstract:
Trees play a crucial role in maintaining biodiversity and providing various ecological services. Traditional methods of counting trees are time-consuming, and there is a need for more efficient techniques. However, deep learning makes it feasible to identify the multi-scale elements hidden in aerial imagery. This research focuses on the application of deep learning techniques for tree detection and counting in both forest and non-forest areas through the exploration of the deep learning application for automated tree detection and counting using satellite imagery. The objective is to identify the most effective model for automated tree counting. We used different deep learning models such as YOLOV7, SSD, and UNET, along with Generative Adversarial Networks to generate synthetic samples for training and other augmentation techniques, including Random Resized Crop, AutoAugment, and Linear Contrast Enhancement. These models were trained and fine-tuned using satellite imagery to identify and count trees. The performance of the models was assessed through multiple trials; after training and fine-tuning the models, UNET demonstrated the best performance with a validation loss of 0.1211, validation accuracy of 0.9509, and validation precision of 0.9799. This research showcases the success of deep learning in accurate tree counting through remote sensing, particularly with the UNET model. It represents a significant contribution to the field by offering an efficient and precise alternative to conventional tree-counting methods.Keywords: remote sensing, deep learning, tree counting, image segmentation, object detection, visualization
Procedia PDF Downloads 723097 An Approximate Lateral-Torsional Buckling Mode Function for Cantilever I-Beams
Authors: H. Ozbasaran
Abstract:
Lateral torsional buckling is a global stability loss which should be considered in the design of slender structural members under flexure about their strong axis. It is possible to compute the load which causes lateral torsional buckling of a beam by finite element analysis, however, closed form equations are needed in engineering practice. Such equations can be obtained by using energy method. Unfortunately, this method has a vital drawback. In lateral torsional buckling applications of energy method, a proper function for the critical lateral torsional buckling mode should be chosen which can be thought as the variation of twisting angle along the buckled beam. The accuracy of the results depends on how close is the chosen function to the exact mode. Since critical lateral torsional buckling mode of the cantilever I-beams varies due to material properties, section properties, and loading case, the hardest step is to determine a proper mode function. This paper presents an approximate function for critical lateral torsional buckling mode of doubly symmetric cantilever I-beams. Coefficient matrices are calculated for the concentrated load at the free end, uniformly distributed load and constant moment along the beam cases. Critical lateral torsional buckling modes obtained by presented function and exact solutions are compared. It is found that the modes obtained by presented function coincide with differential equation solutions for considered loading cases.Keywords: buckling mode, cantilever, lateral-torsional buckling, I-beam
Procedia PDF Downloads 3683096 Design, Synthesis and Anti-Inflammatory Activity of Some Coumarin and Flavone Derivatives Containing 1,4 Dioxane Ring System
Authors: Asif Husain, Shah Alam Khan
Abstract:
Coumarins and flavones are oxygen containing heterocyclic compounds which are present in various biologically active compounds. Both the heterocyclic rings are associated with diverse biological actions, therefore considered as an important scaffold for the design of molecules of pharmaceutical interest. Aim: To synthesize and evaluate the in vivo anti-inflammatory activity of few coumrain and flavone derivatives containing 1,4 dioxane ring system. Materials and methods: Coumarin derivatives (3a-d) were synthesized by reacting 7,8 dihydroxy coumarin (2a) and its 4-methyl derivative (2b) with epichlorohydrin/ethylene dibromide. The flavone derivatives (10a-d) were prepared by using quercetin and 3,4 dihydroxy flavones. Compounds of both the series were also evaluated for their anti-inflammatory, analgesic activity and ulcerogenicity in animal models by reported methods. Results and Discussion: The structures of all newly synthesized compounds were confirmed with the help of IR, 1H NMR, 13C NMR and Mass spectral studies. Elemental analyses data for each element analyzed (C, H, N) was found to be within acceptable range of ±0.4 %. Flavone derivatives, but in particular quercetin containing 1,4 dioxane ring system (10d) showed better anti-inflammatory and analgesic activity along with reduced gastrointestinal toxicity as compared to other synthesized compounds. The results of anti-inflammatory and analgesic activities of both the series are comparable with the positive control, diclofenac. Conclusion: Compound 10d, a quercetin derivative, emerged as a lead molecule which exhibited potent anti-inflammatory and analgesic activity with significant reduced gastric toxicity.Keywords: analgesic, anti-inflammatory, 1, 4 dioxane, coumarin, flavone
Procedia PDF Downloads 3273095 Deep Learning Approaches for Accurate Detection of Epileptic Seizures from Electroencephalogram Data
Authors: Ramzi Rihane, Yassine Benayed
Abstract:
Epilepsy is a chronic neurological disorder characterized by recurrent, unprovoked seizures resulting from abnormal electrical activity in the brain. Timely and accurate detection of these seizures is essential for improving patient care. In this study, we leverage the UK Bonn University open-source EEG dataset and employ advanced deep-learning techniques to automate the detection of epileptic seizures. By extracting key features from both time and frequency domains, as well as Spectrogram features, we enhance the performance of various deep learning models. Our investigation includes architectures such as Long Short-Term Memory (LSTM), Bidirectional LSTM (Bi-LSTM), 1D Convolutional Neural Networks (1D-CNN), and hybrid CNN-LSTM and CNN-BiLSTM models. The models achieved impressive accuracies: LSTM (98.52%), Bi-LSTM (98.61%), CNN-LSTM (98.91%), CNN-BiLSTM (98.83%), and CNN (98.73%). Additionally, we utilized a data augmentation technique called SMOTE, which yielded the following results: CNN (97.36%), LSTM (97.01%), Bi-LSTM (97.23%), CNN-LSTM (97.45%), and CNN-BiLSTM (97.34%). These findings demonstrate the effectiveness of deep learning in capturing complex patterns in EEG signals, providing a reliable and scalable solution for real-time seizure detection in clinical environments.Keywords: electroencephalogram, epileptic seizure, deep learning, LSTM, CNN, BI-LSTM, seizure detection
Procedia PDF Downloads 143094 Isotopic Evidence (He, Ne, Ar) for Deep Fluid in the Caucasus Continental Collision Zone
Authors: Larisa Liamina, Vasily Lavrushin, Salvatore Inguaggiato
Abstract:
This study presents and summarizes the results of researching the isotopic signature of helium in the deep fluid eastern part of the Southern slope of the Greater Caucasus and the Lesser Caucasus (Azerbaijan and Armenia) for the period from 2010 to 2016. The results of isotope ratios of 3He/4He in 59 samples of the gas phase of geothermal fluids and mud volcanoes are presented. New data have been obtained not only on the isotopic ratios of helium, but also neon and argon. The R/Ra ratio was analyzed along the Ankara-Sevan ophiolite structure. The patterns of lateral variations of the 3He/4He ratio of different geological structural elements of the studied region are revealed.Keywords: isotopes helium, deep fluids, tectonic structures, Caucasus
Procedia PDF Downloads 45