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
....
Silhouette coefficient: A score from -1 to 1 describing the clusters found during modeling. A score near zero indicates overlapping clusters, and scores less than zero indicate data points assigned to incorrect clusters. A

Stop words: A list of words removed by natural language processing tools when building your dataset. There is no single universal list of stop words used by all-natural language processing tools.

In supervised learning, every training sample from the dataset has a corresponding label or output value associated with it. As a result, the algorithm learns to predict labels or output values.

Test dataset: The data withheld from the model during training, which is used to test how well your model will generalize to new data.

Training dataset: The data on which the model will be trained. Most of your data will be here.

Transformer: A more modern replacement for RNN/LSTMs, the transformer architecture enables training over larger datasets involving sequences of data.

In unlabeled data, you don't need to provide the model with any kind of label or solution while the model is being trained.

In unsupervised learning, there are no labels for the training data. A machine learning algorithm tries to learn the underlying patterns or distributions that govern the data.
πŸ‘8
_______ A technique used to extract features from a text.

Look at details in the comment box.
Anonymous Poll
47%
Data Vectorization
46%
Bag of Words
6%
None
πŸ‘4
What is the correct output? Put your answer in the comment box.
@epythonlab
How to Use Jupyter Notebook in Amharic

If you like it, please share it to your friends.

https://youtu.be/SSTkxEOlinQ
πŸ”₯2
🎯 PYTHON CRASH COURSE PYTHON CRASH COURSE

book

@epythonlab #pythonbooks
πŸ”₯8πŸ‘3❀1
print(eval("2+3**2")) ?

Find resources at the comment box if you get confused
Anonymous Poll
44%
2+3**2
16%
8
40%
Error
πŸ‘6
Check a string is_palindrom?

@epythonlab
πŸ‘5
Check Prime Numbers

@epythonlab
πŸ”₯4
Do you know how you can test your code in Python using unit tests?
Anonymous Poll
26%
Yes, I know it
74%
No, I want to know it
Machine Learning with Python Tutorial

book

@epythonlab #mlbooks
πŸ‘8
Read CSV into List of Dictionaries
@epythonlab
πŸ‘4
Linux Commands Tutorial for Python Developers
This tutorial is for absolute beginners. Share this post to your friends.

1. An overview of the linux system : https://lnkd.in/esJBbxRT
2. Linux Basic Commands: https://lnkd.in/eqis4Qmm

3. Commands working with Directories: https://lnkd.in/eZb7dBsc

4. Exercises 1: Commands working with Directories : https://lnkd.in/e2JMNghK
πŸ‘6
Today's Top TipπŸ€žπŸ‘ŒπŸ‘‡πŸ‘‡
βœ”οΈLinux Basic Commands: https://lnkd.in/eqis4Qmm

βœ”οΈCommands working with Directories: https://lnkd.in/eZb7dBsc

βœ”οΈExercises 1: Commands working with Directories : https://lnkd.in/e2JMNghK

πŸ₯° Subscribe and Follow for more daily tipsπŸ‘πŸ‘


#epythonlab #python #linux
πŸ”₯2