Reinforcement Learning?

What is Reinforcement Learning?
In supervised learning, a teacher provides a category label or cost for each pattern in a training set, and we seek to reduce the sum of the costs for these patterns. In unsupervised learning or clustering there is no explicit teacher, and the system forms clusters or “natural groupings” of the input patterns.In reinforcement learning, no desired category signal is given; instead, the only teaching feedback is that the tentative category is right or wrong
Posted in Uncategorized | Leave a comment

Euclidean distance

Calculate Euclidean distance between points (2, -1) and (-2, 2)

Posted in Uncategorized | Tagged | Leave a comment

K-means

Q.1 Explain with neat block diagram K-Means Clustering

Q.2 What are various applications of k-means clustering? Explain

1. It is relatively efficient and fast. It computes result at O(tkn), where n is number of objects or points, k is number of clusters and t is number of iterations.

2. k-means clustering can be applied to machine learning or data mining

3. Used on acoustic data in speech understanding to convert waveforms into one of k categories (known as Vector Quantization or Image Segmentation).

4. Also used for choosing color palettes on old fashioned graphical display devices and Image Quantization.

Q.3 Assume the following dataset is given: (2,2), (4,4), (5,5), (6,6),(9,9) (0,4), (4,0) . K-Means is run with k=3 to cluster the dataset. Moreover, Manhattan distance is used as the distance function to compute distances between centroids and objects in the dataset. Moreover, K-Mean’s initial clusters C1, C2, and C3 are as follows:

C1: {(2,2), (4,4), (6,6)};                      C2: {(0,4), (4,0)};        C3: {(5,5), (9,9)}

Now K-means is run for a single iteration; what are the new clusters and what are their centroids?

Solution:-

Center c1: (4,4) Center c2: (2,2) Center c3: (7,7)

d(2,2)(4,4)=4; d(2,2)(2,2)=0; d(2,2)(7,7)=10;

d(4,4)(4,4)=0;d(4,4)(2,2)=4;d(4,4)(7,7)=6;

d(5,5)(4,4)=2;d(5,5)(2,2)=6;d(5,5)(7,7)=4;

d(6,6)(4,4)=4;d(6,6)(2,2)=8;d(6,6)(7,7)=2;

d(9,9)(4,4)=10;d(9,9)(2,2)=14;d(9,9)(7,7)=4;

d(0,4)(4,4)=4;d(0,4)(2,2)=4;d(0,4)(7,7)=10;

d(4,0)(4,4)=4;d(4,0)(2,2)=4;d(4,4)(7,7)=10;

So: c1{(4,4),(5,5),(0,4),(4,0)} or c1{(4,4),(5,5 )}

c3{(6,6),(9,9)} or c3{(6,6),(9,9)}

Posted in Uncategorized | Leave a comment

Business Intelligence

Q.1 What is difference between AI and BI.?
  BI is different from Artificial Intelligence (AI).  AI systems make decisions for the users.  BI systems help the users make the right decisions, based on available data
Q.2 What is BI?
  Business Intelligence (BI) is –

the new technology for understanding the past & predicting the future …

– a broad category of technologies that allows for

• gathering, storing, accessing & analyzing data to help business users make better decisions

• analyzing business performance through data-driven insight

– a broad category of applications, which include the activities of

• decision support systems

• query and reporting

• online analytical processing (OLAP)

• statistical analysis, forecasting, and data mining.

Posted in Uncategorized | Leave a comment

ITBM Test 1 Questions

Q.1 What are the benefits, limitations and disadvantages of ERP? Explain.
Q.2 What is E-commerce.? Explain Business – to – Business Model of E-Commerce with a neat diagram.
Q.3 Define ERP. How do conventional application packages and ERP packages differ?

 

Posted in Uncategorized | Leave a comment

Difference Between E-COMMERCE and M-COMMERCE

BASIS FOR COMPARISON E-COMMERCE M-COMMERCE
Meaning Any kind of commercial transaction that is concluded, over the internet using electronic system is known as e-commerce. M-commerce refers to the commercial activities which are transacted with the help of wireless computing devices such as cell phone or laptops.
Which device is used? Computers and Laptops Mobiles, tablets, PDA’s, iPad etc.
Developed In 1970’s In 1990’s
What is it? Superset Subset
Ease of carrying device No Yes
Use of internet Mandatory Not mandatory
Reach Narrow i.e. it is available only in those places where there is internet along with electricity. Broad due to its portability.

 

