News

Deep Learning with Yacine on MSN2d
Create a Perceptron From Scratch in Python
Build your first neural network step by step! Learn how a perceptron works by coding it from the ground up—no libraries, just Python.
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I ...
How I wrapped large-language-model power in a safety blanket of secrets-detection, chunking, and serverless scale.
This course features 32 lectures divided among seven sections covering basics, data structures, control flow, loops, functions ... able to create your own basic applications using Python 3.
To build your first Python based AWS Lambda function, follow these steps: Log into the AWS console and navigate to the Lambda dashboard. Click the orange Create Function button. Specify the function’s ...
To build your first Java AWS Lambda function, just create a simple class with an instance method that performs the following functions: The AWS Lambda framework passes any text or JSON based payload ...
Learn how to leverage Python so you can work with ... allowing us to create a specific number of columns: The CONCAT function allows users to combine multiple strings of text, such as when ...
Have you heard of the word anonymous writer? This means that we don’t know the writer’s name. Lambda functions in python are pretty similar as they don’t have a name. This is a simple function that ...
Microsoft Excel allows us to create Custom Excel Functions or User Defined Functions using VBA. We can create Custom Excel Functions with the functionality we want and they can be accessed in the ...