Open in app

Sign In

Write

Sign In

Smith Flores
Smith Flores

14 Followers

Home

About

May 16, 2022

Activation functions

Activation functions live inside neural network layers and modify the data they receive before passing it to the next layer. Activation functions give neural networks their power — allowing them to model complex non-linear relationships. By modifying inputs with non-linear functions neural networks can model highly complex relationships between features. …

Machine Learning

7 min read

Activation functions
Activation functions
Machine Learning

7 min read


Jan 3, 2022

What is IoT

As someone who works for an Internet of Things (IoT) software company, this is a question that I’m asked frequently. Whether it’s a friend, family member, or stranger, when the conversation turns to what I do, I inevitably find that I need to first explain what IoT is. I’ve also…

6 min read

What is IoT
What is IoT

6 min read


Nov 3, 2021

Recursion !

What is recursion? Recursion is called a process by which a function calls itself repeatedly, until a certain condition is satisfied, if there is no specific case that terminates the recursion, an infinite loop could be created. Example: Calculate the power of a number using recursion:

2 min read

Recursion !
Recursion !

2 min read


Oct 11, 2021

Python3: Mutable, Immutable… everything is object!!!

Python is an object-oriented programming language, and in Python everything is an object. Almost every object has some metadata (called attributes) and associated functionality (called methods). Even these attributes and methods of objects are themselves objects with their own type information. Every object can be assigned to a variable or…

6 min read

Python3: Mutable, Immutable… everything is object!!!
Python3: Mutable, Immutable… everything is object!!!

6 min read


Oct 11, 2021

Class and instance attributes

Object Oriented Programming is not a programming language, but rather a model in which programs are organized around data or objects. OOP uses the concept of objects and classes. A class can be thought of as a ‘blueprint’ for objects. These can have their own attributes (characteristics), and methods (actions…

4 min read

Class and instance attributes
Class and instance attributes

4 min read


Sep 25, 2021

Libraries in C

What are libraries and why use libraries in c ? A library is a file containing several object files, that can be used as a single entity in a linking phase of a program. Normally the library is indexed, so it is easy to find symbols (functions, variables and so on) in them. For this reason, linking a program whose…

6 min read

Libraries in C
Libraries in C

6 min read


Aug 26, 2021

What happens when you type `ls -l *.c` in the shell ?

ls is one of the most common commands in a Linux shell and probably the first command that you would use when learning Linux. Let’s take a look at what ls does when we enter it in a shell: As you can see it prints all available files and folders…

4 min read

What happens when you type `ls -l *.c` in the shell ?
What happens when you type `ls -l *.c` in the shell ?

4 min read


Aug 13, 2021

How integers are stored in memory using two’s complement

Computer machines are composed by digital memories that store information in bits (binary digit). It means that a bit is an unit — the smallest one — used to quantify computer data . The bit represents a logical value, which corresponds to a two-state device. …

5 min read

How integers are stored in memory using two’s complement
How integers are stored in memory using two’s complement

5 min read


Jul 17, 2021

C - Static libraries

What are libraries and why use libraries in c ? A library is a file containing several object files, that can be used as a single entity in a linking phase of a program. Normally the library is indexed, so it is easy to find symbols (functions, variables and so on) in them. For this reason, linking a program whose…

4 min read

C - Static libraries
C - Static libraries

4 min read


Jun 21, 2021

Compilation in “C” language with gcc

The GNU Compiler Collection is a set of compilers created by the GNU project. GCC originally stood for GNU C Compiler (GNU C Compiler), because it only compiled the C language … Later it was extended to compile C ++, Fortran, Ada and others. Compilation refers to the process of…

7 min read

Compilation in “C” language with gcc
Compilation in “C” language with gcc

7 min read

Smith Flores

Smith Flores

14 Followers
Following
  • Siham Badyine

    Siham Badyine

  • Manuel Gomez

    Manuel Gomez

  • Geraldine Meneses

    Geraldine Meneses

  • Yuri Quezada

    Yuri Quezada

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech