Article Versions
Export Article
Cite this article
  • Normal Style
  • MLA Style
  • APA Style
  • Chicago Style
Research Article
Open Access Peer-reviewed

Research on the Funds Forecasting and Quality Control of Book Purchasing

Shilian Cai
Journal of Computer Sciences and Applications. 2018, 6(1), 23-31. DOI: 10.12691/jcsa-6-1-3
Published online: June 04, 2018

Abstract

It is of great significance for optimizing the allocation of book purchasing funds and guaranteeing the quality of books procured improve the utilization efficiency of library resources as well as the quality of literature service. Based on the circulation data in the library at Beijing University of Civil Engineering and Architecture in the past 10 years, this paper studies the allocation of funds and quality control of books purchased using a neural network model. Firstly, a prediction model with the BP neural network is established based on the circulation data of books in the past to provide necessary reference data for the budget of the book purchasing funds. Then, an RBF neural network model is used to predict the allocation of purchasing funds. Finally, a book purchasing quality analysis system is established through the study of the matching degree between the average professional books of students in each discipline and the average professional books of the students and the correlation coefficient between purchasing and borrowing. This paper provides a clear criterion for judging whether book purchases meet the needs of disciplines and readers' requirements. It also provides a scientific basis for the university library to make a reasonable plan on book purchases.

1. Introduction

Commonly used prediction methods include moving smoothing method, exponential smoothing method 1, 2, regression analysis method 3, grey prediction method 4, and combination of multiple forecasting methods. Most of these methods focus on the analysis of causality regression models or time series models. The established models cannot reflect the inherent structure and complex characteristics of the predicted dynamic data scientifically and essentially, without some information loss. As a parallel computing model, artificial neural network has many advantages over traditional modeling methods: 1) it has a good ability for nonlinear mapping; 2) it does not require much prior knowledge of the object modeled. If the input and output data of the object are given, the nonlinear relationship between the input and the output can be modelled through the learning process of the network itself.

The circulation of books is one of key factors to measure the number of books used by readers and the service levels of a library. The library staff can use the circulation of books in time to adjust the structure of the collection, improve the utilization efficiency of the collection, and to improve the service approaches and service quality of the library. However, the circulation of books is influenced by many factors such as the quality of books, the time of the library’s opening, the setting of disciplines and specialties, the service quality of librarians, and the level of management, etc. This situation shows a highly nonlinear relationship. It is difficult to find a suitable traditional method for an effective prediction. In the literature 5, one researcher adopted the method of combining an empirical model with a mathematical method to determine the distribution of collected copies of books within a certain period, but this method is often limited by the level of understanding of the procurers. A statistical regression analysis was conducted to create a single regression model between the ratio of readers’ refusing to borrow a book and the copy quantity of the book, which fulfills the control of the ratio of refusing to borrow the book and the prediction of the number of coping the book 6. The quantity of duplicate purchases of a certain kind of book was synthetically determined by considering the combined effect of seven main factors on the volume of duplicates 7. Based on multiple regression analysis theory, the linear correlation between circulation rate, borrow rejection rate, and average copy quantity was analyzed; the prediction method of the volume of books in a library was discussed using actual data 8. The budget and allocation of funds are very complicated. There are many factors affecting the expenditure of literature funds in a library; their interactions are complex; and their relationships are nonlinear. A grey system theory was used to predict the purchasing funds of a library’s literatures 9. The quality analysis of book procurement is an important part of library procurement; the quality of books purchased directly affects the quality and utilization of books. The quality of books purchased was analyzed by means of an explanatory structure model and the library distribution 10, 11, 12.

Based on the historical data of the library at Beijing University of Civil Engineering and Architecture, this paper performs a numerical simulation of the circulation of books and the cost of purchasing books using the BP and RBF neural network. In addition, the quality of book purchases is tested by the quantitative index of the matching degree of the per capita share of books for each specialty and discipline, and the correlation coefficient between purchasing and borrowing.

2. Book Circulation Prediction

2.1. Data Preprocessing and Neural Network Structure

Based on the data (as shown in Table 1) of the circulation of books from 2002 to 2010 in the Library at Beijing University of Civil Engineering and Architecture, a specific neural network prediction model is established.

First, the data is normalized, and the processing formula is as follows 13:

(1)

as raw data; is the maximum and xmax and xmin are the maximum and the minimum value of the raw data, respectively. is normalized data. Table 2 shows the normalization results of the data in Table 1.

2.2. BP Neural Network Method
2.2.1. Neural Network Structure

The neural network mainly includes the number of network layers, the number of neurons, the activation functions in each layer, and the neural network structural diagram 14 as shown in Figure 1.


2.2.2. Sample Design

Book circulation is a series of numbers arranged in a chronological order, as in Table 3.

Matlab software is used in this paper, A BP neural network with three layers is used to establish a forecast model for book circulation. The data from 2002 to 2008 are selected as training sample data and data from 2009 to 2010 are selected as testing sample data. These data samples are shown in Table 4. The transfer functions of the hidden layer and output layer are “logsig” and “purelin”, respectively; and the training function is “trainlm”.


2.2.3. Sample Data Training and Results Prediction

The data samples from 2002 to 2007 are used to train the input network using Matlab7.0 software. The number of hidden nodes is trained from 3 to 12, and the predicted result is slightly better when the number is 5. The allowable error is 0.0001; the training is completed after two iterations; and the error is below the error tolerance. Network errors during training are shown in Figure 2.

The circulation from 2002 to 2004 are used as training data; the data in 2005 are used as simulation data; and the circulation is predicted by the neural network. The circulation from 2003 to 2005 are used as training data; the data in 2006 are used as simulation data; and the circulation is predicted by the neural network. The circulation from 2004 to 2006 are used as training data; the data in 2007 are used as simulation data; and the circulation is predicted by the neural network, and so on. Results are shown in Table 5.


2.2.4. Simulation Result and Analysis

The last two rows in Table 5 are testing samples and the other rows are training samples. It is shown that the network outputs are in good agreement with the expected responses for training samples and the errors of predicted values of the testing samples are 0.0368 and -0.0556, respectively. The relative errors of the two testing samples are small, which indicates that this prediction is successful. For plotting the results, the following command is entered in the Matlab command line:

plot([2005:2010], p0(4:9), '-r*', [2005: 2010], result, '-o')

The result is shown in Figure 3, where the curve marked with "*" represents the actual values; the curve marked with "o" represents the predicted values; and the last three points are the prediction of testing sample points.

As can be seen from Figure 3, the two curves fit well from 2005 to 2008, which are the results of training, samples and then the forecasted values deviate gradually from the real values. The prediction errors in 2009-2010 gradually increase, but the errors are less than 6%, which shows that the prediction accuracy of the network is acceptable. If a larger sample is used, a better prediction accuracy may be obtained, which is an issue that needs further study.

3. Forecast of Book Purchasing Funds

Taking the library at Beijing University of Civil Engineering and Architecture from 2000 to 2012 as the observation period (as shown in Table 13), a specific neural network prediction model is established.

3.1. RBF Neural Network Model Structure and Data Processing

The network structure used in this paper is shown in Figure 7 15.

Based on the statistical data of the library circulation system in the past years (2000-2012), five main factors affecting the expenditure of literatures are selected: the number of undergraduate students, the number of graduate students, the number of faculty, the volume of circulation and the volume of books (see Table 6). The expenditure on library literatures (including books, periodicals, and databases) are shown in Table 8. The data in Table 6 are normalized by formula (1) to better use the artificial neural network model and Table 7 is obtained.

3.2. The Training and Testing of Neural Network Model

