Nur Alamsyah’s research while affiliated with Telkom University and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (23)


Supervised Learning for Emotional Prediction and Feature Importance Analysis Using SHAP on Social Media User Data
  • Article

December 2024

·

4 Reads

Ingénierie des systèmes d information

Erna Hikmawati

·

Nur Alamsyah

Natural Gas Dataset
Natural Gas Stock Price Datasets
Comparison of the Number of Epochs and Losses
Comparison of LSTM Model Training Results
ACTIVATION FUNCTION IN LSTM FOR IMPROVED FORECASTING OF CLOSING NATURAL GAS STOCK PRICES
  • Article
  • Full-text available

August 2024

·

42 Reads

·

1 Citation

JITK (Jurnal Ilmu Pengetahuan dan Teknologi Komputer)

The closing price of natural gas stocks greatly influences investment decisions and the energy industry. Predicting prices correctly can greatly help investors, market participants, and all parties involved, as it allows for making better decisions and optimizing investment portfolios. By using deep learning methods to role model various LSTM activation functions, such as Sigmoid, ReLU, and Tanh, this exploration will hopefully help understand complex patterns in time series data. By finding an appropriate forecasting method, all parties involved can reduce the environmental impact. The experimental results show that the model with ReLU activation function has the highest R2 value of 0.960 in both the training and test sets, and the model with Tanh activation function is also successful, with R2 values of 0.950 in the training set and 0.949 in the test set, and an MSE of 0.002. The model with the sigmoid activation function was slightly lower, with R2 values of 0.931 in the training set and 0.943 in the test set, and an MSE of 0.003. These findings indicate that the LSTM model with the ReLU activation function is considered better for predicting the closing price of natural gas stocks. These findings may help investors, stakeholders, and market participants choose the most accurate model to predict the closing price of natural gas stocks.

Download

Analisis Sentimen Publik pada Media Sosial Twitter Terhadap Tiket.com Menggunakan Algoritma Klasifikasi

April 2024

·

209 Reads

Jurnal Informatika

Analisis sentimen merupakan proses identifikasi emosional seseorang terhadap suatu objek yang akan menghasilkan sentimen positif, negatif dan netral. Kemajuan teknologi ini tentu memberikan pengaruh terhadap berbagai pelaku bisnis untuk saling mengintegrasikan sistem bisnisnya satu sama lain, salah satunya Tiket.com. Hal tersebut tentu menghasilkan sentimen dari masyarakat Indonesia yang diunggah pada platform media sosial Twitter, sehingga membantu individu maupun organisasi dalam mengambil keputusan. Penelitian ini dilakukan untuk mengetahui klasifikasi sentimen masyarakat Indonesia terhadap Tiket.com menggunakan algoritma Naïve Bayes Classifier (NBC), K-Nearest Neighbor (KNN), Support Vector Machine (SVM) dan Random Forest (RF). Berdasarkan perhitungan data sentimen terhadap Tiket.com terdapat 90.3% sentimen positif dan 9.7% sentimen negatif. Persentase tersebut menunjukkan bahwa Tiket.com cukup berpengaruh positif terhadap penggunanya. Berdasarkan hasil pengujian algoritma klasifikasi, diketahui NBC memperoleh tingkat akurasi sebesar 88%, KNN dengan nilai k = 11 mendapatkan akurasi sebesar 91%, SVM menghasilkan tingkat akurasi sebesar 92%, dan tingkat akurasi RF mencapai 93% dengan n_estimators = 100. Kesimpulan pada penelitian ini, Random Forest merupakan algoritma yang memiliki tingkat akurasi paling tinggi dibanding dengan algoritma klasifikasi lain.



Event Detection Related Work
Description of twitter dataset (X)
Ensemble Stacking Model Evaluation
Evaluation Metrics BERT Model
Event Detection Optimization Through Stacking Ensemble and BERT Fine-tuning For Dynamic Pricing of Airline Tickets

January 2024

