Showing 37-45 of 82 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…
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…
Scikit in Machine Learning
Scikit-learn (Sklearn) is the most useful and robust library for machine learning in Python. It provides a selection of efficient tools for machine learning and statistical modeling including classification, regression, clustering and dimensionality reduction via a consistence interface in Python. This library, which is largely written in Python, is built…
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.…
Human Computer Interface
This course by Academy Europe provides the basic knowledge on human computer interface and designing. It also throws a light on the current tools and practices and the future aspects of HCI designing. https://youtu.be/LOsVhNu97v0 Free Certification Academy Europe presents high-quality formal diplomas, certificates and e-certificates which are formal proof and…
Logistic Regression in Python
Logistic Regression is a statistical method of classification of objects. In this tutorial, we will focus on solving binary classification problem using logistic regression technique. This course by Academy Europe also presents a case study that will let you learn how to code and apply Logistic Regression in Python. https://youtu.be/QtWBUoxsaCw…
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…