The data from 2000 to 2010 are selected as the training dataset, that is, the influencing factors of library literatures funds from 2000 to 2010 are utilized as the training input and the literatures funds from 2000 to 2010 are used as the training output, and the data from 2011 to 2012 are applied as the testing dataset. Therefore, the number of neurons in the input layer is 5, the number of neurons in the output layer is 3, and the number of samples is 13. The network creation code is:

where is the distribution density of radial basis functions; and are the input vector and output vector in the training samples, respectively. newrbe can create an accurateneural network, specifically, the network creation process is a training process. The first 11 samples are used as training samples and the last 2 samples as testing samples. The testing code is:

where is the testing sample vector. Thus, the predicted values are obtained and shown in Table 9.

Because the training sample size is relatively small, the prediction accuracy is not very high. Due to this factor, the forecast in this paper is acceptable. The forecast results can be used to guide practical work.

4. Purchasing Quality Analysis

4.1. Standard Deviation Analysis of Book Purchasing Quality
4.1.1. Distribution of the Volume of Books for Each Student in Various Disciplines

Using one year as the time for statistics, the total number of books purchased for a year is , and the total number of students majoring in a discipline is . The average annual number of books for students is:

(2)

If there are books in category i and students in category j, then the average number of professional books per year for that subject is:

(3)

4.1.2. Evaluation Index of Purchasing Quality Based on Standard Deviation

Standard deviation is a standard to measure the degree of dispersion of data distribution, to be precise, it represents the degree of dispersion between data in a set of multiple measurements, and measures the degree of deviation from the arithmetic mean value. The smaller the standard deviation, the less these values deviate from the average. In this paper, the matching degree between the average possession of students in each subject and the total average ownership of books can be expressed by the following formula:

(4)

The smaller the value of the closer the relationship between and The more similar the two, the higher the quality of books purchased. On the contrary, the quality of books procured is lower.


4.1.3. Application Examples

Books procured for science and engineering in 2013 and 2014 in the library at Beijing University of Civil Engineering and Architecture and the quality of books purchased are analyzed using the above model.

(1) Book purchasing situation

The distributions of the disciplines in Humanity and Law, Economics, Sciences, Geomatics and Urban Spatial Informatics, Mechanical and Electronics, Telecommunication, Architectural and Civil Engineering, and Environment and Energy at the university in 2013 and 2014 are shown in Table 10.

(2) Distribution of the average number of books for students in each discipline

The number of students in the above eight disciplines is taken as the statistical object to observe the average amount of specialized books per student. The distribution of the average number of books per student in 2013 and 2014 is shown in Table 11.

(3) Calculated result and analysis

The matching degree between the per capita possession of specialized books in each discipline and the total per capita possession of specialized books in 2013 and 2014 is calculated using formula (4) as follows:

Because of compared with 2013, the per capita professional book possession in 2014 is close to the total per capita professional book possession, indicating that the quality of purchases in 2014 is slightly higher than that in 2013. The main reason is that class P and X increased when the total volume of book purchases declined in 2014.

4.2. Analysis of the Quality of Books Purchased Based on the Correlation Coefficient

The quantity of books borrowed is a statistical index to measure the quality of books purchased. Statistics and analysis for the quantity of books borrowed on a regular basis can help the staff understand the circulation of books in time and the characteristics of readers' demands for books, which will help improve the quality of book purchasing. The database of Chinese paper document collection and the utilization in the library at Beijing University of Civil Engineering and Architecture is classified and input by MELINETS II Library Automation system according to "Chinese Library Classification". Based on the database, the utilization of professional books in 2013 and 2014, the corresponding professional book purchases in 2013 and 2014 are counted. A mathematical model is used to analyze the quality of book purchasing using the data from these two years.


4.2.1. Distribution of Professional Structure of Book Purchasing

Using the period of one year for statistics, the total number of books purchased for a year is , of which category has a volume , the frequency of which is as follows:

(5)

The purchase quantity of each specialty is not equal. There are always a few professional books with a larger frequency and other professional books with a smaller frequency. Selecting the total number of specialties the frequency can form a purchasing frequency distribution vector (discrete distribution function).

