Next Article in Journal
Mammographic Segmentation Using WaveCluster
Previous Article in Journal
Modeling and Performance Analysis to Predict the Behavior of a Divisible Load Application in a Cloud Computing Environment
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Agent-Based Fuzzy Collaborative Intelligence Approach for Predicting the Price of a Dynamic Random Access Memory (DRAM) Product

Department of Industrial Engineering and Systems Management, Feng Chia University, Taichung City, 407 Taiwan
Algorithms 2012, 5(2), 304-317; https://doi.org/10.3390/a5020304
Submission received: 9 April 2012 / Revised: 7 May 2012 / Accepted: 9 May 2012 / Published: 24 May 2012

Abstract

:
Predicting the price of a dynamic random access memory (DRAM) product is a critical task to the manufacturer. However, it is not easy to contend with the uncertainty of the price. In order to effectively predict the price of a DRAM product, an agent-based fuzzy collaborative intelligence approach is proposed in this study. In the agent-based fuzzy collaborative intelligence approach, each agent uses a fuzzy neural network to predict the DRAM price based on its view. The agent then communicates its view and forecasting results to other agents with the aid of an automatic collaboration mechanism. According to the experimental results, the overall performance was improved through the agents’ collaboration.

1. Introduction

Dynamic random access memory (DRAM) manufacturing is a very competitive industry. If a DRAM manufacturer is unable to grasp the future price changes, then it may fail because of the substantial losses. Tarui and Tarui [1] found that for DRAM long-term trends do exist and could be approximately modeled. The same phenomenon can also be observed in other industries [2,3,4,5,6,7,8,9,10]. Cupertino [11] was not so optimistic. He claimed that only the turning points in the semiconductor industry could be anticipated somehow. Instead of directly observing price, Grimm [12] and Aizcorbe [13] both proposed quality-adjusted price indexes for some semiconductor devices. Triplett [14] proposed a hedonic price index for some semiconductor products formed from an envelope of demand and supply functions for individual buyers and sellers. Overall, the market for DRAM is highly cyclical. The oversupply of DRAM in the market drives DRAM prices downward. At the same time, there is additional price pressure from personal computer manufacturers. These situations sometimes result in the price of a DRAM product dipping below its production cost, making for a very difficult business environment. In short, there are numerous factors that will affect the price of DRAM [15]. Although it is impossible to consider all these factors at the same time, if we can model DRAM price as a function of some of them, then the function can be used to predict DRAM price. Another common practice is to consider DRAM price changes as a time series, so as to infer the future DRAM price from the historical values. Attempts in this field dated back to Lepselter and Sze [16], in which the π rule is proposed, which described the trend in the average price of packaged DRAM chips as a logarithmic function of time. The π rule states that in the face of rapid price decreases, the peak volume of chips shipped corresponds to a per-chip price of π dollars. The price continues to decline and eventually settles at about π/2 dollars per chip. This nicely described the trends in the prices of DRAMs up to 64 K. Subsequently, Tarui and Tarui [1] modified the π rule and proposed the Bi-rule by considering the fact that bit cost would be reduced by one half with each succeeding DRAM generation. The trends in the prices of DRAMs up to 16 M indeed reflected this fact. However, for DRAMs manufactured with much more advanced technologies, these simple rules did not work very well.
In Chen and Wang [17], some experts predicted the price of a DRAM product during some future periods with fuzzy values, which are then interpolated to determine the prices of the other periods. Such a way is subjective, and suffers from the accumulation in the fuzziness. Ong et al. [18] optimized the configuration of the auto-regressive integrated moving average (ARIMA) approach with a genetic algorithm (GA), and applied it to predict the price of a DRAM product. Chen [15] employed the fuzzy ARIMA (FARIMA) approach proposed by Tseng et al. [19] to accomplish the same task.
In addition, in some occasions, the range covering the actual value needs to be estimated for various managerial purposes. This means the precision of DRAM price forecasting must be elevated as well. Recently, Chen [20] employed the fuzzy linear regression and back propagation network (FLR-BPN) approach that reflected such considerations.
On the other hand, with the widespread array of Internet applications, dealing with disparate data sources is becoming increasingly popular. Furthermore, due to technical limitations, security or privacy considerations, the integral access to a number of sources is often limited [21,22]. For these reasons, Pedrycz [22] proposed the concepts of collaborative computing intelligence and collaborative fuzzy modeling, and developed the so-called fuzzy collaborative system. However, most existing fuzzy collaboration systems are used for clustering, the so-called fuzzy collaborative clustering system [23,24].
This study is aimed at developing an agent-based fuzzy collaborative intelligence approach for forecasting the price of a DRAM product. Fuzzy collaborative forecasting systems for similar purposes have rarely been discussed in the literature, yet they have great potential [25,26,27,28,29,30,31,32,33]. The remainder of this paper is arranged in the following manner. Section 2 provides the details of the agent-based fuzzy collaborative intelligence approach. In Section 3, a real case is used to evaluate the effectiveness of the agent-based fuzzy collaborative intelligence approach. The performances of some existing methods in this field are also examined for a comparison. Section 4 concludes this paper and points out some interesting topics for future work.

