Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Octave for Data Scientists
Rating: 3.4 out of 5(23 ratings)
179 students

Octave for Data Scientists

To understand the basics of Octave Neural Network such as running octave and getting started with basic commands, statem
Created byeduCode Forum
Last updated 3/2019
English

What you'll learn

  • With this course you shall be learning Octave in a very simple yet effective manner wherein we actually code using examples and programmed in Linux ( Fedora 16) operating system. Below we have outlined all that you will learn through this course.
  • Learn about the basic commands, various data types, variables (storing variables) and operators.
  • Learn about if statement, switch statement, while statement, do while statement, do until statement, for statement and break/continue statement.
  • Understand defining a function, multiple return values and returning from a function.

Course content

2 sections57 lectures6h 25m total length
  • Introduction3:03

    Learn how GNU Octave enables numerical computing across platforms, featuring open-source, GPL licensed interactive syntax similar to MATLAB for solving linear and nonlinear equations, differential equations, and neural networks.

  • Installation2:24
  • Basic Operations5:25
  • Variables6:53
  • Variables Continued2:35
  • Operators5:09
  • Comparison Operators6:39
  • Boolean Operators7:56
  • If and switch statement4:36

    Explore how octave uses if and switch statements to evaluate conditions, check whether a number is even using the remainder, print results, and structure multiple branches with case labels.

  • Looping7:08

    Explore looping concepts in octave, including while, do-until, and for loops, and learn to generate output such as the fibonacci sequence.

  • For Loop6:29
  • Usage of Continue Statement2:01
  • Introduction-Functions1:40
  • Functions-Example5:19

    Define and call functions in Octave to print messages and return values with optional arguments. The lecture uses an example to print good morning and compute a vector average.

  • Calculations with Functions9:07
  • Returning From a Function11:47
  • Example with Trignometric Function6:22
  • Matrix Calculation with Functions11:20
  • Arrays and Vectors6:54

    Explore arrays and vectors in Octave, where a vector is a simple one-column matrix. Define vectors with square brackets or comma separated values, use semicolons for columns, and generate sequences with colon notation like 2:6 or 2:3:6.

  • Calculations with Functions Using Vectors10:12

Requirements

  • Basic Computer Knowledge
  • Passion to learn
  • Basic terminologies in coding
  • Internet and PC

Description

Basics of Octave Neural Network:

Working with neural networks can seem to be a scary task, even if you have some programming experience. There are many trainings and a lot of examples of what the neural network is and what it does. Many a times it is not explained the way it should be and makes it a little difficult to understand what’s going on, not to mention how to implement it in actual code.

With this course you shall be learning Octave in a very simple yet effective manner wherein we actually code using examples and programmed in Linux ( Fedora 16) operating system.
Below we have outlined all that you will learn through this course.

Section 1: Introduction- In this sections we are getting started with Octave wherein we would understand the basics, environment setup, running octave and getting started with basic commands.

Section 2: Basics- Here we start with the first step where we will learn about the basic commands, various data types, variables (storing variables) and operators.

Section 3: Statements- In this section we will cover if statement, switch statement, while statement, do while statement, do until statement, for statement and break/continue statement.

Section 4: Functions- here we are going to understand defining a function, multiple return values and returning from a function.


Advanced Concepts of Octave Neural Network:

Working with neural networks can seem to be a scary task, even if you have some programming experience. There are many trainings and a lot of examples of what the neural network is and what it does. Many a times it is not explained the way it should be and makes it a little difficult to understand what’s going on, not to mention how to implement it in actual code.

With this course you shall be learning Octave in a very simple yet effective manner wherein we actually code using examples and programmed in Linux ( Fedora 16) operating system.
Below we have outlined all that you will learn through this course.

1. Plotting
2. Matrix Manipulation
3. Arithmetic Operations like Trignometry
4. Set Operations
5. Image Processing
6. Audio Processing
7. Data Containers

Who this course is for:

  • Students
  • Professionals
  • People wanting to use Octave
  • System Administrators
  • School I.T. Professors