Skip to content
letsfigureout.com
letsfigureout.com
A journey in learning
  • Home
  • Contact

Category: Python

Data analysis with Python

January 11, 2023 andres Leave a comment

Data analysis is an essential part of any business or organization. It allows you to gain insights into your data,…

Continue Reading →

Posted in: Machine Learning, Python

Decision Trees

January 8, 2023 mrserverless

Decision trees are a popular machine learning technique for classifying data. They are simple to understand, interpret, and visualize, and…

Continue Reading →

Posted in: Algorithms, Classification, Machine Learning, Python

Support Vector Machines

mrserverless

Support vector machines are a type of supervised learning algorithm that can be used for both classification and regression tasks.

Continue Reading →

Posted in: Algorithms, Classification, Machine Learning, Python, Regression

Greek Alphabet in a Jupyter Notebook

April 29, 2020 andres

I often want to use characters from the Greek Alphabet in a Jupyter Notebook, and I’m hoping you do too…

Continue Reading →

Posted in: Machine Learning, Python

Building a Perceptron with Python

April 13, 2020 andres 1 Comment

One of the core building blocks of a neural network is the Perceptron, in this article we will be building…

Continue Reading →

Posted in: Classification, Machine Learning, Python

A Serverless EC2 Inventory with the AWS CDK (part 3)

April 11, 2020 andres

In this article, we will tidy up our code, put it all together and deploy our first AWS CDK stack.…

Continue Reading →

Posted in: AWS, aws-cdk, Lambda, Python, SQS

Read CSV files with Python

March 22, 2020 andres

How do I read a CSV file with Python? It’s a common question, at the time of this writing there…

Continue Reading →

Posted in: Python, Software Development

Nearest neighbor algorithm with Python and Numpy

March 8, 2020 andres 1 Comment

In this tutorial we will learn how to implement the nearest neighbor algorithm using only Numpy. Additionally, we will also…

Continue Reading →

Posted in: Classification, Machine Learning, Python

A Serverless EC2 Inventory with the AWS CDK (part 2)

February 17, 2020 andres 2 Comments

In this article, we continue add functionality to our serverless EC2 inventory stack we created in part 1. If we…

Continue Reading →

Posted in: AWS, aws-cdk, Python, SQS Filed under: aws-cdk, DynamoDB, IAM, Lambda, python, SQS

A Serverless EC2 Inventory with the AWS CDK (part 1)

February 16, 2020 andres 1 Comment

Build a serverless stack to keep an inventory of all your EC2 instances

Continue Reading →

Posted in: AWS, aws-cdk, Lambda, Python, SQS Filed under: AWS, aws-cdk, DynamoDB, Lambda, python, SQS

Post navigation

Page 1 of 2
1 2 Next →

Recent Posts

  • Data analysis with Python
  • Decision Trees
  • Support Vector Machines
  • Simple Linear Regression in Python
  • Software Engineering Must See Videos of 2020
  • January 2023
  • January 2021
  • December 2020
  • November 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020

AWS aws-cdk Beautiful Soup DynamoDB IAM Lambda python Python 3 SQS WebScraping

Copyright © 2023 letsfigureout.com