Immutability - Deepstash
Machine Learning With Google

Learn more about computerscience with this collection

Understanding machine learning models

Improving data analysis and decision-making

How Google uses logic in machine learning

Machine Learning With Google

Discover 95 similar ideas in

It takes just

14 mins to read

Immutability

An immutable object is an object that can’t be modified after it’s created. Conversely, a mutable object is any object which can be modified after it’s created.

Immutability is a central concept of functional programming because, without it, the data flow in your program is lossy. 

6

7 reads

MORE IDEAS ON THIS

Declarative vs Imperative

Functional programming is a declarative paradigm, meaning that the program logic is expressed without explicitly describing the flow control.

  • Imperative programs spend lines of code describing the specific steps used to achieve the desired results — th...

6

6 reads

Reusability Through Higher Order Functions

A higher order function is any function that takes a function as an argument, returns a function, or both. Higher order functions are often used to:

  • Abstract or isolate actions, effects, or async flow control using callback functions, promises, monads, etc…
  • Cre...

6

6 reads

Functions

A pure function is a function which:

  • Given the same inputs, always returns the same output, and
  • Has no side-effects

Pure functions have lots of properties that are important in functional programming.

Function composition is the proces...

6

9 reads

Shared State

Shared state is any variable, object, or memory space that exists in a shared scope, or as the property of an object being passed between scopes. 

A shared scope can include global scope or closure scopes. Often, in object oriented programming, objects are shared betwe...

6

5 reads

Functional Programming

Functional Programming

Functional programming (often abbreviated FP) is the process of building software by composing pure functions, avoiding shared state, mutable data, and side effects. Functional programming is declarative rather than imperative, and application state flows through...

6

10 reads

Side Effects

A side effect is any application state change that is observable outside the called function other than its return value. Side effects include:

  • Modifying any external variable or object property (e.g., a global variable, or a variable in the parent function scope chain...

7

6 reads

CURATED FROM

IDEAS CURATED BY

rebeccamurra

Medical physicist

Related collections

Other curated ideas on this topic:

Concept Of The Stateless Mindset By Leo Babauta

Concept Of The Stateless Mindset By Leo Babauta

This is a programming concept. “It means that each request is treated a new, without memory of previous requests.” It's the concept about the power of clarity. How we can focus on the task at hand, while not getting weighed down by all the junk we allow to pull at our attention.

Python data processing with pandas

Pandas is a Python language package, which is used for data processing. This is a very common basic programming library when we use Python language for machine learning programming. This article is an introductory tutorial to it. Pandas provide fast, flexible and expressive data structures with t...

Ethereum Virtual Machine (EVM)

Ether is made of a blockchain (an immutable database) and a world decentralised computer (EVM), a virtual machine in which all the smart contracts function in Ethereum. 

The EVM is a simple yet powerful Turing Complete 256-bit virtual machine. Turing Complete means that given the re...

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Personalized microlearning

100+ Learning Journeys

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates