Showing 28-36 of 85 results
Service Oriented Architecture
The Service Oriented Architecture is an architectural design which includes collection of services in a network which communicate with each other. The complication of each service is not noticeable to other service. Audience This course is designed for software programmers who would like to understand the concepts of SOA. This…
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…
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,…
Object Oriented Analysis & Design
This tutorial will help you understand the basics of object-oriented analysis and design along with its associated terminologies. Audience This tutorial has been designed to help beginners. After completing this tutorial, you will find yourself at a moderate level of expertise from where you can take yourself to next levels.…
PyBrain
Pybrain is an open-source library for Machine learning implemented using python. The library offers you some easy to use training algorithms for networks, datasets, trainers to train and test the network. Free Certification Academy Europe presents high-quality formal diplomas, certificates and e-certificates which are formal proof and recognition of accredited…
Functional Programming of Computer
Functional programming languages are specially designed to handle symbolic computation and list processing applications. Functional programming is based on mathematical functions. Some of the popular functional programming languages include: Lisp, Python, Erlang, Haskell, Clojure, etc. https://youtu.be/nn9UlBbnnPY This course by Academy Europe provides a brief overview of the most fundamental concepts…
Python Deep Learning
Python is a general-purpose high level programming language that is widely used in data science and for producing deep learning algorithms. https://youtu.be/1LSJ3dH7VkE This brief course by Academy Europe introduces Python and its libraries like Numpy, Scipy, Pandas, Matplotlib; frameworks like Theano, TensorFlow, Keras. The tutorial explains how the different libraries…
Extreme Programming Software
Extreme programming (XP) is a software development methodology, which is intended to improve software quality and responsiveness to changing customer requirements. As a type of agile software development, it advocates frequent “releases” in short development cycles, to improve productivity and introduce checkpoints at which new customer requirements can be adopted.…