Showing 235-243 of 494 results
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…
Human Resource Management
Human Resource Management is an operation in companies, designed to maximize employee performance in order to meet the employer’s strategic goals and objectives. It is a process of recruiting, selecting employees, providing proper orientation, induction and training and developing skills. This is a brief introductory tutorial that explains the methodologies…
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,…
Competitive Climbing
Competitive climbing, also known as Comp, is a competitive sport where the players climb artificial walls that resemble natural rock formations. This sport is mostly played in indoor courts on artificial walls. The rules of the competition vary based on different categories. This tutorial will let you know about various aspects…
TensorFlow in Machine Learning
TensorFlow is an open source machine learning framework for all developers. It is used for implementing machine learning and deep learning applications. To develop and research on fascinating ideas on artificial intelligence, Google team created TensorFlow. TensorFlow is designed in Python programming language, hence it is considered an easy to…
Carrom
Carrom, known as the ‘strike and pocket’ board game and believed to have an Eastern origin, has gained popularity across the globe. It is played for recreation and also competitively at a professional level. This tutorial explains the basics of carrom, the rules governing the game, and how to play…
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…