2. Methodology

The operating procedure of the agent-based fuzzy collaborative intelligence approach consists of several steps that will be described in the following sections:
(1) The agent-based fuzzy collaborative intelligence approach starts from the formation of the agent group.
(2) Each agent automatically determines the setting 23 of the fuzzy back propagation network (FBPN) reasoning module associated with the agent.
(3) Each agent predicts the DRAM price based on the agent’s view.
(4) Each agent communicates its view and forecasting results to other agents with the aid of the automatic collaboration mechanism. Upon receipt, the agent adjusts its setting, so as to improve the overall performance.
(5) To aggregate the forecasting results, a radial basis function (RBF) network is employed by the automatic collaboration mechanism.
(6) The collaboration process is terminated if the improvement in the forecasting performance becomes negligible. Otherwise, return to step (4).
In the agent-based fuzzy collaborative intelligence approach, each agent uses a FBPN to predict the DRAM price. Although there have been some more advanced artificial neural networks, such as the compositional pattern-producing network, cascading neural network, dynamic neural network, and others, a well-trained FBPN with an optimized structure can still produce very good results, which is why it is selected for this study:
(1) Inputs: K inputs, corresponding to the prices K months ago. To facilitate the search for solutions, it is strongly recommended to normalize the inputs to a range narrower than [0 1]:
N ( x ) = N L + x x min x max x min · ( N U N L )
where N(x) is the normalized value of x; NL and NU indicate the lower and upper bounds of the range of the normalized value, respectively. xmin and xmax are the minimum and maximum of x, respectively. The formula can be written as
x = N ( x ) N L N U N L · ( x max x min ) + x min
if the un-normalized value is to be obtained instead.
(2) The FBPN has only one hidden layer, which can approximate arbitrarily any function that contains a continuous mapping from one finite space to another. The number of nodes in the hidden layer is chosen from 1 to 2K.
(3) The output from the FBPN is the normalized price forecast.
(4) The activation function used for the hidden layer is the log sigmoid function.
(5) A total of 10000 epochs will be run each time. The start conditions are randomized to reduce the possibility of being stuck on local optima.
The procedure for determining the parameter values is now described. After pre-classification, a portion of the adopted examples is fed as “training examples” into the FBPN to determine the parameter values. Two phases are involved at the training stage. At first, in the forward phase, inputs are multiplied with weights, summated, and transferred to the hidden layer. Then activated signals are outputted from the hidden layer as such:
h ˜ l = ( h l 1 , h l 2 , h l 3 ) = 1 1 + e n ˜ l h = ( 1 1 + e n l 1 h , 1 1 + e n l 2 h , 1 1 + e n l 3 h )
where h ˜ l is the output from hidden-layer node l, and
n ˜ l h = ( n l 1 h , n l 2 h , n l 3 h ) = I ˜ l h ( ) θ ˜ l h = ( I l 1 h θ l 3 h , I l 2 h θ l 2 h , I l 3 h θ l 1 h )
I ˜ l h = ( I l 1 h , I l 2 h , I l 3 h ) = all k w ˜ kl h · x k = ( all k m i n ( w kl 1 h x k , w kl 3 h x k ), all k w xk 2 h x k , all k m a x ( w kl 1 h x k , w kl 3 h x k ))
θ ˜ l h is the threshold for screening out weak signals by hidden-layer node l; w ˜ kl h is the weight of the connection between input node k and hidden-layer node l; xk is the k-th input; ( ) and ( × ) denote fuzzy subtraction and multiplication, respectively. h ˜ l ’s are also transferred to the output layer with the same procedure. Finally, the output of the FBPN is generated as follows:
o ˜ i = ( o i 1 , o i 2 , o i 3 ) = 1 1 + e n ˜ o = ( 1 1 + e n 1 o , 1 1 + e n 2 o , 1 1 + e n 3 o )
where
n ˜ o = ( n 1 o , n 2 o , n 3 o ) = I ˜ o ( ) θ ˜ o = ( I 1 o θ 3 o , I 2 o θ 2 o , I 3 o θ 1 o )
I ˜ o = ( I 1 o , I 2 o , I 3 o ) = all l w ˜ l o ( × ) h ˜ l ( all l m i n ( w l 1 o h l 1 , w l 3 o h l 3 ), all l w l 2 o h l 2 , all l m a x ( w l 1 o h l 1 , w l 3 o h l 3 ))
o ˜ is the FBPN output, which is the normalized fuzzy price forecast; θ ˜ o is the threshold for screening out weak signals by the output node; w ˜ l o is the weight of the connection between hidden-layer node l and the output node. Subsequently in the backward phase, the training of the FBPN is decomposed into three subtasks: determining the center value, and upper and lower bounds of the parameters. First, to determine the center value of each parameter (such as w kl 2 h , θ l 2 h , w l 2 o , and θ 2 o ), the FBPN is treated as a crisp one. Some advanced algorithms are applicable for this purpose, such as the gradient descent (GD) algorithms, the conjugate gradient algorithms, and others [34]. In the proposed methodology, the Fletcher-Reeves (CGF) algorithm is chosen. At every new step, the search direction will be conjugated to all previous ones, which eliminates the need to calculate the Hessian.
Subsequently, the following goal programming (GP) problem is solved to determine the upper bound of each parameter (e.g., w kl 3 h , θ l 3 h , w l 3 o , and θ 3 o ) so that the actual value will be less than the upper bound of the network output:
Min all t π t
subject to
l n ( 1 P t 3 1 ) = θ 3 o all l w l 3 o h l 3
all l w l 3 o h l 3 θ 3 o = l n ( 1 / π t 1 )
all l w l 3 o h l 3 θ 3 o l n ( 1 / ψ R ( g ) 1 )
all l w l 3 o h l 3 θ 3 o l n ( 1 s R ( g ) a t s R ( g ) P t 2 1 )
all l w l 3 o h l 3 θ 3 o l n ( 1 a t 1 )
all k w kl 3 h x k θ l 3 h l n ( 1 / h l 3 1 )
all k w kl 3 h x k θ l 3 h l n ( 1 / h l 3 1 )
k = 1 K ; l = 1 L
P ˜ t is the fuzzy price forecast of month t; a t is the normalized value of the actual price of month t. All actual values will fall within the corresponding fuzzy forecasts. The objective function is to minimize the sum of the half-ranges (πt) of the fuzzy price forecasts, which is calculated according to constraint (11). Constraint (12) forces the half-range to be narrower than the agent’s requirement ψ R ( g ) . The other constraints limit the changes that should be made to the network parameters ( w il 3 h , θ l 3 h , w l 3 o , and θ 3 o ) for the same purpose. sR(g) is the acceptable satisfaction level on the right-hand side. If sR(g) is high, then hl3 will be large, which leads to a large πt. A number of possible values for sR(g) are enumerated to yield many different solutions to the goal programming problem. Of these optimization results, the one giving the minimum upper bound is chosen.
In a similar way, the following GP problem is solved to determine the lower bound of each parameter (e.g., w kl 1 h , θ l 1 h , w l 1 o , and θ 1 o ):
Min all t π t
subject to
l n ( 1 P t 1 1 ) = θ 1 o all l w l 1 o h l 1
all l w l 1 o h l 1 θ 1 o = l n ( 1 / π t 1 )
all l w l 1 o h l 1 θ 1 o l n ( 1 / ψ R ( g ) 1 )
all l w l 1 o h l 1 θ 1 o l n ( 1 s L ( g ) a t s L ( g ) P t 2 1 )
all l w l 1 o h l 1 θ 1 o l n ( 1 a t 1 )
all k w kl 1 h x k θ l 1 h l n ( 1 / h l 1 1 )
all k w kl 1 h x k θ l 1 h l n ( 1 / h l 1 1 )
k = 1 K ; l = 1 L
sL(g) is the acceptable satisfaction level on the left-hand side. If sL(g) is high, then hl1 will be small, which leads to a large πt. The forecasts by all agents are communicated to each other so that they can modify their settings and generate better forecasts if all views are taken into account.
A collaboration mechanism is established to modify the views. The view of an agent is indicated with VSg = {ψR(g), ψL(g), sR(g), sL(g)}, g ∈ [1 G], and are packaged into information granules using extensible markup language (XML). Subsequently, a communication agent is used to transmit information granules among agents through a centralized P2P architecture. The communication protocol is as follows:
Input Agent Eg, 1 ≤ gG, provides input data P ˜ t for T periods, where 1 ≤ tT. In case of computing the network output, the view vector VSg is public.
Output Agent Eg, 1 ≤ gG, learns ( D ( P ˜ t ) a t )/ a t without anything else, where D ( P ˜ t ) is computed using the center-of-gravity method:
D ( P ˜ t ) = P t 1 + P t 2 + P t 3 3
The collaboration in the fuzzy collaborative intelligence approach is automated. After collaboration, agent g adjusts its setting according to the following GP models:
Min all t π t
subject to
b t L ( g ) = 1 0 if P t 1 ( g ) max g k P t 1 ( k ) otherwise
b t R ( g ) = 1 0 if P t 3 ( g ) min g k P t 3 ( k ) otherwise
β t L ( g ) = P t 1 ( g ) max g k P t 1 ( k ) 0 if P t 1 ( g ) max g k P t 1 ( k ) otherwise
β t R ( g ) = P t 3 ( g ) min g k P t 3 ( k ) 0 if P t 3 ( g ) min g k P t 3 ( k ) otherwise
m a x ( t = 1 T β t L ( g ) b t L ( g ) , t = 1 T β t R ( g ) b t R ( g ) ) ρ 1
l n ( 1 P t 3 1 ) = θ 3 o all l w l 3 o h l 3
all l w l 3 o h l 3 θ 3 o = l n ( 1 / π t 1 )
all l w l 3 o h l 3 θ 3 o l n ( 1 / ψ R ' ( g ) 1 )
all l w l 3 o h l 3 θ 3 o l n ( 1 s R ' ( g ) a t s R ' ( g ) P t 2 1 )
all l w l 3 o h l 3 θ 3 o l n ( 1 a t 1 )
all k w kl 3 h x k θ l 3 h l n ( 1 / h l 3 1 )
all k w kl 3 h x k θ l 3 h l n ( 1 / h l 3 1 )
k = 1 K ; l = 1 L
0 s R ' 1
0 ψ R ' ϕ
and
Min all t π t
subject to
b t L ( g ) = 1 0 if P t 1 ( g ) max g k P t 1 ( k ) otherwise
b t R ( g ) = 1 0 if P t 3 ( g ) min g k P t 3 ( k ) otherwise
β t L ( g ) = P t 1 ( g ) max g k P t 1 ( k ) 0 if P t 1 ( g ) max g k P t 1 ( k ) otherwise
β t R ( g ) = P t 3 ( g ) min g k P t 3 ( k ) 0 if P t 3 ( g ) min g k P t 3 ( k ) otherwise
m a x ( t = 1 T β t L ( g ) b t L ( g ) , t = 1 T β t R ( g ) b t R ( g ) ) ρ 2
l n ( 1 P t 1 1 ) = θ 1 o all l w l 1 o h l 1
all l w l 1 o h l 1 θ 1 o = l n ( 1 / π t 1 )
all l w l 1 o h l 1 θ 1 o l n ( 1 / ψ L ' ( g ) 1 )
all l w l 1 o h l 1 θ 1 o l n ( 1 s L ' ( g ) a t s L ' ( g ) P t 2 1 )
all l w l 1 o h l 1 θ 1 o l n ( 1 a t 1 )
all k w kl 1 h x k θ l 1 h l n ( 1 / h l 1 1 )
all k w kl 1 h x k θ l 1 h l n ( 1 / h l 1 1 )
0 s L ' 1
0 ψ L ' ϕ
i = 1 K ; l = 1 m
where ρ1 and ρ2 are the thresholds for the average contraction of the ranges of fuzzy forecasts through the agents’ collaboration. The agent adjusts its setting of ψR(g), ψL(g), sR(g), and sL(g) according to constraints (43), (58), (42) and (57), respectively, so that adequate performance improvement can be obtained through collaboration, as required by constraints (33) and (49).
Subsequently, a RBF is used to aggregate the forecasts by the agents. The RBF network has three layers: The input, hidden (middle) and output layers. Inputs to the RBF are the forecasts by all agents. Each input is assigned to a node in the input layer and passed directly to the hidden layer without being weighted. The transfer function used for the hidden layer is Gaussian transfer function, while that for the output layer is the linear transfer function. For determining the parameter values, k-means (KM) is first employed to find out the centers of the RBF units. Subsequently, the nearest-neighbour method is employed to determine their widths. The weights of the connections can be derived by linear regression.

3. A Case Study

A real case is used to validate the effectiveness of the agent-based fuzzy collaborative intelligence approach. To this end, the price data of a DDR2 1G DRAM product have been collected for 256 days (see Figure 1).
Figure 1. The collected dynamic random access memory (DRAM) price data.
Figure 1. The collected dynamic random access memory (DRAM) price data.
Algorithms 05 00304 g001
Five existing approaches, moving average (MA), exponential smoothing (ES), BPN, ARIMA, and Chen’s fuzzy and neural approach, were also applied to this real case. Chen and Wang’s fuzzy interpolation approach was not compared because it is too subjective. MA uses a number of historical actual data values to generate a forecast. The moving period of MA has a reference value. Increasing the number of periods averaged does smooth out fluctuations better, but it makes the method less sensitive to real changes in the data. For this reason, this study tried a variety of moving periods (from 3 to 7), in which the best option was kept for later analyses.
ES is a weighted moving-average forecasting method, in which the latest estimate is equal to the old estimate adjusted by a fraction of the difference between the last period’s actual value and the old estimate. The smoothing constant in ES ranged from 0 to 1, and was optimized by enumerating some possible values
ARIMA is the generalization of an autoregressive moving average (ARMA) model that is usually used to fit time series data [35]. ARIMA consists of three stages: identification, estimation, and checking. To identify the order in the ARIMA process, the minimum information criterion (MINIC) method was employed. The stationarity and seasonal stationarity in the data were examined with the augmented dickey fuller (ADF) unit root tests [19].
BPN, also known as the multi-layer feed-forward neural network, is one of the most commonly used artificial neural networks. In BPN, inputs include the prices of K periods before. Here, K was set to be equal to the number of moving periods in MA for a fair comparison. The BPN was trained for 70,000 epochs per replication with randomized initial weights.
To evaluate the accuracy of each method, three measures including root mean squared error (RMSE), mean absolute error/deviation (MAE/D), and mean absolute percentage error (MAPE) were calculated. On the other hand, we assessed the precision of MA, ES, BPN, and ARIMA with 6σ:
6 σ = 6 t = K + 1 T ( F t A t ) 2 T K K 1
To the contrary, for evaluating the precision of Chen’s fuzzy and neural approach or the agent-based fuzzy collaborative intelligence approach, the average range of fuzzy price forecasts was considered. In both ways, the probability of containing the actual value in the fuzzy or interval forecast was approximately 100%. See Table 1 for the performances of various approaches in the two aspects. From the tabulated results it can be seen that the difference between the forecasting results and the real data is very small. The magnitude of the errors ranged from 0.00% to 3.47% with an average of only 0.59%. In fitting the collected data, the agent-based fuzzy collaborative intelligence approach achieved a very good performance. Among the three accuracy measures, MAPE and RMSE are similar in nature. The performance of the agent-based fuzzy collaborative intelligence approach with respect to these two measures was obviously better than those of the compared approaches. The advantage of the agent-based fuzzy collaborative intelligence approach in the accuracy aspect was most obvious when it came to MAE. MAE is highly indicative when the values are very small. We notice that ARIMA achieves good performance in this regard. The collaboration in the proposed methodology is aimed at the adjustment of the forecast by referencing the forecasts of others. The same treatment can be applied to ARIMA to further improve the forecasting performance of price forecasting. Meanwhile, the agent-based fuzzy collaborative intelligence approach elevated the forecasting precision to a level that was much higher than those of the five compared approaches. It became possible to establish a very narrow interval for every fuzzy price forecast, which is meaningful to many managerial purposes.
Table 1. The forecasting performances of different approaches.
Table 1. The forecasting performances of different approaches.
MAESBPNARIMAChen’s approachThe proposed methodology
accuracyMAE0.0400.0200.0520.0160.0150.013
MAPE1.72%0.87%2.47%0.69%0.64%0.59%
RMSE0.0680.0400.0770.0300.0280.024
precision6σ or average range0.3130.2380.4680.1820.1050.079
In the experiment, with the increase in the number of agents, the collaboration timesignificantly increased (see Figure 2).
In contrast, the accuracy was improved with the increase in the number of agents (see Figure 3), but gradually approached to a constant value. Although it may appear that the agent-based fuzzy collaborative intelligence approach spent a considerable amount of time to improve the accuracy, but in fact only two agents and a handful of runs were required to achieve satisfactory results.
Figure 2. The required collaboration time.
Figure 2. The required collaboration time.
Algorithms 05 00304 g002
Figure 3. The accuracy of the agent-based fuzzy collaborative intelligence approach.
Figure 3. The accuracy of the agent-based fuzzy collaborative intelligence approach.
Algorithms 05 00304 g003

4. Conclusions

Much evidence has revealed that collaborative intelligence has potential application in forecasting. On the other hand, agent based collaboration has become an important field of research, and new applications of agent collaboration are expected to appear. In order to effectively predict the price of a DRAM product, an agent-based fuzzy collaborative intelligence approach is proposed in this study. In the agent-based fuzzy collaborative intelligence approach, each agent predicts the DRAM price using the FBPN approach based on its view. The agent then communicates its view and forecasting results to other agents with the aid of an automatic collaboration mechanism. After receiving that information, the agent modifies its setting and increases the overall accuracy. The forecasts by different agents are aggregated using an RBF.
After applying the agent-based fuzzy collaborative intelligence approach to a real case, the following experimental results were obtained:
(1) The aggregate results were considerably improved through the agents’ collaboration. Especially, the forecasting accuracy, measured in terms of MAE, MAPE, and RMSE, of the agent-based fuzzy collaborative intelligence approach was much better than those of some existing methods.
(2) It is therefore possible to predict the DRAM price level very precisely and accurately using a group of agents governed by an automatic collaboration mechanism.
More sophisticated collaboration mechanisms can be developed in similar ways in future studies. In addition, some advanced artificial neural networks have been proposed to improve the accuracy of time series prediction. These methods can be fuzzified to replace the FBPN used in this study. The proposed methodology can also be applied to predict other types of time series, such as stock price, production costs, product yield, etc. However, the computation becomes very complicated if many agents are involved. For this reason, future studies may restrict the size of the agent coalition.

Acknowledgements

This study is partially supported by the National Science Council of Taiwan.

References

  1. Tarui, Y.; Tarui, T. New DRAM pricing trends: The Bi rule. IEEE Circuits Devices Mag. 1991, 7, 44–45. [Google Scholar] [CrossRef]
  2. Azadeh, A.; Ebrahimipour, V.; Ghoreishi, F. A fuzzy simulation algorithm for estimating availability functions in time-dependent complex systems. Int. J. Ind. Syst. Eng. 2011, 7, 429–453. [Google Scholar]
  3. Box, G.E.P.; Jenkins, G.M.; Gregory, C.R. Time Series Analysis:Forecasting and Control; Holden-Day: San Francisco, CA, USA, 1976; pp. 1–746. [Google Scholar]
  4. Chen, T. An intelligent mechanism for lot output time prediction and achievability evaluation in a wafer fab. Comput. Ind. Eng. 2008, 54, 77–94. [Google Scholar] [CrossRef]
  5. Chen, T. A collaborative fuzzy-neural approach for forecasting the price of a DRAM product. Int. J. Technol. Intell. Plann. 2011, 7, 95–109. [Google Scholar] [CrossRef]
  6. Chen, T. A collaborative fuzzy-neural approach for long-term load forecasting in Taiwan. Comput. Ind. Eng. 2012, in press. [Google Scholar]
  7. Chen, T. A hybrid fuzzy and neural approach with virtual experts and partial consensus for DRAM price forecasting. Int. J. Innov. Comput. Inf. Control 2012, 8, 583–597. [Google Scholar]
  8. Chen, T.; Wang, Y.-C.; Tsai, H.-R. Lot cycle time prediction in a ramping-up semiconductor manufacturing factory with a SOM-FBPN-ensemble approach with multiple buckets and partial normalization. Int. J. Adv. Manuf. Technol. 2009, 42, 1206–1216. [Google Scholar]
  9. Chen, T.; Wang, Y.C.; Wu, H.C. A fuzzy-neural approach for remaining cycle time estimation in a semiconductor manufacturing factory—a simulation study. Int. J. Innov. Comput. Inf. Control 2009, 5, 2125–2139. [Google Scholar]
  10. Miranda, L.C.M.; Lima, C.A.S. Long range trends in the automobile industry output: Depensation effects in the logistic modeling. Int. J. Technol. Intell. Plan. 2011, 7, 33–53. [Google Scholar] [CrossRef]
  11. Cupertino, C. A Reliable Forecast of DRAM Prices Now Available; Business Wire: Cupertino, CA, USA, 1999 6 7. [Google Scholar]
  12. Grimm, B.T. Price indexes for selected semiconductors 1974-96. Surv. Curr. Bus. 1998, 78, 8–24. [Google Scholar]
  13. Chen, T.; Wang, Y.-C.; Tsai, H.-R. Lot cycle time prediction in a ramping-up semiconductor manufacturing factory with a SOM-FBPN-ensemble approach with multiple buckets and partial normalization. Int. J. Adv. Manuf. Technol. 2009, 42, 1206–1216. [Google Scholar] [CrossRef]
  14. Triplett, J. High tech industry productivity and hedonic price indexes. In Industry Productivity:International Comparison and Measurement Issues, In Proceedings of OECD Paris, France, March, 1996; pp. 119–142.
  15. Chen, T. A hybrid fuzzy and neural approach for DRAM price forecasting. Comput. Ind. 2011, 62, 196–204. [Google Scholar] [CrossRef]
  16. Lepselter, M.P.; Sze, S.M. DRAM pricing trends—the π rule. IEEE Circuits Devices Mag. 1985, 1, 53–54. [Google Scholar]
  17. Chen, T.; Wang, M.-J.J. Forecasting methods using fuzzy concepts. Fuzzy Sets Syst. 1999, 105, 339–352. [Google Scholar] [CrossRef]
  18. Chen, T.; Wang, Y.-C. Incorporating the FCM-BPN approach with nonlinear programming for internal due date assignment in a wafer fabrication plant. Robot. Comput. Integr. Manuf. 2010, 26, 83–91. [Google Scholar] [CrossRef]
  19. Tseng, F.M.; Tzeng, G.H.; Yu, H.C.; Yuan, B.J.C. Fuzzy ARIMA model for forecasting the foreign exchange market. Fuzzy Sets Syst. 2001, 118, 9–19. [Google Scholar] [CrossRef]
  20. Chen, T.; Wang, Y.-C. Incorporating the FCM-BPN approach with nonlinear programming for internal due date assignment in a wafer fabrication plant. Robot. Comput. Integr. Manuf. 2010, 26, 83–91. [Google Scholar] [CrossRef]
  21. Pedrycz, W. Collaborative fuzzy clustering. Pattern Recognit. Lett. 2002, 23, 1675–1686. [Google Scholar]
  22. Pedrycz, W. Collaborative architectures of fuzzy modeling. Lect. Notes Comput. Sci. 5050, 117–139. [Google Scholar]
  23. Li, J.-H.; Li, X.-S.; Liu, H.-L.; Han, X.-J.; Zhang, J. Fuzzy collaborative filtering approach based on semantic distance. Adv. Int. Soft Comput. 2009, 62, 187–195. [Google Scholar] [CrossRef]
  24. Loia, V.; Pedrycz, W. P-FCM: A proximity-based fuzzy clustering for user-centered web applications. Int. J. Approx. Reason. 2003, 34, 121–144. [Google Scholar] [CrossRef]
  25. Abraham, A.; Baikunth, N.; Mahanti, P.K. Hybrid intelligent systems for stock market analysis. In Lecture Notes in Computer Science; Springer: Berlin, Germany, 2001. [Google Scholar]
  26. Chen, T.; Lin, Y.C. A fuzzy-neural system incorporating unequally important expert opinions for semiconductor yield forecasting. Int. J. Uncertain. Fuzziness Knowl. Based Syst. 2008, 16, 35–58. [Google Scholar] [CrossRef]
  27. Falc’on, R.; Depaire, B.; Vanhoof, K.; Abraham, A. Towards a suitable reconciliation of the findings in collaborative fuzzy clustering. In Proceedings of the Eighth International Conference on Intelligent Systems Design and Applications, Kaohsiung, Taiwan, 26-28 November 2008; pp. 652–657.
  28. Jain, L.C.; Martin, N.M. Fusion of Neural Networks, Fuzzy Sets, and Genetic Algorithms:Industrial Applications; CRC Press: New York, USA, 2009; pp. 1–368. [Google Scholar]
  29. Kaufmann, A.; Gupta, M.M. Fuzzy Mathematical Models in Engineering and Management Science; Elsevier Science Inc.: New York, NY, USA, 1988; pp. 1–362. [Google Scholar]
  30. Kumar, M.; Yadav, S.P.; Kumar, S. A new approach for analysing the fuzzy system reliability using intuitionistic fuzzy number. Int. J. Ind. Syst. Eng. 2011, 8, 135–156. [Google Scholar]
  31. Prakash, A.; Deshmukh, S.G. Modelling of FMS control policy: AIS-based fuzzy expert system. Int. J. Ind. Syst. Eng. 2011, 8, 38–60. [Google Scholar]
  32. Selim, H.; Araz, C.; Ozkarahan, I. Collaborative production-distribution planning in supply chain: A fuzzy goal programming approach. Transp. Res. E-LOG 2008, 44, 396–419. [Google Scholar] [CrossRef]
  33. Shih, T.-S.; Su, J.-S.; Lee, H.-M. Fuzzy estimation of one vague missing value in two-factor experiments. Int. J. Innov. Comput. Inf. Control 2009, 5, 4971–4980. [Google Scholar]
  34. Eraslan, E. The estimation of product standard time by artificial neural networks in the molding industry. Math. Probl. Eng. 2009. [Google Scholar] [CrossRef]
  35. Hannan, E.J.; Rissanen, J. Recursive estimation of mixed autogressive-moving average order. Biometrika 1982, 69, 81–94. [Google Scholar] [CrossRef]

Share and Cite

MDPI and ACS Style

Chen, T. An Agent-Based Fuzzy Collaborative Intelligence Approach for Predicting the Price of a Dynamic Random Access Memory (DRAM) Product. Algorithms 2012, 5, 304-317. https://doi.org/10.3390/a5020304

AMA Style

Chen T. An Agent-Based Fuzzy Collaborative Intelligence Approach for Predicting the Price of a Dynamic Random Access Memory (DRAM) Product. Algorithms. 2012; 5(2):304-317. https://doi.org/10.3390/a5020304

Chicago/Turabian Style

Chen, Toly. 2012. "An Agent-Based Fuzzy Collaborative Intelligence Approach for Predicting the Price of a Dynamic Random Access Memory (DRAM) Product" Algorithms 5, no. 2: 304-317. https://doi.org/10.3390/a5020304

Article Metrics

Back to TopTop