Posted in Uncategorized | Leave a comment

SAP Question Bank 2

Q.1.Explain Different components of SAP R/3 3-tier Architecture

Q.2 How the SAP Logon Process works?

Q.3. Explain different SAP layers

Q.4. Explain SAP R/3

Answers

Posted in Uncategorized | Leave a comment

SAP Question Bank 1

Q.1

What is SAP?

A

SAP stands for Systems Applications and Products in Data Processing. SAP by definition is also named of the ERP (Enterprise Resource Planning) software as well the name of the company.SAP Software was Founded in 1972 by Wellenreuther, Hopp, Hector, Plattner and Tschira. SAP system consists of a number of fully integrated modules, which covers virtually every aspect of the business management. SAP is #1 in the ERP market. As of 2010, SAP has more  than 140,000 installations worldwide, over 25 industry-specific business solutions and more than 75,000 customers in 120 countries Other Competitive products of SAP Software in the market are  Oracle, Microsoft Dynamics etc.

Q.2

What are various Business Processes included in SAP ERP ?

A

Business Processes included in SAP ERP are

Operations (Sales & Distribution, Materials Management, Production Planning, Logistics Execution, and Quality Management),

Financials (Financial Accounting, Management Accounting, Financial Supply Chain Management),

Human Capital Management (Training, Payroll, e-Recruiting)

Corporate Services (Travel Management, Environment, Health and Safety, and Real-Estate Management).

Q.3

What are advantages and Disadvantages of SAP?

Advantage
  • Allows easier global integration (barriers of currency exchange rates, language, and culture can be bridged automatically)
  • Updates only need to be done once to be implemented company-wide
  • Provides real-time information, reducing the possibility of redundancy errors
  • May create a more efficient work environment for employees[10]
  • Vendors have past knowledge and expertise on how to best build and implement a system
  • User interface is completely customizable allowing end users to dictate the operational structure of the product
Disadvantages
  • Locked into relationship by contract and manageability with vendor – a contract can hold a company to the vendor until it expires and it can be unprofitable to switch vendors if switching costs are too high
  • Inflexibility – vendor packages may not fit a company’s business model well and customization can be expensive
  • Return on Investment may take too long to be profitable
  • Implementations have a risk of project failure

Q.4

What is ABAP (Advanced Business Application Programming)?

A

SAP use ABAP (Advanced Business Application Programming) which can be classified as 4th Generation Programming Language. SAP ABAP is a high level programming language created by the German software company SAP. Its syntax is somewhat similar to COBOL. It has many of the features of other modern programming languages such as the familiar C, Visual Basic, and Power Builder. 
Posted in Uncategorized | Leave a comment

MCQ on SAP

1. SAP was founded in which year?

A)1972
B)1974
C)1980
D)1982

2. Application server of the sap system is run by?

A) ABAP and JAVA
B) ABAP
C) JAVA
D) C++

3.What does SAP stand for?

A)Systems Applications and Products for Data Processing
B)Systems Applications and Products for Data Warehousing
C)Systems Applications and Products for Data Maintaining
D)Systems Applications and Products for Data collecting

4. Which SAP release is based on a mainframe ?

A)R1
B)R2
C)R3
D)All of the above

5. Select the correct Business Suite system.
A) CRM
B) EP
C) MDM
D) XI

6.What is SAP Instance?

A )Group of Database that make a system run
B )Group of SAP instances that make a system run
C )Group of Services that make a system run
D )Group of O/S level Files that make a system run

7. What is a Valid Configuration for a R3 System?

A )Many App servers and one database server
B )No app server and one database server
C )One app server and many database servers
D )None of the above

8.Which layer in a SAP client server architecture processes ABAP programs?

A)Database layer
B)Presentation layer
C)Application layer
D)none of the above

 

Posted in Uncategorized | Leave a comment

Project Synopsis Template Final IT

Final Year Project Synopsis – Template (Click Here)

Posted in Project, Uncategorized | Leave a comment