Showing 127-135 of 330 results
Simple Object Access Protocol
Simple Object Access Protocol, SOAP is an open-standard, XML-based messaging protocol for exchanging information among computers. This is a brief course that introduces the readers to the fundamentals of SOAP before moving on to explain its various elements, encoding, and how SOAP is transported. Audience This course has been prepared…
Programming Methodologies
When programs are developed to solve real-life problems like inventory management, payroll processing, student admissions, examination result processing, etc., they tend to be huge and complex. Programming Methodology is the approach to analyzing such complex problems by planning the software development and controlling the development process. In this course, we…
Forex Trading Master
Forex Market is an exciting place. The one good thing about entering into the forex market is that you can trade anytime as per your convenience. The forex market is enormous in size and is the largest market with millions of participants. Hundreds of thousands of individuals (like us), money…
Forex Trading
Forex Market is an exciting place. The one good thing about entering into the forex market is that you can trade anytime as per your convenience. The forex market is enormous in size and is the largest market with millions of participants. Hundreds of thousands of individuals (like us), money…
Parallel Computer Architecture
Parallel Computer Architecture is the method of organizing all the resources to maximize the performance and the programmability within the limits given by technology and the cost at any instance of time. It adds a new dimension in the development of computer system by using more and more number of…
Competitive Dance
Competitive dance is a sport where dancers compete by performing dances in a number of permitted dance styles like tap, lyrical, jazz, acro, ballet, hip-hop, contemporary, modern etc. before a common group of judges. In this tutorial, we will discuss about dancing in the competitive perspective, its various competitions, awards,…
Theano in Python
Theano is a Python library that lets you define mathematical expressions used in Machine Learning, optimize these expressions and evaluate those very efficiently by decisively using GPUs in critical areas. It can rival typical full C-implementations in most of the cases. Audience This course by Academy Europe is designed to…
Parallel Algorithm
A parallel algorithm can be executed simultaneously on many different processing devices and then combined together to get the correct result. Parallel algorithms are highly useful in processing huge volumes of data in quick time. This tutorial provides an introduction to the design and analysis of parallel algorithms. In addition,…