TG Telegram Group Link
Channel: Epython Lab
Back to Bottom
How to get started with Python programming from scratch - Beginners Guide https://www.youtube.com/watch?v=4IBGze0CYkk

Join #epythonlab https://hottg.com/epythonlab
Build your own Deep Learning Model with tensorflow and keras using Google Colab notebook https://www.youtube.com/watch?v=anyJVt5XzfE&list=PL0nX4ZoMtjYEhYVeSJkp2QhW658V0-R4e&index=3

Join #epythonlab https://hottg.com/epythonlab
Forwarded from Epython Lab
Build your own Deep Learning Model with tensorflow and keras using Google Colab notebook https://www.youtube.com/watch?v=anyJVt5XzfE&list=PL0nX4ZoMtjYEhYVeSJkp2QhW658V0-R4e&index=3

Join #epythonlab https://hottg.com/epythonlab
Project Idea: Building a spam classifier

Introduction

Spam detection is one of the major applications of Machine Learning in the interwebs today. Pretty much all of the major email service providers have spam detection systems built in and automatically classify such mail as 'Junk Mail'.

In this mission we will be using the Naive Bayes algorithm to create a model that can classify dataset SMS messages as spam or not spam, based on the training we give to the model. It is important to have some level of intuition as to what a spammy text message might look like.
What are spammy messages?

Usually they have words like 'free', 'win', 'winner', 'cash', 'prize', or similar words in them, as these texts are designed to catch your eye and tempt you to open them. Also, spam messages tend to have words written in all capitals and also tend to use a lot of exclamation marks. To the recipient, it is usually pretty straightforward to identify a spam text and our objective here is to train a model to do that for us!

Being able to identify spam messages is a binary classification problem as messages are classified as either 'Spam' or 'Not Spam' and nothing else. Also, this is a supervised learning problem, as we know what are trying to predict. We will be feeding a labelled dataset into the model, that it can learn from, to make future predictions. https://youtu.be/XdxaTc02FYA?si=XUFi1gsjRRmasRwj
Forwarded from Epython Lab
This is a Python for data science, machine learning or Artificial Intelligence tutorial for beginners. In this tutorial you will have a solid understanding of the following basic Python topics:
Chapters:
0:00 Introduction to Python programming - Python basics
35:33 Data object types  and Type conversion
48:17 Operators and Expressions
1:14:15 Exception Handling
1:34:36 String Methods for Manipulating String Data
2:13:25 Functions
2:28:38 Function Scope
2:38:38 Function Arguments
2:47:54 Conditional Statements and Loops
3:14:41 Essential Built-in Modules
3:26:26 Develop a Simple Game Program

https://youtu.be/ISv6XIl1hn0

Join #epythonlab https://hottg.com/epythonlab
What is the result of expression eval('2+3)*2 ?
Anonymous Quiz
45%
10
2%
7
53%
error
Forwarded from Epython Lab
This media is not supported in your browser
VIEW IN TELEGRAM
Harry up 😁 programmers is increasing linearly.



According to the #bardai search results, programmers are expected to be 30 million in 2024 in the world workforce.



This is amazing for newbies.



Data source: bardai

Visualization is done by @asibehtenager

#visualization #data

Join https://hottg.com/epythonlab/ for more resources
What is the output of the above code? Comment your answer. Join #epythonlab Https://hottg.com/epythonlab
What is Pandas?

Pandas
is an open source library, providing high-performance, easy-to-use data structures and data analysis tools for Python.

The DataFrame is one of Pandas' most important data structures. It's basically a way to store tabular data where you can label the rows and the columns. One way to build a DataFrame is from a dictionary and also importing from CSV(comma-separated value).

Here are the most common pandas functions for data analysis https://youtu.be/8a3Y-HT09sQ
#KeyNote #Pandas #DataFrame #DataScience
In Pandas, how do you select a single column from a DataFrame? Comment your answer

Join #epythonlab https://hottg.com/epythonlab
Creating and parsing XML documents in Python is a valuable skill for managing and exchanging structured data. In this tutorial, I'll cover the basics of creating XML documents and parsing them using Python's built-in XML module.

https://www.youtube.com/watch?v=WnbS90EzU0Y
If you are facing challenges of parsing and transforming nested XML document into a user friendly pandas DataFrame, this tutorial is for you. Please 🙏 Like, Share and comment any words you feel about this tutorial. Thanks for your support.

https://youtu.be/WQ-OhoXmHU8
Forwarded from Epython Lab
Creating and parsing XML documents in Python is a valuable skill for managing and exchanging structured data. In this tutorial, I'll cover the basics of creating XML documents and parsing them using Python's built-in XML module.

https://www.youtube.com/watch?v=WnbS90EzU0Y
Forwarded from Epython Lab
I'm curious🤭 about statistics Vs Probability
Here, I have made some tutorials about probability distribution for Machine learning using Scipy Python library https://www.youtube.com/playlist?list=PL0nX4ZoMtjYEl_1ONxAZHu65DPCQcsHmI
Forwarded from Epython Lab
What will be the output of the following code?
print(float(True))?
Check solution at the comment box
Anonymous Quiz
57%
1.0
15%
1
5%
0
23%
Type Error
HTML Embed Code:
2024/05/04 20:40:49
Back to Top