Open in app

Sign in

Write

Sign in

Mansoor Aldosari
Mansoor Aldosari

379 Followers

Home

About

Pinned

A Neural Net From Scratch

This post is an example of regression, where we will use supervised learning (a model that returns a function after giving it an input and output). The goal is to find the temperature conversion equation. The complete code is at the end of the article.

Machine Learning

3 min read

A Neural Net From Scratch
A Neural Net From Scratch
Machine Learning

3 min read


Pinned

A Cellular Automaton meets Love2D

The following is an implementation of cellular automata using Love2D (an engine for game development). So, what is Cellular Automata? A cellular automaton is a collection of “colored” cells on a grid of specified shape that evolves through a number of discrete time steps according to a set of rules…

Lua

3 min read

A Cellular Automaton meets Love2D
A Cellular Automaton meets Love2D
Lua

3 min read


Pinned

A/B Testing with Statistical Inference

The A/B testing is commonly used nowadays for advertisement. Two customers can visit a retail webpage, and each sees different content. The goal here is to select to measure which advertisement is effective. If we have picked 1000 visitors randomly, 900 clicked on advertisement A, and 100 clicked on advertisement…

Python

2 min read

A/B Testing with Statistical Inference
A/B Testing with Statistical Inference
Python

2 min read


Pinned

Principal Component Analysis by Example

Principal component analysis (PCA) is a dimension reduction algorithm. It transforms the data to a lower dimension, making it easy to visualize; for example, a human is a 3D object in space, a shadow of a human is a 2D representation of a human. PCA utilizes Singular Value Decomposition (SVD)…

Python

3 min read

Principal Component Analysis by Example
Principal Component Analysis by Example
Python

3 min read


Pinned

Calculus using Functional Python

The aim this piece is to demonstrate some concepts of functional programming in Python, let’s dive-in! Part Derivative: The following function calculates the slope on a non-linear line.

Mathematics

4 min read

Calculus using Functional Python
Calculus using Functional Python
Mathematics

4 min read


Nov 27

What is GGML?

In the realm of machine learning, tensor libraries play a crucial role in enabling efficient and scalable computations. Among the various tensor libraries available, GGML stands out for its exceptional performance, portability, and ease of use. …

Machine Learning

2 min read

What is GGML?
What is GGML?
Machine Learning

2 min read


Nov 19

Human Workers in the Age of Automation

As we move forward in this fast-paced world, technology has taken over many of our daily tasks, which has led to questions about the need for human workers. These changes have their issues, and it’s crucial to acknowledge them. If we rely entirely on automated systems, the result is disastrous…

Automation

1 min read

Human Workers in the Age of Automation
Human Workers in the Age of Automation
Automation

1 min read


Oct 29

Unveiling Linguistics with SpaCy

In the world of language analysis, SpaCy allows us to dissect the linguistic features. Let’s explore some texts using SpaCy’s capabilities. !pip install spacy !python -m spacy download en_core_web_sm import spacy # Load the English language model in SpaCy nlp = spacy.load('en_core_web_sm') # Texts text_1 = "Salim, a proficient programmer, designs innovative algorithms and develops software…

Machine Learning

1 min read

Unveiling Linguistics with SpaCy
Unveiling Linguistics with SpaCy
Machine Learning

1 min read


Oct 22

Evaluating Text Quality with BLEU Score in Python Using NLTK

When it comes to assessing the quality of text generation or translation, one of the most widely used metrics is the BLEU (Bilingual Evaluation Understudy) score. BLEU provides a quantitative measure of how well a machine-generated text aligns with human-generated references. …

Python

2 min read

Evaluating Text Quality with BLEU Score in Python Using NLTK
Evaluating Text Quality with BLEU Score in Python Using NLTK
Python

2 min read


Sep 30

Decoding JWT with Python

A Step-by-Step Guide — JSON Web Tokens (JWTs) have become a popular method for securely transmitting information between parties. They are often used for user authentication, authorization, and data integrity verification. In this blog post, we’ll walk you through the process of decoding JWTs using Python. …

Python

2 min read

Decoding JWT with Python
Decoding JWT with Python
Python

2 min read

Mansoor Aldosari

Mansoor Aldosari

379 Followers

https://github.com/booletic

Following
  • The Writer

    The Writer

  • Juan Pablo Perata

    Juan Pablo Perata

  • Francesca A

    Francesca A

  • Alfardan

    Alfardan

See all (9)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams