Epython Lab
6.45K subscribers
660 photos
31 videos
104 files
1.22K links
Welcome to Epython Lab, where you can get resources to learn, one-on-one trainings on machine learning, business analytics, and Python, and solutions for business problems.

Buy ads: https://telega.io/c/epythonlab
Download Telegram
High_Performance_Python_2nd_Edition.epub
5.7 MB
High Performance Python, Second Edition - 2020

@epythonlab #pythonbooks
Forwarded from Epython Lab (Asibeh Tenager)
Creating a shopping app using Python and Analyzing the data using Pandas

N.B: Don't forget to subscribe to the channel if you are interested to receive more videos

Thanks for watching!

https://youtu.be/MJuF-4RIvtM
Poll 08

Which is the most commonly used data storage in the data science world?
Anonymous Poll
17%
Xml
32%
Json
51%
Csv
1
DSA_Book.pdf
14.2 MB
Data Science Theories, Models And Algorithms
@epythonlab #books
Forwarded from Epython Lab
Who are interested to learn Introduction to Python 3 via Zoom with less payment?
If you wanna learn Basic data analytic with python via ZOOM, send message to t.me/asibehtenager on telegram.
#CODE_CHALLENGE #PYTHON_LIST #LOOPS #FUNCTIONS

1. Write a function called delete_starting_evens() that has a parameter named lst.

The function should remove elements from the front of lst until the front of the list is not even. The function should then return lst.

For example if lst started as [4, 8, 10, 11, 12, 15], then delete_starting_evens(lst) should return [11, 12, 15].

Make sure your function works even if every element in the list is even!

POST YOUR SOLUTION @Pydiscussion
#Promotion
Do you want to forward group chat to discord group from multiple telegram groups based on specific criteria? Contact our developer @asibehtenager
Natural Language Processing in Python book

Link:https://www.nltk.org/book/

@epythonlab #books
👍1
Contact @asibehtenager if you need service
Best Neural Networks and Deep Learning Books
[Book] https://github.com/manjunath5496/Neural-Networks-Books
@epythonlab #books
Do you want to attend an introduction to Flask python based web app alive demo via Zoom on this Friday at 1:00 PM(GMT +3 time zone)? If yes, share this info for others to attend the live demo via Zoom
Anonymous Poll
89%
Yes
11%
No
Barriers to Deep Learning

Unfortunately, deep learning is not the solution to every problem.

It has three major barriers:
1. It requires enough data- Deep learning requires a lot of data
2. It requires much computing power- for example:- Google's DeepMind AlphaGo required 1,202 CPUs and 176 GPUs.
3. You probably won't understand why certain decisions were being made, given the complexity and flexibility of these algorithms.

Application of machine learning is one that requires deep learning.
@epythonlab #keynote #deeplearning #machinelearning
TensorFlow and Scikit-learn

If you're interested in solving machine learning questions, two of the most popular open-source libraries in the world for solving these problems are TensorFlow and Scikit-learn.

TensorFlow and Scikit-learn, provide any data scientist the ability to use the most advanced techniques in supervised and unsupervised machine learning easily, and for a variety of situations. You can expect that TensorFlow and Scikit-learn will continue to be used for machine learning in both industry and academia for the foreseeable future.

@epythonlab #keynote #tensorflow #scikitlearn
Telegram Shilling bots if anyone want

1. Auto search tg group and auto join
2. Silently delete tg group members msg with specific words:
3. Sending group message to discord group
4. Count users message and send winners for every 4 hours
Etc
5. Many more python scripts for your telegram
Msg to @asibehtenager
Poll: 09 Do you think that deep learning will solve every problem?
Anonymous Poll
49%
Yes
51%
No