Looking for a Tutor Near You?

Post Learning Requirement ยป
x
x

Direction

x

Ask a Question

x

Hire a Tutor

IT Training Spring Training Courses in Dubai

Filter

Explore a comprehensive array of IT Training Spring Training courses in Dubai meticulously crafted to cater to your educational requirements. Delve into accredited programs, guided by expert instructors, and take advantage of flexible learning solutions to excel in your chosen field. Enroll today and commence a transformative educational journey

Unfortunately, we do not have enough data to exhibit a list in relevance to your query. However, if you are looking for a few alternative courses in Dubai, here's a compilation of courses for your reference.

26 to 50 of 2003 Courses
Simpliv Llc

By:   Simpliv Llc

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Python

Course Details

Taught by a 4 person team including 2 Stanford-educated, ex-Googlers and 2 ex-Flipkart Lead Analysts. This team has decades of practical experience in working with Java and with billions of rows of data. 

Get your data to fly using Spark for analytics, machine learning and data science 

Let’s parse that.

What's Spark? If you are an analyst or a data scientist, you're used to having multiple systems for working with data. SQL, Python, R, Java, etc. With Spark, you have a single engine where you can explore and play with large amounts of data, run machine learning algorithms and then use the same system to productionize your code.

Analytics: Using Spark and Python you can analyze and explore your data in an interactive environment with fast feedback. The course will show how to leverage the power of RDDs and Dataframes to manipulate data with ease. 

Machine Learning and Data Science : Spark's core functionality and built-in libraries make it easy to implement complex algorithms like Recommendations with very few lines of code. We'll cover a variety of datasets and algorithms including PageRank, MapReduce and Graph datasets. 

What's Covered:

Lot's of cool stuff ..

  • Music Recommendations using Alternating Least Squares and the Audioscrobbler dataset
  • Dataframes and Spark SQL to work with Twitter data
  • Using the PageRank algorithm with Google web graph dataset
  • Using Spark Streaming for stream processing 
  • Working with graph data using the  Marvel Social network dataset 

.. and of course all the Spark basic and advanced features: 

  • Resilient Distributed Datasets, Transformations (map, filter, flatMap), Actions (reduce, aggregate) 
  • Pair RDDs , reduceByKey, combineByKey 
  • Broadcast and Accumulator variables 
  • Spark for MapReduce 
  • The Java API for Spark 
  • Spark SQL, Spark Streaming, MLlib and GraphFrames (GraphX for Python) 

Using discussion forums