(6)

4.2.2. The Distribution of Specialized Structure in Book Circulation

The categories with the same numbers in the professional structure of book procurement are investigated. Because there is a time difference between purchase and circulation, the circulation is counted by the time of circulation falling behind the time of purchase for one year. Within the statistical period, the total number of books in circulation of Category i is , the total number of books in circulation within the statistical period is The frequency of circulation of the total number of books of all kinds is as follows:

(7)

According to the circulating frequency , the distribution vector of circulation frequency (discrete distribution function) can also be computed:

(8)

Vectors and have the following characteristics:

(1) The sum of frequencies is 1, namely

(2) The mean value of two vectors is equal, namely


4.2.3. Distribution Vector Preprocessing

Standardized preprocessing of and is carried out according to the following formula, respectively:

(9)

where and are the standard deviations of distribution and , respectively:

(10)

where

The two vectors are transformed into zero mean and standardized vectors of unit variance, balancing the influence of each major.


4.2.4. Correlation coefficient between Book Purchasing and Circulation

Mathematically, the similarity of two discrete distribution vectors , can be measured by the cosine of the angle between the two vectors, i.e.:

As a result, the degree of similarity between the professional structure distribution vector of book procurement and the distribution vector of the professional structure in circulation can be expressed in the following terms:

(11)

If and are normalized preprocessed as and , then the angle cosine between and is their correlation coefficient:

(12)

Because , when , . The closer the relationship between and is, the more similar the two are; therefore, book purchasing is in line with circulation. Conversely, if , then , the two are dissimilar. Therefore, we use the correlation coefficient of the book purchase and circulation to evaluate the quality of book purchases.


4.2.5. Examples in Application

(1) Distribution of book purchase and circulation in the library at Beijing University of Civil Engineering and Architecture in 2013

Considering nine kinds of professional books in 2013, including Politics and Law (D), Economics (F), Mathematics/Physics/Chemistry (O), Industries and Technologies (TB), Mechanical Instruments (TH), Electrical Technology (TM), Wireless Technology and Telecommunications (TN), Automation and Computer Science (TP), and Architectural Engineering (TU). Distributions of the professional structure and the circulation are shown in Table 12 and Table 13.

Based on the formula (12), the correlation coefficient of book procurement and circulation in 2013 is calculated and the result is = 0.7029. It is shown that the books purchased are positively correlated with the circulation data, which indicates that the books utilization ratio has a profound influence on the purchase.

(2) Distribution of books purchased and circulation in the library at Beijing University of Civil Engineering and Architecture in 2014

Considering the same nine categories of professional books mentioned above, the frequency distribution of the structure and circulation of specialized books in 2014 is shown in Table 14 and Table 15:

Based on the formula (12), the correlation coefficient of book purchases and circulation in 2014 is calculated and the result is = 0.7194. It is shown that the book purchasing is positively correlated with circulation data, which indicates that the book utilization ratio has a major influence on purchasing. The correlation coefficient in 2014 is slightly higher than that of 2013, which indicates that the quality of book procurement in 2014 is higher than that in 2013.

4.3. Quality Control Analysis

First, the root mean square deviation (RMS), as a measure of the error of the measured values, indicates the degree of dispersion of the data in a set of data obtained by multiple measurements. The smaller the σ value is, the closer the relationship between Yi and X is; the more similar they are, that is, the closer the per capita specialized books are to the total per capita specialized books, the higher the purchasing quality of books. On the contrary, the greater the σ value, the more estranged the relationship between Yi and X; the more inconsistent they are, the greater the difference between the per capita occupation of specialized books and the total per capita specialized book, therefore the lower the purchasing quality of books. Because the differences between the 2013 and 2014 data are large, the root mean square deviation σ is also large. Although the quality of procurement in 2014 was slightly higher than in 2013, the quality of procurement in 2013 and 2014 was not high, mainly because the volume of literature resources purchased in the two years is highly imbalanced by category. The P and X categories account for a small proportion. The reason is that the winning bookseller is not in proportion to the professional requirements of books in the university library. Faculty who were interviewed only selected the bibliography given by the bookseller, and purchasers neglected the dynamic situations of the publishing business.