·

8 Reads

IEEE Access

Dynamic pricing of airline tickets in competitive markets requires innovation that responds to market changes. Dynamic pricing is also influenced by public events, such as sporting events, music concerts, and more. This study aims to increase airline ticket revenue by optimizing flight occupancy during events. The data used is obtained from social media platform Twitter (X), with eight event classifications: soccer events, music concerts, volcanic eruptions, earthquakes, riots, floods, motorcycle racing, and others (non-events). We used a stacking ensemble method for data labeling and fine-tuned the BERT model for event detection. The stacking ensemble method achieved an accuracy rate of 0.99, while the fine-tuned BERT model produced an accuracy rate of 0.94. These results show a significant contribution to improving the accuracy and effectiveness of dynamic pricing. These findings not only offer a solution to the dynamic pricing challenge but also open opportunities to increase revenue by understanding event sentiment, providing competitiveness and flexibility in a dynamic market. With a focus on accurate event detection, this research paves the way for the development of more intelligent and adaptive dynamic pricing models by combining the strengths of the Stacking Ensemble labeling technique and BERT model fine-tuning to improve model accuracy.





SISTEM PENDETEKSI KEBOCORAN TABUNG GAS ELPIJI (LPG) BERBASIS NODEMCU DAN TELEGRAM

July 2023

·

52 Reads

·

2 Citations

NUANSA INFORMATIKA

The increasing population level of society makes the level of public consumption of natural resources also increase, in this case the increase occurs in the use of LPG (Liquefied Petroleum Gas) fuel. With the increasing use of LPG fuel, it is possible for fires to occur caused by LPG gas leaks. However, not all LPG gas cylinder providers provide additional safety systems on the LPG cylinders they sell. So an LPG gas leak detection device and a system that can provide information in the event of an LPG cylinder leak are needed. For this reason, an LPG gas leak detection device is made using a Telegram notification system, and an MQ-2 Sensor that can detect LPG gas and provide an alarm sound and LED indicator and LCD display display. so that it can provide a warning if the owner of the LPG cylinder is outside the house. All of these components are controlled using a Nodemcu Microcontroller. This tool has the advantage of being easy to use and compatible with all Telegram-based communication devices.


Figure 2. Client Page
Figure 4. Purchase Order Client Page 5. Report Page Figure 5 below is the Report management page where the finance director can release data in excel form and also search for reports.
E Purchasing Application to Improve Company Performance

June 2023

·

143 Reads

·

1 Citation

Formosa Journal of Applied Sciences

This research aims to create a web-based purchasing application. With the current purchasing system, there are often errors in data processing and also difficulties in searching for documents because there is no use of databases in the system. Therefore, an application is needed in the management of web-based purchasing data with the warerfall development method. While the analysis and design of the application is done with an object-oriented approach described by UML notation. This system is made using the php programming language and MySql database, the result of this research is the creation of a web-based data processing application that can be used by companies to facilitate the data processing process.


Citations (20)


... Recent research shows the importance of combining activation functions and optimization techniques in LSTM models to improve the accuracy of price predictions. The ReLU activation function is proven to provide the best performance in predicting the closing price of natural gas stocks with the highest R² value compared to the Sigmoid and Tanh activation functions [13]. Uning of the ReLU activation function and the Nadam optimizer on the Bi-LSTM model also gives the best results in BTCL stock price prediction [14]. ...

Reference:

COMPARISON OF ACTIVATION AND OPTIMIZER PERFORMANCE IN LSTM MODEL FOR PURE BEEF PRICE PREDICTION
ACTIVATION FUNCTION IN LSTM FOR IMPROVED FORECASTING OF CLOSING NATURAL GAS STOCK PRICES

JITK (Jurnal Ilmu Pengetahuan dan Teknologi Komputer)

... Data preparation is an essential phase in data analysis and machine learning that guarantees data quality and uniformity before it is applied to the model [32]. The pd.read_csv function with error handling is used to load the dataset from a CSV file in the first step, addressing troublesome rows. ...

A stacking ensemble model with SMOTE for improved imbalanced classification on credit data
  • Citing Article
  • February 2024

TELKOMNIKA (Telecommunication Computing Electronics and Control)

... According to (Alamsyah, Budiman, et al., 2023), "Hyperparameter optimization can significantly improve model performance, especially in big data applications". This research shows that the combination of optimization techniques with advanced machine learning algorithms such as XGBoost can provide more accurate and reliable predictions. ...

Optimizing Computational Efficiency in Feature Selection for Machine Learning Models: A Study Crime Detection Based on Criminal Data
  • Citing Conference Paper
  • December 2023

... The data splitting process is very important in machine learning to ensure that the built model can be well evaluated and has good generalization to data that has never been seen before [33]. The dataset used in the study is divided into three primary categories: testing, validation, and training data. ...

A Novel Airfare Dataset To Predict Travel Agent Profits Based On Dynamic Pricing
  • Citing Conference Paper
  • August 2023

... Dengan memanfaatkan NodeMCU ESP8266 sebagai mikrokontroler, sistem dapat memantau kondisi gas secara langsung melalui aplikasi berbasis website atau platform komunikasi seperti Telegram. Penelitian yang dilakukan oleh Nuansa Informatika menunjukkan bahwa sistem ini tidak hanya dapat mendeteksi kebocoran, tetapi juga mengirimkan notifikasi kepada pengguna saat terjadi kebocoran [9]. Hal ini memungkinkan pemilik rumah untuk segera mengambil tindakan pencegahan meskipun mereka tidak berada di lokasi. ...

SISTEM PENDETEKSI KEBOCORAN TABUNG GAS ELPIJI (LPG) BERBASIS NODEMCU DAN TELEGRAM

NUANSA INFORMATIKA

... Optimising inventory, resource utilisation and idle time are practical contributions as the exploitation plan identifies and implements supply chain cost-reduction solutions. Organisations may save costs by analysing processes, finding inefficiencies and simplifying through reduction in non-value-added tasks, negotiate favourable supplier contracts and remove waste utilising lean concepts (Alamsyah et al., 2023). Exploitation plans maximise supply chain value and optimises client value by matching goods and services to requirements as this includes finding costeffective methods to increase product quality, customer service and competitiveness (Muñuzuri et al., 2020). ...

E Purchasing Application to Improve Company Performance

Formosa Journal of Applied Sciences

... Situs web yang dikembangkan memberikan pelayanan yang komprehensif kepada konsumen yang mencari informasi tentang apartemen yang ditawarkan. Konsumen dapat dengan mudah mengakses informasi harga, tipe, denah, dan lokasi rumah yang tersedia, serta menggunakan fitur Gmaps untuk navigasi[7].Pengumpulan data dilakukan melalui tiga metode utama: observasi lapangan, wawancara, dan studi dokumentasi. Observasi lapangan melibatkan pengamatan langsung terhadap kondisi geografis dan potensi kebencanaan di wilayah penelitian. ...

Sistem Pendukung Keputusan Pembelian Perumahan Menggunakan Metode Simple Additive Weighting (SAW) Berbasis Website
  • Citing Article
  • June 2023

TEMATIK

... We perform feature analysis using the Pearson correlation to observe linear correlations between features [21]. Finally, we standardize the features so each feature has a similar range [22]. ...

NS-SVM: Bolstering Chicken Egg Harvesting Prediction with Normalization and Standardization

JUITA Jurnal Informatika

... The algorithm in this research was implemented in Python using Google Colab as the platform to run and test the code. The experiment focused on the distribution of sorted data with random search keys [32]. Jump Binary Search, the data needs to be sorted to maximize the efficiency of the algorithm [33]. ...

A Hybrid CNN-LSTM Model With Word-Emoji Embedding For Improving The Twitter Sentiment Analysis on Indonesia's PPKM Policy