Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Beginner To Pro! Develop Apps With Ios 11, Swift 4 And Xcode

    Posted By: ELK1nG
    Beginner To Pro! Develop Apps With Ios 11, Swift 4 And Xcode

    Beginner To Pro! Develop Apps With Ios 11, Swift 4 And Xcode
    Last updated 10/2018
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 60.04 GB | Duration: 106h 41m

    Learn to Develop Apps in iOS with Xcode and Swift 4! Learn image manipulation and recognition techniques with practical

    What you'll learn
    Code in Apple's programming language, Swift 4.0.
    Make the code AND the art for projects from scratch.​
    Apply common filters to the images in your app.
    Develop an interface that will allow you to load, modify, and save CIImages.
    Use Facial Recognition software that is available in Swift to detect facial features such as eyes and smiles in photographs as well as ​Superimpose images onto other images​.
    Requirements
    To follow along with these tutorials, you will need Xcode, Apple's free software for making apps for iOS, macOS, tvOS, and watchOS. Xcode is only available on Mac computers or computers with virtual machine MacOS software.
    This course was recorded on a Mac.
    Description
    Want to Master Core Image Apps and learn to code? With ​​The Complete Beginner to Professional Course, you too can design and code practical apps and Core Images from scratch!No experience necessary. ​Even if you’ve never coded before, you can take this course. ​​One of the best features is that you can watch the tutorials at any speed you want. This means you can speed up or slow down the video if you want to!Why CIImages?In this course, you learn how to add unique features to the images in your apps. A CIImage is a representation of an image that can be altered with Core Image filters.These filters allow users to change and interact with images in cool and useful ways. CIImages provide a lot of power that other image types do not.This course is project-based, where you follow along with your instructor to build real projects. The best way for you to learn how to make your own app is to follow project-based training content.​ By taking this Course​​, you learn practical, employable skills immediately.​​ You can put the apps you make in this course in your portfolio!Why Xcode?Xcode is Apple's FREE software for app development. Xcode is user-friendly and has the tools you need to make apps for the iPhone, iPad, Mac, Apple Watch, and Apple TV. In this course, you learn how to add User Interface (UI) elements, including text fields, sliders, and buttons, to make an app. You learn to code in Swift 3.0, Apple's programming language, to make the app function.Is this course for me?By taking this course, you will gain the tools you need continue improving yourself in the field of app development. You will be able to apply what you learned to further experiment in Xcode and make your own apps able to perform more.Also, now included in this course are bonus courses of other related topics, such as C# and Java! You get more content at a great price!Enroll now to join the Mammoth community!

    Overview

    Section 1: Introduction to Course

    Lecture 1 How to Download Xcode 9

    Section 2: Language Basics

    Lecture 2 Language Basics Topics List

    Section 3: Variable and Constants

    Lecture 3 Learning Goals

    Lecture 4 Intro to Variables and Constants

    Lecture 5 Primitive types

    Lecture 6 Strings

    Lecture 7 Nil Values

    Lecture 8 Tuples

    Lecture 9 Type Conversions

    Lecture 10 Assignment Operators

    Lecture 11 Conditional Operators

    Lecture 12 Variables and Constants Text.playground

    Section 4: Collection Types

    Lecture 13 Topics List and Learning Objectives

    Lecture 14 Intro to Collection Types

    Lecture 15 Creating Arrays

    Lecture 16 Common Array Operations

    Lecture 17 Multidimensional Arrays

    Lecture 18 Ranges

    Lecture 19 Collection Types Text.playground

    Section 5: Control flow

    Lecture 20 Topics List and Learning Objectives

    Lecture 21 Intro to If and Else Statements

    Lecture 22 Else If Statements

    Lecture 23 Multiple Simultaneous Tests

    Lecture 24 Intro To Switch Statements

    Lecture 25 Advanced Switch Statement Techniques

    Lecture 26 Testing for Nil Values

    Lecture 27 Intro to While Loops

    Lecture 28 Intro to for…in Loops

    Lecture 29 Intro to For…In Loops (Cont'd)

    Lecture 30 Complex Loops and Loop Control statements

    Lecture 31 Control Flow Text.playground

    Section 6: Functions

    Lecture 32 Topics List and Learning Objectives

    Lecture 33 Intro to Functions

    Lecture 34 Function Parameters

    Lecture 35 Return Statements

    Lecture 36 Parameter Variations - Argument Labels

    Lecture 37 Parameter Variations - Default Values

    Lecture 38 Parameters Variations - InOut Parameters

    Lecture 39 Parameter Variations - Variadic Parameters

    Lecture 40 Returning Multiple Values Simultaneously

    Lecture 41 Functions Text.playground

    Section 7: Classes, Struct and Enums

    Lecture 42 Topics List and Learning Objectives

    Lecture 43 Intro to Classes

    Lecture 44 Properties as fields - Add to Class Implementation

    Lecture 45 Custom Getters and Setters

    Lecture 46 Calculated Properties

    Lecture 47 Variable Scope and Self

    Lecture 48 Lazy and Static Variables

    Lecture 49 Behaviour and Instance Methods

    Lecture 50 Class Type Methods

    Lecture 51 Class Instances as Field Variables

    Lecture 52 Inheritance, Subclassing and SuperClassing

    Lecture 53 Overriding Initializers

    Lecture 54 Overriding Properties

    Lecture 55 Overriding Methods

    Lecture 56 Structs Overview

    Lecture 57 Enumerations

    Lecture 58 Comparisons between Classes, Structs and Enums

    Lecture 59 Classes, Structs, Enums Text.playground

    Section 8: XCode Intro

    Lecture 60 Intro and Demo

    Lecture 61 General Interface Intro

    Lecture 62 File System Introduction

    Lecture 63 ViewController Intro

    Lecture 64 Storyboard File Intro

    Lecture 65 Connecting Outlets and Actions

    Lecture 66 Running an Application

    Lecture 67 Debugging an Application

    Lecture 68 XCode Intro - Source Files

    Section 9: Simple Calculator

    Lecture 69 Intro and Demo

    Lecture 70 Building the UI

    Lecture 71 Connecting Outlets and Actions

    Lecture 72 Implementation Planning

    Lecture 73 Storing Input Values and Choosing Operation

    Lecture 74 Implementing Calculate and Clear Function

    Lecture 75 Error Checking and Handling

    Lecture 76 Beautifying App and Finishing Touches

    Lecture 77 Simple Calculator Project

    Section 10: RGB Hex Code Colour Converter

    Lecture 78 Intro and Demo

    Lecture 79 Building the UI

    Lecture 80 Connecting Outlets and Actions

    Lecture 81 Planning Implementation and Setting Bluerpint

    Lecture 82 Implementing Conversion Selection

    Lecture 83 Implementing Hex to RGB Conversion

    Lecture 84 Implementing RGB to Hex Conversion

    Lecture 85 Improving App Appearance

    Lecture 86 RGB Hex Code Color Converter

    Section 11: Hangman Game

    Lecture 87 Demo and Intro

    Lecture 88 Building the UI

    Lecture 89 Connecting Outlets, Actions, and Textfield Protocol

    Lecture 90 Planning our Implementation Process

    Lecture 91 Implement Word and Hint Selection

    Lecture 92 Implementing Remaining Set Up

    Lecture 93 Implementing TextField Processing

    Lecture 94 Implementing Correct Guess Processing

    Lecture 95 Implementing Incorrect Guess Processing

    Lecture 96 Implementing The Last Bit of Functionality

    Lecture 97 Improving App Appearance

    Lecture 98 Hangman Game Project

    Section 12: Simple Flashcard App

    Lecture 99 Intro and Demo

    Lecture 100 Building the Interface

    Lecture 101 Connecting Outlets and Actions

    Lecture 102 Building the data Model

    Lecture 103 Planning Implementation

    Lecture 104 Implement Save Functionality

    Lecture 105 Implementing Fetch Functionality

    Lecture 106 Implementing Display Functionality

    Lecture 107 Implementing Delete Functionality

    Lecture 108 Improving App Appearance

    Lecture 109 BONUS More About the NSManagedObjectContext

    Lecture 110 BONUS Implementing Subject Search

    Lecture 111 Flashcard App Project

    Section 13: Simple Weather App

    Lecture 112 Introduction and Demo

    Lecture 113 Building and Connecting the UI

    Lecture 114 Learning about our Weather API

    Lecture 115 Planning Implementation Phase

    Lecture 116 Requesting and Retrieving Data

    Lecture 117 Decoding JSON Data into Structs

    Lecture 118 Setting up DateHandler Class

    Lecture 119 Sorting Data into Todays and Tomorrows Data

    Lecture 120 Storing Todays and Tomorrows Data

    Lecture 121 Displaying Data on UI

    Lecture 122 Retrieving and Displaying Icon

    Lecture 123 Improving App Appearance

    Lecture 124 Source Code

    Section 14: UIAlertController Intro

    Lecture 125 Intro and Demo

    Lecture 126 Setting up the UI

    Lecture 127 Displaying Simple Alert Message

    Lecture 128 Dismissing Alert

    Lecture 129 Adding Cancel Action

    Lecture 130 Adding Multiple Actions

    Lecture 131 Adding TextFields to Alert

    Lecture 132 Simulating Login Scenario

    Lecture 133 Altering alert controller Appearance

    Lecture 134 UIAlertController Intro

    Section 15: UIViews

    Lecture 135 Introduction

    Lecture 136 View Heirarchy with Storyboards

    Lecture 137 Modifying View Attributes with Storyboards

    Lecture 138 Changing Attributes Programmatically

    Lecture 139 Adding, Removing, and Shifting Subviews

    Lecture 140 CGAffineTransforms

    Lecture 141 Attaching Tap Gesture Recognizer to a View

    Lecture 142 UIViews Intro

    Section 16: UILabels

    Lecture 143 Introduction

    Lecture 144 Adding Label to Storyboard

    Lecture 145 Modifying Label Attributes Using Storyboards

    Lecture 146 Modifying Label Attributes Through Code

    Lecture 147 Adding Labels to Projects using ViewController

    Lecture 148 UILabels Intro

    Section 17: UIButtons

    Lecture 149 Intro

    Lecture 150 Why we Use Buttons

    Lecture 151 Modifying Button Attributes Using Storyboard

    Lecture 152 Using Button Outlets And Actions

    Lecture 153 Button Interaction With Other Elements

    Lecture 154 Connecting Multiple Buttons To Single Action

    Lecture 155 Adding Buttons Programatically

    Lecture 156 BONUS Setting Button Image

    Lecture 157 UIButtons Intro

    Section 18: UISegmentedControl

    Lecture 158 Introduction

    Lecture 159 What are UISegmentedControls

    Lecture 160 Adjusting Properties Using Storyboard

    Lecture 161 Adding Behaviour via Outlets and Actions

    Lecture 162 Adding Segmented Controls Programmatically

    Lecture 163 Source Code

    Section 19: UITextField

    Lecture 164 Introduction

    Lecture 165 Why We Use UITextFields

    Lecture 166 Modifying TextField Attributes Using Storyboard

    Lecture 167 Exploring TextField Attributes Using ViewController

    Lecture 168 Implementing TextField Actions

    Lecture 169 Adding TextFieldDelegate Methods

    Lecture 170 Implementing Should Delegate Methods

    Lecture 171 Implementing Did Delegate and Text Replacement Methods

    Lecture 172 Adding TextFields Programmatically

    Lecture 173 Source Code

    Section 20: UISlider

    Lecture 174 Introduction

    Lecture 175 What is a UISlider

    Lecture 176 Exploring Attributes in Storyboards

    Lecture 177 Adding Behaviour to Sliders

    Lecture 178 Changing Slider Properties Through Code

    Lecture 179 BONUS - Changing Slider Images

    Lecture 180 UISlider Intro

    Section 21: Apply Filters to CIImages Interface

    Lecture 181 Intro and Demo

    Lecture 182 Learning Goals

    Lecture 183 Setting up the UI

    Lecture 184 Finishing Set Up and Adding Resources

    Lecture 185 Applying a Simple Sepia Tone Filter

    Lecture 186 Viewing Filter Documentation

    Lecture 187 Testing Blur Filters

    Lecture 188 Testing Color Change Filters

    Lecture 189 Testing Composite and Distortion Effects

    Lecture 190 Testing Geometry Adjustment and Colour Gradient Filters

    Lecture 191 Stylizing and Tile Effect Filter

    Lecture 192 Exploring Transition Effect Filters

    Lecture 193 Combining Multiple Filters into 1 Result

    Lecture 194 Summary

    Lecture 195 CIFiltersInterface - Mammoth Interactive

    Section 22: Facial Recognition Interface

    Lecture 196 Intro and Demo

    Lecture 197 Learning Goals

    Lecture 198 Designing the UI and Adding Images to Project

    Lecture 199 Performing Additional Variable and Function Set Up

    Lecture 200 Implementing Basic Facial Detection Functionality

    Lecture 201 Placing Image Over Eyes Part 1

    Lecture 202 Placing Images Over Eyes Part 2

    Lecture 203 Intro to Text Recognition Using Core Image

    Lecture 204 Intro to Image to Text Reading Using Tesseract

    Lecture 205 Implementing Tesseract Functionality

    Lecture 206 Summary

    Lecture 207 Facial Recognition - Mammoth Interactive

    Section 23: Load and Save CIImages Interface

    Lecture 208 Intro and Demo

    Lecture 209 Learning Goals

    Lecture 210 Building the User Interface

    Lecture 211 Loading Image from Assets Folder

    Lecture 212 Loading Images From Photo Library

    Lecture 213 Loading Images Via URL

    Lecture 214 Modifying and Saving Images

    Lecture 215 Summary and Outro

    Lecture 216 Load and Save CIImages - Mammoth Interactive

    Section 24: Superimpose Images Interface

    Lecture 217 Intro and Demo

    Lecture 218 Learning Goals

    Lecture 219 Building the UI

    Lecture 220 Setting up Images and Image Picker Controller

    Lecture 221 Scaling Down Images

    Lecture 222 Implementing Simple Tap Gestures and Reverting Actions

    Lecture 223 Positioning Image at Tap Location

    Lecture 224 Summary and Outro

    Lecture 225 Bonus - Positioning Centre of Image at Tap Position

    Lecture 226 Superimpose Images - Mammoth Interactive

    Section 25: Zoom and Pan Interface with Core Images

    Lecture 227 Intro and Demo

    Lecture 228 Learning Goals

    Lecture 229 Setting up the Basic UI

    Lecture 230 Display the Image

    Lecture 231 Implementing Crop Functionality Text Fields

    Lecture 232 Setting up X,Y, and Zoom Sliders

    Lecture 233 Implementing Crop Functionality With Sliders

    Lecture 234 Adding Gestures to The Interface And Implementing Pan Gesture

    Lecture 235 Implementing Pinch Zoom Gesture

    Lecture 236 Summary and Outro

    Lecture 237 Bonus - Bounds checking

    Lecture 238 Zoom Interface Project - Mammoth Interactive

    Section 26: Sketch

    Lecture 239 Course Intro and Sketch Tools

    Lecture 240 Sketch Basics and Online Resources

    Lecture 241 Plug-ins and Desigining your First Mobile app

    Lecture 242 Your First Mobile App Continued

    Lecture 243 Shortcuts and Extra tips

    Lecture 244 Sketch Files - Shortcuts by Mammoth Interactive

    Lecture 245 Sketch Project Files - Mammoth Interactive

    Lecture 246 Sketch Project Files - Waves App by Mammoth Interactive

    Section 27: Learn to Code in HTML

    Lecture 247 Intro to HTML

    Lecture 248 Writing our first HTML

    Lecture 249 Intro to Lists and Comments

    Lecture 250 Nested Lists

    Lecture 251 Loading Images

    Lecture 252 Loading Images in Lists

    Lecture 253 Links

    Lecture 254 Images as Link

    Lecture 255 Mailto Link

    Lecture 256 Div Element

    Section 28: Learn to Code in CSS

    Lecture 257 Introduction

    Lecture 258 Introducing the Box Model

    Lecture 259 Writing our First CSS

    Lecture 260 More CSS Examples

    Lecture 261 Inheritance

    Lecture 262 More on Type Selectors

    Lecture 263 Getting Direct Descendents

    Lecture 264 Class Intro

    Lecture 265 Multiple Classes

    Lecture 266 id Intro

    Lecture 267 CSS Specificity

    Lecture 268 Selecting Multiple Pseudo Classes and Sibling Matching

    Lecture 269 Styling Recipe Page

    Lecture 270 Loading External Stylesheet

    Section 29: D3. js

    Lecture 271 Introduction to Course and D3

    Lecture 272 Source Code - Intro to D3

    Lecture 273 Handling Data and Your First Project

    Lecture 274 Source Code - Handling Data

    Lecture 275 Continuing your First Project

    Lecture 276 Source Code - First Project

    Lecture 277 Understanding Scale

    Lecture 278 Source Code - Understanding Scales

    Lecture 279 Complex charts, Animations and Interactivity

    Lecture 280 Source Code - More Complex Charts

    Lecture 281 Source Code - Animations and Interactivity

    Section 30: Introduction to PyCharm

    Lecture 282 Downloading and Installing Pycharm and Python

    Lecture 283 Support for Python Problems or Questions

    Lecture 284 Exploring Pycharm

    Lecture 285 Learning Python with Mammoth Interactive

    Section 31: Python Language Basics

    Lecture 286 Intro to Variables

    Lecture 287 Variables Operations and Conversions

    Lecture 288 Collection Types

    Lecture 289 Collections Operations

    Lecture 290 Control Flow If Statements

    Lecture 291 While and For Loops

    Lecture 292 Functions

    Lecture 293 Classes and Objects

    Section 32: Flask

    Lecture 294 Setting up Terminals on Windows 7 and Mac

    Lecture 295 Terminal basic commands and symbols

    Lecture 296 Source Code - Setting up Flask

    Lecture 297 Setting Up and Basic Flask

    Lecture 298 Basic Flask Database

    Lecture 299 Source Code - Basic Flask Database

    Lecture 300 Flask Session and Resources

    Lecture 301 Source Code - Flask Session

    Lecture 302 Flask Digital Ocean

    Lecture 303 Flask Digital Ocean Continued

    Lecture 304 Source Code - Basic Flask HTML & CSS

    Section 33: Xcode Fundamentals

    Lecture 305 Intro and Demo

    Lecture 306 General Interface

    Lecture 307 Files System

    Lecture 308 ViewController

    Lecture 309 Storyboard File

    Lecture 310 Connecting Outlets and Actions

    Lecture 311 Running an Application

    Lecture 312 Debugging an Application

    Lecture 313 Source Code and Art Assets

    Section 34: MacOS

    Lecture 314 Introduction and UI Elements

    Lecture 315 MacOsElements - Mammoth Interactive Source Code

    Lecture 316 Calculator Setup and Tax Calculator

    Lecture 317 Tip Calculator and Tip Controller

    Lecture 318 Calculate Tax And Tip - Mammoth Interactive Source Code

    Lecture 319 Constraints

    Lecture 320 Constraints Code

    Lecture 321 Constraints - Mammoth Interactive Source Code

    Lecture 322 Refactor

    Lecture 323 Refactor - Mammoth Interactive Source Code

    Lecture 324 View Controller - Mammoth Interactive Source Code

    Section 35: Data Mining

    Lecture 325 Data Wrangling and Section 1

    Lecture 326 Project Files - Data Wrangling with Mammoth Interactive

    Lecture 327 Data Mining Fundamentals

    Lecture 328 Project Files - Data Mining fundamentals with Mammoth Interactive

    Lecture 329 Project Files - Data Mining with Mammoth Interactive

    Lecture 330 Framework Explained, Taming Big Bank with Data

    Lecture 331 Project Files - Frameworks with Mammoth Interactive

    Lecture 332 Mining and Storing Data

    Lecture 333 Mining and Storing with Mammoth Interactive

    Lecture 334 NLP (Natural Language Processing)

    Lecture 335 Project Files - NLP with Mammoth Interactive

    Lecture 336 Summary Challenge

    Lecture 337 Conclusion Files - Mammoth Interactive

    Section 36: Introduction to Video Editing

    Lecture 338 Introduction to the Course

    Lecture 339 Installing Camtasia

    Lecture 340 Exploring the Interface

    Lecture 341 Camtasia Project Files

    Section 37: Setting Up a Screen Recording

    Lecture 342 Introduction and Tips for Recording

    Lecture 343 Creating a Recording Account

    Lecture 344 Full Screen vs Window Mode

    Lecture 345 Setting the Recording Resolution

    Lecture 346 Different Resolutions and their Uses

    Lecture 347 Tips to Improve Recording Quality and Summary

    Section 38: Camtasia Recording

    Lecture 348 Introduction and Workflow

    Lecture 349 Tools Options Menu

    Lecture 350 Your First Recording

    Lecture 351 Viewing your Test

    Lecture 352 Challenge - VIDEO GAME NARRATION

    Lecture 353 Mic Etiqutte

    Lecture 354 Project - Recording Exercise

    Lecture 355 Webcam, Telprompter, and Summary

    Section 39: Camtasia Screen Layout

    Lecture 356 Introduction and Tools Panel

    Lecture 357 Canvas

    Lecture 358 Zoom N Pan

    Lecture 359 Annotations

    Lecture 360 Yellow Snap Lines

    Lecture 361 TimeLine Basics, Summary and Challenge

    Section 40: Camtasia Editing

    Lecture 362 Introduction and Importing Media

    Lecture 363 Markers

    Lecture 364 Split

    Lecture 365 Working with Audio

    Lecture 366 Clip Speed

    Lecture 367 Locking and Disabling tracks

    Lecture 368 Transitions

    Lecture 369 Working with Images

    Lecture 370 Voice Narration

    Lecture 371 Noise Removal

    Lecture 372 Smart Focus

    Lecture 373 Summary and Challenge

    Section 41: Advance Editing Introduction

    Lecture 374 Advance Editing Introduction

    Lecture 375 Zooming Multiple Tracks

    Lecture 376 Easing

    Lecture 377 Animations

    Lecture 378 Behaviors

    Lecture 379 Color Adjustment

    Lecture 380 Clip Speed

    Lecture 381 Remove a Color

    Lecture 382 Device Frame

    Lecture 383 Theme Manager

    Lecture 384 Libraries

    Lecture 385 Media and Summary

    Section 42: Camtasia Resources and Tips

    Lecture 386 Resources and Tips Introduction

    Lecture 387 Masking

    Lecture 388 Extending Frames

    Lecture 389 Working with Video

    Section 43: Exporting a Project for Youtube

    Lecture 390 Exporting a Project for Youtube

    Section 44: Introduction to C#

    Lecture 391 Introduction to C#

    Section 45: Starting a C# Project

    Lecture 392 Creating a New Project

    Section 46: C# Primitive Types

    Lecture 393 Primitive Types

    Lecture 394 Source Code

    Section 47: C# Type Conversion

    Lecture 395 Type Conversion

    Lecture 396 Source Code

    Section 48: C# Operators

    Lecture 397 Operators

    Lecture 398 Source Code

    Section 49: C# Classes and Additional Types

    Lecture 399 Classes

    Lecture 400 Inheritance

    Lecture 401 Structures

    Lecture 402 Arrays and Strings

    Lecture 403 Enumerator

    Lecture 404 Source Code

    Section 50: Statements & Loops

    Lecture 405 Statements

    Lecture 406 Loops

    Lecture 407 Random & Control Flow

    Lecture 408 Source Code

    Section 51: Lists and Arrays

    Lecture 409 Types of Arrays

    Lecture 410 Lists

    Lecture 411 Source Code

    Section 52: Strings and Text

    Lecture 412 Modifying String

    Lecture 413 Procedural Programmin

    Lecture 414 Source Code

    Section 53: Date and Time

    Lecture 415 Date and Time

    Lecture 416 Source Code

    Section 54: Files and Directories

    Lecture 417 Modifying Files

    Lecture 418 Directories and Path Class

    Lecture 419 Source Code

    Section 55: Debugging a C# Application

    Lecture 420 Debugging Application

    Lecture 421 Source Code

    Section 56: Introduction to R

    Lecture 422 Introduction

    Lecture 423 Introduction.R - Source Files

    Section 57: Introduction to R Programming

    Lecture 424 Introduction to R Variables

    Lecture 425 Intro to R Variables.R - Source Files

    Section 58: Data Input and Output

    Lecture 426 Data Input

    Lecture 427 Data Output

    Lecture 428 Data Input and Output - Source Files

    Section 59: Setting up Control Flow

    Lecture 429 Loops

    Lecture 430 How to Use If Statements in R

    Lecture 431 Setting up Control Flow - Source Files

    Section 60: Core Concepts of R Programming

    Lecture 432 Vectors

    Lecture 433 Functions

    Lecture 434 Packages

    Lecture 435 Business Problem

    Lecture 436 Core Concepts of R Programming - Source Files

    Section 61: Matrix Construction in R

    Lecture 437 Matrices

    Lecture 438 Matricies.R - Source Files

    Section 62: R Data Frame

    Lecture 439 Data Frames

    Lecture 440 DataFrames.R - Source Files

    Section 63: Apply a Function over a List or Vector

    Lecture 441 Lists and Lapply

    Lecture 442 Lists and lapply.R - Source Files

    Section 64: Data Manipulation in R Dplyr

    Lecture 443 Data Manipulation and Dplyr

    Lecture 444 Data manipulation and dplyr.R - Source Files

    Section 65: Data Visualization in R using ggplot2

    Lecture 445 Basic Plots - ggplot Visualizations

    Lecture 446 Additional Plotting

    Lecture 447 Advanced Plotting

    Lecture 448 Data Visualization in R using ggplot2

    Section 66: Introduction to Machine Learning

    Lecture 449 Intro to Machine Learning

    Lecture 450 K-means Clustering

    Lecture 451 Decision Trees

    Lecture 452 Introduction to Machine Learning - Source Files

    Section 67: R Conclusion

    Lecture 453 Conclusion

    Lecture 454 Conclusion.R - Source Files

    Section 68: Advanced R

    Lecture 455 Course Overview and Data Setup

    Lecture 456 Source Code - Setting Up Data - Mammoth Interactive

    Lecture 457 Functions in R

    Lecture 458 Source Code - Functions - Mammoth Interactive

    Lecture 459 Regression Model

    Lecture 460 Regression Models Continued and Classification Models

    Lecture 461 Classification Models Continued, RMark Down and Excel

    Lecture 462 Source Code - Classification Models - Mammoth Interactive

    Lecture 463 Source Code - RMarkDown And Excel - Mammoth Interactive

    Lecture 464 Datasets - Mammoth Interactive

    Lecture 465 Source Code - Regression Models - Mammoth Interactive

    Section 69: Java

    Lecture 466 Introduction and setting up Android Studio

    Lecture 467 Introduction - Encryption Source Code

    Lecture 468 Setting up Continued

    Lecture 469 Java Programming Fundamentals

    Lecture 470 Source Code - Java Programming Fundamentals

    Lecture 471 Additional Java fundamentals

    Lecture 472 Source Code - Additional fundamentals

    Lecture 473 Classes

    Lecture 474 Source Code - Classes

    Lecture 475 Please rate this course

    Lecture 476 Bonus Lecture - Mammoth Interactive Deals

    Absolute beginners who want to learn to code and be iOS developers.,App developers who want to learn how to add image manipulation, recognition, and processing to their iOS apps