Second, taking the library data and interview data in 2013 and 2014 as an example, the correlation coefficient between the two is greater than 0.7, indicating that the two sets of data are positively related. The use of books has a greater impact on literature procurement, indicating that the more books used the larger number of documents procured. The closer the correlation coefficient is to 1, the more similar the two are. The book purchase is in line with the circulation, so the quality of 2104 procurement is slightly higher than that of 2013. The main reason why the purchasing quality is not ideal is that the readers' demands were not well understood, and purchasers neglected the changes of the units’ demands and the balance of the book purchase quantity among all disciplines.

5. Conclusion

From the computation results, a BP neural network can be used to predict the circulation of books and the RBF neural network model works well in predicting the cost of literature procurement; the prediction errors are within an acceptable range, which provides a scientific basis for a budget for procurement funds in the future. In addition, the quality of books purchased, and control criterion were analyzed using situations of readers’ using books and the demands of borrowing, which is convenient for purchasers to use in improving their work in literature acquisition at any time.

Acknowledgements

This research was funded by the 2017 Educational Science Research Project entitled “Research on the Participation of Subject Librarians in the Construction of Subject Resources Based on the Needs of Disciplinary Construction at a University” (Project No.Y1744) at Beijing University of Civil Engineering and Architecture.

References

[1]  Xu Ying. The prediction of the volume and circulation of the Chinese Library [J], journal of intelligence, 1999, 18(6): 53-56.
In article      
 
[2]  Lu Xiaobin. Information analysis [M]. Beijing: science and Technology Literature Press, 2007.
In article      
 
[3]  Sun Bao, Zhao Yanmei, Wang Zili, Li Jianhui. Research on Procurement quantity Modeling based on Borrowing Statistics [J]. Information science, 2011 / 29: 103-107.
In article      
 
[4]  Tan Wenhua. Grey Prediction of Book flow in University University Library [J]. Modern Intelligence: 10: 119-120.
In article      
 
[5]  Cao Zhen. The configuration of the Chinese copy of the University Library [J]. Journal of the university library 3: 53-56
In article      
 
[6]  Wang Juping. A preliminary study on quantitative Analysis and Prediction methods in Library Science and Information Science [J]. Journal of Intelligence 2007 / 1: 105-106.
In article      
 
[7]  Liu Xinwen. Quantitative analysis of the quantity of duplicated books in library [J]. Journal of Southwest China Normal University, 2007(4): 87-89.
In article      
 
[8]  Wang Jian. Multiple regression analysis method to predict the average duplicate quantity [J]. Journal of Ningxia Teachers College (social science), 2010: 5: 167-168.
In article      
 
[9]  Wang Tingman, Shen Si. Using Grey system Theory to predict the expense of Books and Literature [J]. Journal of Xi'an Institute of Science and Technology, 2002, 22(9): 367-370.
In article      
 
[10]  Shi Yanfen. Application of explanatory structure Model in quality Analysis and Control of Book Purchasing [J]. Library work and Study, 2012, 56 (5): 94-97.
In article      
 
[11]  Zhu Chunhui. Distribution of Book Utilization and its influence on Collection Construction[J]. Library Development, 2011(3): 56-64.
In article      
 
[12]  Wang Fang. An Analytical Model of specialized Books quality in Colleges and Universities and its Application [J]. The Library Journal of Henan, 2007, 27 (1): 10-13.
In article      
 
[13]  Zhang Xuelian, Li Liyan. BP Neural Network Forecasting Model of Book and Literature funding [J]. Journal of Intelligence, 2006 (6): 115-116.
In article      
 
[14]  Bai Xuebing. Research on Economic Prediction Model based on BP and RBF Neural Network [J]. Computer knowledge and Technology, 2011, 7(10): 2345-2347.
In article      
 
