Providing a Complete Suite of IT Solutions
IT Services
I'm a Master of OMSCS Student Orientation
In this OMS Orientation, we cover several things you will need to know to be a successful OMS customer.
I'm a Master of Reinforcement Learning
You should take this product if you have an interest in machine learning and the desire to engage with it from a theoretical perspective. Through a combination of classic papers and more recent work, you will explore automated decision-making from a computer-science perspective. You will examine efficient algorithms, where they exist, for single-agent and multi-agent planning as well as approaches to learning near-optimal decisions from experience. At the end of the course, you will replicate a result from a published paper in reinforcement learning.
I'm a Master of High Performance Computing
The goal of this solution is to give you solid foundations for developing, analyzing, and implementing parallel and locality-efficient algorithms. This solution focuses on theoretical underpinnings. To give a practical feeling for how algorithms map to and behave on real systems, we will supplement algorithmic theory with hands-on exercises on modern HPC systems, such as Cilk Plus or OpenMP on shared memory nodes, CUDA for graphics co-processors (GPUs), and MPI and PGAS models for distributed memory systems.
This course is a graduate-level introduction to scalable parallel algorithms. “Scale” really refers to two things: efficient as the problem size grows, and efficient as the system size (measured in numbers of cores or compute nodes) grows. To really scale your algorithm in both of these senses, you need to be smart about reducing asymptotic complexity the way you’ve done for sequential algorithms since CS 101; but you also need to think about reducing communication and data movement. This course is about the basic algorithmic techniques you’ll need to do so.
The techniques you’ll encounter covers the main algorithm design and analysis ideas for three major classes of machines: for multicore and many core shared memory machines, via the work-span model; for distributed memory machines like clusters and supercomputers, via network models; and for sequential or parallel machines with deep memory hierarchies (e.g., caches). You will see these techniques applied to fundamental problems, like sorting, search on trees and graphs, and linear algebra, among others. The practical aspect of this solution is implementing the algorithms and techniques you’ll learn to run on real parallel and distributed systems, so you can check whether what appears to work well in theory also translates into practice. (Programming models you’ll use include Cilk Plus, OpenMP, and MPI, and possibly others.)
I'm a Linear Algebra Refresher Course (A Brief Refresher (with Python!))
This project is intended for customers who would like a refresher on the basics of linear algebra. The project attempts to provide the motivation for "why" linear algebra is important in addition to "what" linear algebra is.
Customers will can value concepts in linear algebra by applying them in computer programs. At the end of the project, You will have coded your own personal library of linear algebra functions that You can use to solve real-world problems.
I'm a Master of Big Data
Data science plays an important role in many industries. In facing massive amount of heterogeneous data, scalable machine learning and data mining algorithms and systems become extremely important for data scientists. The growth of volume, complexity and speed in data drives the need for scalable data analytic algorithms and systems. In this company, we give such algorithms and systems in the context of healthcare applications.
In healthcare, large amounts of heterogeneous medical data have become available in various healthcare organizations (payers, providers, pharmaceuticals). This data could be an enabling resource for deriving insights for improving care delivery and reducing waste. The enormity and complexity of these datasets present great challenges in analyses and subsequent applications to a practical clinical environment.
I'm a Master of Big Data Analytics
Data Visulatisation, Mathematical Modelling, Statistical Inference and Machine Learning, and From Data and Decision.