Please use the discussion forums on this course to engage with other students and to help each other out. Unfortunately, much as we would like to, it is not possible for us at Loonycorn to respond to individual questions from students:-(

We're super small and self-funded with only 2 people developing technical video content. Our mission is to make high-quality courses available at super low prices.

The only way to keep our prices this low is to *NOT offer additional technical support over email or in-person*. The truth is, direct support is hugely expensive and just does not scale.

We understand that this is not ideal and that a lot of students might benefit from this additional support. Hiring resources for additional support would make our offering much more expensive, thus defeating our original purpose.

It is a hard trade-off.

Thank you for your patience and understanding!

Who is the target audience?

  • Yep! Analysts who want to leverage Spark for analyzing interesting datasets
  • Yep! Data Scientists who want a single engine for analyzing and modelling data as well as productionizing it.
  • Yep! Engineers who want to use a distributed computing engine for batch or stream processing or both

BASIC KNOWLEDGE

  • The course assumes knowledge of Python. You can write Python code directly in the PySpark shell. If you already have IPython Notebook installed, we'll show you how to configure it for Spark
  • For the Java section, we assume basic knowledge of Java. An IDE which supports Maven, like IntelliJ IDEA/Eclipse would be helpful
  • All examples work with or without Hadoop. If you would like to use Spark with Hadoop, you'll need to have Hadoop installed (either in pseudo-distributed or cluster mode).

WHAT YOU WILL LEARN

  • Use Spark for a variety of analytics and Machine Learning tasks
  • Implement complex algorithms like PageRank or Music Recommendations
  • Work with a variety of datasets from Airline delays to Twitter, Web graphs, Social networks and Product Ratings
  • Use all the different features and libraries of Spark : RDDs, Dataframes, Spark SQL, MLlib, Spark Streaming and GraphX
Simpliv Llc

By:   Simpliv Llc

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Python Programming

Course Details

A Note on the Python versions 2 and 3: The code-along in this class all use Python 2.7. Source code (with copious amounts of comments) is attached as a resource with all the code-along. The source code has been provided for both Python 2 and Python 3 wherever possible.

What's Covered:

  • Introductory Python: Functional language constructs; Python syntax; Lists, dictionaries, functions and function objects; Lambda functions; iterators, exceptions and file-handling
  • Database operations: Just as much database knowledge as you need to do data manipulation in Python
  • Auto-generating spreadsheets: Kill the drudgery of reporting tasks with xlsxwriter; automated reports that combine database operations with spreadsheet auto-generation
  • Text processing and NLP: Python’s powerful tools for text processing - nltk and others.
  • Website scraping using Beautiful Soup: Scrapers for the New York Times and Washington Post
  • Machine Learning : Use sk-learn to apply machine learning techniques like KMeans clustering
  • Hundreds of lines of code with hundreds of lines of comments
  • Drill #1: Download a zip file from the National Stock Exchange of India; unzip and process to find the 3 most actively traded securities for the day
  • Drill #2: Store stock-exchange time-series data for 3 years in a database. On-demand, generate a report with a time-series for a given stock ticker
  • Drill #3: Scrape a news article URL and auto-summarize into 3 sentences
  • Drill #4: Scrape newspapers and a blog and apply several machine learning techniques - classification and clustering to these

Using discussion forums

Please use the discussion forums on this course to engage with other students and to help each other out. Unfortunately, much as we would like to, it is not possible for us at Loonycorn to respond to individual questions from students:-(

We're super small and self-funded with only 2 people developing technical video content. Our mission is to make high-quality courses available at super low prices.

The only way to keep our prices this low is to *NOT offer additional technical support over email or in-person*. The truth is, direct support is hugely expensive and just does not scale.

We understand that this is not ideal and that a lot of students might benefit from this additional support. Hiring resources for additional support would make our offering much more expensive, thus defeating our original purpose.

It is a hard trade-off.

Thank you for your patience and understanding!

Who is the target audience?

  • Yep! Folks with zero programming experience looking to learn a new skill
  • Machine Learning and Language Processing folks looking to apply concepts in a full-fledged programming language
  • Yep! Computer Science students or software engineers with no experience in Java, but experience in Python, C++ or even C#. You might need to skip over some bits, but in general the class will still have new learning to offer you :-)

BASIC KNOWLEDGE

  • No prior programming experience is needed :-)
  • The course will use a Python IDE (integrated development environment) called iPython from Anaconda. We will go through a step-by-step procedure on downloading and installing this IDE.

WHAT YOU WILL LEARN

  • Pick up programming even if you have NO programming experience at all
  • Write Python programs of moderate complexity
  • Perform complicated text processing - splitting articles into sentences and words and doing things with them
  • Work with files, including creating Excel spreadsheets and working with zip files
  • Apply simple machine learning and natural language processing concepts such as classification, clustering and summarization
  • Understand Object-Oriented Programming in a Python context
Reyasat Khan

By:   Reyasat Khan

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Digital Marketing

Course Details

The Digital Marketing course gives you step by step training on how to market your business from scratch, across major marketing channels.

Elegant Professional And Management Development Training

By:   Elegant Professional And Management Development Training

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Video Editing

Course Details

After Effects is designed to allow those new to video animation techniques or who are self-taught, to get the most from immensely powerful software. Learn to create rich compositions with video, Photoshop, Illustrator and other files. Create advanced test effects, video blending, keying effects and track mattes. Learn basic through advanced animation techniques that make After Effects an unrivalled motion graphics toolset. This course introduces you to the newest techniques and tools used in Adobe After Effects CC 2017.

Elegant Professional And Management Development Training

By:   Elegant Professional And Management Development Training

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Adobe Tools

Course Details

This course covers the details of Adobe Photoshop. Find out how to perform  editing tasks, cropping and straightening, colour and tonal adjustments, various selection techniques, working with layers, image retouching and restoration methods. We will show you how to achieve more creative effects with filters, layer effects, type and creating photos.

Muhammad Irfan Azam

By:   Muhammad Irfan Azam

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Python

Course Details

This course is intended to familiarize students with Python programming language and its basic constructs. 

It requires 10 hours of training split into multiple days based on student's convenience and pace.

Jimmy Varghese

By:   Jimmy Varghese

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    MS Office

Course Details

  • Intermediate Level,
  • Advance Level,
  • Dash Boards,
  • Charts & Diagrams,
  • Pivot Table in detail
Al Majaz Star Computer Training Center

By:   Al Majaz Star Computer Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    C# (C Sharp)

Course Details

  • Introduction
  • Variables
  • Data Types
  • Operators
  • Keywords
  • Control Statement
  • Looping in C#
  • Functions in C#
  • Arrays
  • Object Class
  • C# Constructor
  • C# Destructor
  • C# Enum
  • Properties
  • Inheritance
  • C# Aggregation
  • Polymorphism
  • Abstraction
  • Interface
  • Namespace
  • Access Modifiers
  • Strings
  • C# Exception Handling
  • C# File IO
  • C# Serialization
  • C# Deserialization
  • C# Collections
  • C# Generics
  • C# Generics
  • C# Multithreading
  • C# Synchronization
  • C# Programs:
  • Fibonacci Series
  • Prime Number
  • Palindrome Number
  • Factorial
  • Armstrong Number
  • Sum of digits
  • Reverse Number
  • Swap Number
  • Decimal to Binary
  • Number in Characters
  • Alphabet Triangle
  • Number Triangle
Al Majaz Star Computer Training Center

By:   Al Majaz Star Computer Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Wordpress Training

Course Details

Wordpress powers millions of blogs and websites. Learn to create your own website or blog.

Omar Bin Ayaz

By:   Omar Bin Ayaz

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    MS Office

Course Details

Advance MS Excel, Including data table Vlookup Monte Carlo simulations and introduction to VBA.

Cybermodo Training Solutions

By:   Cybermodo Training Solutions

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Web Designing

Course Details

CyberModo has trained many individuals and corporate levels and we are proud for the share of contribution we made in the lives of those who we have trained. 

Web Designing Basic:

  • Software Covered: (HTML, CSS, DreamWeaver, Flash)
  • Platform: MAC and Windows
  • Software: can be provided, learning purpose only
  • Material: Printed lesson plan, Keyboard shortcut keys and soft-copy
  • Duration: 30 Hrs (hours can be increased if needed without any extra pay)
  • Class strength: One-to-one or maximum of two in a batch.

Web Designing Advanced:

  • Software Covered: (HTML, CSS, DreamWeaver, Flash)
  • Platform: MAC and Windows
  • Software: can be provided, learning purpose only
  • Material: Printed lesson plan, Keyboard shortcut keys and soft-copy
  • Duration: 40 Hrs (hours can be increased if needed without any extra pay)
  • Class strength: One-to-one or maximum of two in a batch.

Candidates can also select the individual course for training mentioned above as per their requirement. 

Note: It is recommended to know Photoshop for Web Designing Course.

When does course begin?
You can start anytime after the registration, as we do not take more than two candidates in a batch. 

Duration of class: Each class goes for the two-hour session, but if needed it can be extended to 4-5 hours to finish the course quickly, Weekend (Fri and Sat) also available. 

We can assure you of the quality training and all the studies material will be provided to you. Flexible days and time are available on Weekend and Weekdays between 9 am to 9 pm. 
If you have any further queries, please do not hesitate to call so that our consultant can provide you with more information over the phone.

To protect your investment - we have a course retake guarantee... so there is absolutely no risk to you. 

New Horizons Training - Dubai

By:   New Horizons Training - Dubai

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Microsoft Certification

Course Details

Microsoft Office 365

  • 20347 Enabling and Managing Office 365
  • 55154 Office 365 for the End-User

Microsoft Office 2010

  • Office 2010 New Features

Microsoft Office 2007

  • Office 2007 New Features
Siv Ira

By:   Siv Ira

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Oracle Training

Course Details

Oracle Financials ERP General Ledger Business User course for 3 days only.

Basics of Oracle Financials ERP,

Basics of Oracle Financials all other Modules Accounts Payable, Accounts Receivables, Fixed Assets and Cash Management

Basics of Subledger concept

Full syllabus of Oracle Financials general ledger, Journal Creation, posting, allocation, recurring journals, reporting, etc.

Mohanned

By:   Mohanned

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    MS Office

Course Details

Give lessons on IC3, ICDL, MOS, and office subjects (word, excel, powerpoint, access). so the student will use the computer programs in a professional way.

Mahmadinayat Abdulgafar Suriya

By:   Mahmadinayat Abdulgafar Suriya

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    C Language

Course Details

This course gives fundamentals of programming language which is useful in developing applications in various fields & gives knowledge of the latest concept of 'C' language. The fundamental concepts of learning a computer programming language have been covered in this course which will enhance their ability to suitably use it in their respective field of applications.

Mindbuilders Training Centre

By:   Mindbuilders Training Centre

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    ICT Training

Course Details

  • MS OFFICE COURSE 
  • ‘C’ LANGUAGE 
  • PROGRAMMING IN ‘C++ COURSE 
  • BASIC JAVA PROGRAMMING COURSE 
  • HTML COURSE 
  • SQL  COURSE
  • VISUAL BASIC COURSE 
  • FLASH COURSE       
Srinivas

By:   Srinivas

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    Others

Course Details

We are starting a new batch of Power Bi online training. Using Power Bi one is able to visualise and monitor their business data in an interactive manner.

Delphi Star Training Center

By:   Delphi Star Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    SAP Training

Course Details

SAP BASIS—the underlying system software that forms an effective platform for customer and module specific applications, is typically a middleware program. It bridges the gap between the SAP computational architecture, its network and operating system; and the other modules like those linked with accounting, finance, quality management and so forth. SAP BASIS includes RDBMS, GUI and other powerful components for system administration.
This module describes the various fundamentals of SAP system administration and is an effective technology that provides the necessary support for SAP applications, system administration and memory management. BASIS emphasises upon the administration of RDBMS (Relational Database Management System) or any other database used by the SAP environment, client-server architecture as well as the SAP GUI.
It is a definition of the interface between BASIS and system components; user/ system administration; and varied monitoring tools. It includes the data dictionary and a scalable development platform for SAP based applications too.
SAP BASIS is a very popular SAP module among graduates of all disciplines

Delphi Star Training Center

By:   Delphi Star Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    SAP Training

Course Details

SAP PLANT MAINTANENCE (PM) - one of the most popular SAP modules, is an integral part of modern day ERP systems and helps the other SAP modules in covering all the primary departments of a client enterprise. 

SAP PM application component offers businesses with a complete software solution for maintaining all activities which need to be performed within a company. The functions and data of all maintenance procedure executed within a company can be completely interconnected.

Delphi Star Training Center

By:   Delphi Star Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    SAP Training

Course Details

SAP Enterprise Portal Training to learn one of the modules of SAP. SAP Enterprise Portal is one of the foundation blocks in the SAP NetWeaver architecture. It delivers more than mere different sources. It provides collaboration and interaction between various applications. With an assistance of SAP EP, organisations can provide their customers, employees, partners and suppliers with a center point of access to the company services, applications and information required for conducting daily work.

SAP Enterprise Portal Training will provide you with an assistance to learn how Portal offers access to business processes and information, content management, social collaboration across various consumption channels.

Delphi Star Training Center

By:   Delphi Star Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    SAP Training

Course Details

SAP ERP Sales and Distribution —a comprehensive sales management solution impacting a broad range of verticals, is an integral part of the logistics module which supports client organisations. This SAP module takes care of the processes linked to quotations, sales orders, billing and everything in between. Tightly integrated with the PP and MM functional modules, SAP SD (Sales and Distribution) also helps companies manage their customer sales price, keep a track of open orders and get their hands on accurate forecasts.

Dedicated to the cause of maximising profits and bringing about positive improvements in sales figures, this innovative programming platform for sales and distribution processes makes each department of an organisation perform in a smooth and efficient manner. Along with managing the distribution chain of a company’s products, SAP SD is largely responsible for tackling other sales management activities like marketing, sales promotion, advertisements, pricing and so forth.

Delphi Star Training Center

By:   Delphi Star Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    SAP Training

Course Details

SAP Advanced Business Application Programming SAP ABAP is a programming tool used to develop all of R/3’s applications and even parts of its Basis system. It is more than just the language. It is a set of professional tools used to extend R/3 applications to add enhancements and meet individual needs.

It can be used independent of SAP software to develop your own applications. The SAP ABAP programming language will improve reusability, maintenance and quality of the code including productivity. Also, ABAP is keyword oriented. It supports prototyping-based program development and structured programming.

SAP ABAP has a wide range of applications in an enterprise and is a reliable language for the development, testing and debugging of SAP-based solutions. It is typically a high-level programming language used for developing business applications for the Net -Weaver platform and SAP application server.

SAP ABAP is a high-level 4G language. This language was conceived to develop an enterprise application for large business and financial institution on SAP platform. This mainly aimed at reporting using syntax and semantics focused around data and business rules to manipulate those data.

 ABAP consultants are familiar with the basic concepts, architecture and important tools of the SAP Net Weaver Application Server ABAP and have in-depth knowledge about the ABAP development environment. They are fully equipped to create smart business applications, explore ABAP Objects and use the features of Web Dynpro for ABAP—which is SAP’s main UI technology suited for ABAP applications.

With a command over ABAP objects and other aspects of its programming and developing environment, ABAP consultants are making their SAP applications more secure, scalable and robust. So, join the bandwagon and look forward to smarter salaries, a positive looking career path and more challenging projects coming your way—today

Delphi Star Training Center

By:   Delphi Star Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    SAP Training

Course Details

SAP HANA is an in-memory data platform that is deployable as an on-premise appliance, or in the cloud. It is a revolutionary platform that's best suited for performing real-time analytics and developing and deploying real-time applications.

Delphi Star Training Center

By:   Delphi Star Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    SAP Training

Course Details

SAP HCM Training emphasis on quality and conceptual training which enable individuals to effectively manage information about the employees in the organisation and helps to explore the skills.

SAP HCM - a valuable set of applications that goes a long way in helping organisations generate successful business strategies for their people mission, is one of the most important SAP components in the hands of end users and consultants alike. By developing the skills and potential of their set employees through smartly designed SAP HCM tools, organisations are now getting their hands on the best workforce. This module is one of the most popular and widely used portions of the SAP Business Suite and can be competently developed with the help of easy - to - use web-based tools.

By using the sub-modules of SAP HCM (Human Capital Management), clients can get immediate access to convenient and easily manageable applications, well-organized results/ transactions on their web portals and the tools of e-learning and e-recruitment. SAP HR is custom - defined with the help of ABAP programming language and lays greater focus on resources management. Dedicated to the cause of developing employee satisfaction and talent, SAP HCM is closely integrated with ERP solutions and offers a complete set of applications for the effective management of all employees.

With the many advantages and features of SAP HCM by their side, organisations are now hiring the best talent in the industry, aligning employee goals with their own objectives, cultivating employee skills, and rewarding/ measuring their performance through accurate metrics. Along with the various functionalities mentioned above, SAP HCM also offers result-oriented solutions for the automation of all core HR processes, increasing the overall efficiency and effectiveness of the staff, reducing costs and supporting compliance. Even in the case of outsourcing these SAP HR (Human Resource) processes or running an internal shared service center, the solutions so provided by this multi-purpose SAP module supports the deployment models in a cost - effective and risk-free manner.

Delphi Star Training Center

By:   Delphi Star Training Center

  • Location :
    Dubai
  • Fees :
  • Duration :
  • Schedule :
  • Segment :
    IT Training
  • Subject :
    SAP Training

Course Details

SAP Materials Management module (MM) - one of the most popular SAP modules, is an integral part of modern day ERP systems and helps the other SAP modules in covering all the primary departments of a client enterprise. It is specifically designed to automate and streamline the processes of procurement, Inventory Management, valuation and invoice verification.

The MM application module is totally compatible with the SAP ERP software and manages the procurement as well as other inventory functions that keep taking place in day-to-day business operations. It encompasses all master data, transactions for completing all the procurement processes, system configuration and so forth. The SAP MM (Materials Management) module is responsible for many varied functions like goods receiving, purchasing, consumption-based planning, material storage and inventory and is well integrated with other modules belonging to the SAP R/3 System like:

In general, the SAP MM course aims to deliver knowledge and give on-hand training for the ERP system and all other processes related to smoother material management techniques. It builds upon all the above-mentioned configurations and concepts and allows students to gain complete knowledge in regards to SAP MM.