[15]  Zhu Kai, Wang Zhenglin. Proficient in MATLAB neural network [M]. Beijing: Publishing House of Electronics Industry, 2010.
In article      
 

Published with license by Science and Education Publishing, Copyright © 2018 Shilian Cai

Creative CommonsThis work is licensed under a Creative Commons Attribution 4.0 International License. To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/

Cite this article:

Normal Style
Shilian Cai. Research on the Funds Forecasting and Quality Control of Book Purchasing. Journal of Computer Sciences and Applications. Vol. 6, No. 1, 2018, pp 23-31. https://pubs.sciepub.com/jcsa/6/1/3
MLA Style
Cai, Shilian. "Research on the Funds Forecasting and Quality Control of Book Purchasing." Journal of Computer Sciences and Applications 6.1 (2018): 23-31.
APA Style
Cai, S. (2018). Research on the Funds Forecasting and Quality Control of Book Purchasing. Journal of Computer Sciences and Applications, 6(1), 23-31.
Chicago Style
Cai, Shilian. "Research on the Funds Forecasting and Quality Control of Book Purchasing." Journal of Computer Sciences and Applications 6, no. 1 (2018): 23-31.
Share
[1]  Xu Ying. The prediction of the volume and circulation of the Chinese Library [J], journal of intelligence, 1999, 18(6): 53-56.
In article      
 
[2]  Lu Xiaobin. Information analysis [M]. Beijing: science and Technology Literature Press, 2007.
In article      
 
[3]  Sun Bao, Zhao Yanmei, Wang Zili, Li Jianhui. Research on Procurement quantity Modeling based on Borrowing Statistics [J]. Information science, 2011 / 29: 103-107.
In article      
 
[4]  Tan Wenhua. Grey Prediction of Book flow in University University Library [J]. Modern Intelligence: 10: 119-120.
In article      
 
[5]  Cao Zhen. The configuration of the Chinese copy of the University Library [J]. Journal of the university library 3: 53-56
In article      
 
[6]  Wang Juping. A preliminary study on quantitative Analysis and Prediction methods in Library Science and Information Science [J]. Journal of Intelligence 2007 / 1: 105-106.
In article      
 
[7]  Liu Xinwen. Quantitative analysis of the quantity of duplicated books in library [J]. Journal of Southwest China Normal University, 2007(4): 87-89.
In article      
 
[8]  Wang Jian. Multiple regression analysis method to predict the average duplicate quantity [J]. Journal of Ningxia Teachers College (social science), 2010: 5: 167-168.
In article      
 
[9]  Wang Tingman, Shen Si. Using Grey system Theory to predict the expense of Books and Literature [J]. Journal of Xi'an Institute of Science and Technology, 2002, 22(9): 367-370.
In article      
 
[10]  Shi Yanfen. Application of explanatory structure Model in quality Analysis and Control of Book Purchasing [J]. Library work and Study, 2012, 56 (5): 94-97.
In article      
 
[11]  Zhu Chunhui. Distribution of Book Utilization and its influence on Collection Construction[J]. Library Development, 2011(3): 56-64.
In article      
 
[12]  Wang Fang. An Analytical Model of specialized Books quality in Colleges and Universities and its Application [J]. The Library Journal of Henan, 2007, 27 (1): 10-13.
In article      
 
[13]  Zhang Xuelian, Li Liyan. BP Neural Network Forecasting Model of Book and Literature funding [J]. Journal of Intelligence, 2006 (6): 115-116.
In article      
 
[14]  Bai Xuebing. Research on Economic Prediction Model based on BP and RBF Neural Network [J]. Computer knowledge and Technology, 2011, 7(10): 2345-2347.
In article      
 
[15]  Zhu Kai, Wang Zhenglin. Proficient in MATLAB neural network [M]. Beijing: Publishing House of Electronics Industry, 2010.
In article