Afiz ⚡️ Profile picture
Jul 5, 2023 12 tweets 5 min read Read on X
Google is offering a Generative AI Learning Path with 10 courses for FREE!

- Intro to Generative AI
- Intro to LLMs
- Intro to Image Generation
- Encoder-Decoder Architecture
- Transformer Models and more

A Thread 🧵👇
1. Introduction to Generative AI

https://t.co/pS9CgjGhr0cloudskillsboost.google/course_templat…
2. Introduction to Large Language Models

https://t.co/fp3KAgGEgBcloudskillsboost.google/course_templat…
3. Introduction to Responsible AI

https://t.co/lm28vluIUscloudskillsboost.google/course_templat…
4. Generative AI Fundamentals

https://t.co/OY2J2ho4jzcloudskillsboost.google/course_templat…
5. Introduction to Image Generation

https://t.co/T4sBSlLITqcloudskillsboost.google/course_templat…
6. Encoder-Decoder Architecture

https://t.co/UTOTFDCrTbcloudskillsboost.google/course_templat…
7. Attention Mechanism

https://t.co/1pQsYliMlWcloudskillsboost.google/course_templat…
8. Transformer Models and BERT Model

https://t.co/F11f6kr8umcloudskillsboost.google/course_templat…
9. Create Image Captioning Models

https://t.co/BioRr5iDE4cloudskillsboost.google/course_templat…
10. Introduction to Generative AI Studio

https://t.co/BQ6DDnTdFJcloudskillsboost.google/course_templat…
I hope you like this content!

I create content around Python, NLP, ML and AI.

Follow me at @itsafiz, if you don't want to miss anything.

RT 🔁 and Like ❤️ the first tweet to share with your friends!

Cheers 🎉

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Afiz ⚡️

Afiz ⚡️ Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @itsafiz

Jan 23, 2024
What's the next for SQL database?

Add vector search extension?

Why not SQL vector database? What is that?

Let's find out 🚀 Image
@MyScaleDB Introducing @MyscaleDB (), a Fully SQL Compatible Vector Database that addresses challenges in:

- Semantic understanding
- Complex queries to the high-dimensional data
- Processing massive volumes of data with high performancemyscale.com
Fully compatible with SQL:

- Powerful SQL interface
- Integrates with existing data ecosystems, executing complex queries.
- Supporting Text2SQL makes easy-of-use for non-coding data analysts.
- Rich set of features includes vector search, metadata filtering and even joins.
Read 6 tweets
Jan 14, 2024
Build Question Answering AI App for Audio Data!

Today, we will see how we can build QnA AI app for Audio Data using @AssemblyAI, @LangChainAI and @OpenAI

In just 3 simple steps, we can achieve this.

Let's get started 🚀 Image
1. Install the required python modules

We need to install langchain, assemblyai and openai python modules Image
2. Load Audio data using LangChain

Before executing the below code set Assembly AI and OpenAI API keys.

This code loads the data from the given audio file URL. Image
Read 5 tweets
Jan 5, 2024
Python's Object-Oriented Programming(with examples)!

Explore Python methods with code snippets in this thread. Let's dive into three types:

Instance
Class
Static
Unravel the magic 🧵👇 Image
1. Instance methods:

These methods are bound to the instance(object) of the class.

Used to access/modify the object state. If we use instance variables inside a method, such methods are called instance methods. It must have a self parameter to refer to the current object Image
2. Class Methods

Class methods work with class variables and are accessible using the name rather than its object.

@classmethod
decorator is used to create class methods. cls is used to refer to the class just like self is used to refer to the object of the class. Image
Read 6 tweets
Nov 1, 2023
Decorators in Python (with code snippets)

Decorators in Python allow us to modify the functions, arguments and results without touching the actual code of the function

In this thread, you'll learn about decorators with examples. Follow me, @itsafiz to stay up-to-date on it🧵👇 Image
Example 1: Add the banner to Hello World!

A simple example of decorators in Python 👇 Image
Example 3: Validate all the parameters are integers

This is my favourite, in this example, we check if the parameters are integers. We can extend this example to validate any data type. Image
Read 5 tweets
Oct 23, 2023
Object Oriented Programming in Python

Methods in Python (with code snippets)

In this thread, we will discuss 3 types of methods with examples

1. Instance
2. Class
3. Static

A Thread 🧵👇 Image
1. Instance methods:

These methods are bound to the instance(object) of the class.

Used to access/modify the object state. If we use instance variables inside a method, such methods are called instance methods. It must have a self parameter to refer to the current object Image
2. Class Methods

Class methods work with class variables and are accessible using the name rather than its object.

@classmethod
decorator is used to create class methods. cls is used to refer to the class just like self is used to refer to the object of the class. Image
Read 6 tweets
Aug 24, 2023
Python Object-Oriented Programming (with code snippets)

Topics covered:
1. Classes and Objects
2. Encapsulation
3. Inheritance
4. Polymorphism

In this two-part series, we will learn all the concepts of OOP with examples.

Follow me @itsafiz to don't miss.

A Thread 🧵👇 Image
1. Introduction to OOP

OOP is a programming paradigm that organizes code into objects, which are instances of classes. It promotes modularity, reusability, and easier maintenance of code. Let's dive in!
2. Classes and Objects

Classes define the blueprint for objects. They contain attributes (data) and methods (functions). Objects are instances of classes, representing real-world entities.

Example: Image
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(