Forwarded from Engineering Programs and Mobile Apps
┌
└
Please open Telegram to view this post
VIEW IN TELEGRAM
┌
└
Please open Telegram to view this post
VIEW IN TELEGRAM
https://www.kdnuggets.com/collection-of-free-courses-to-learn-data-science-data-engineering-machine-learning-mlops-and-llmops
Please open Telegram to view this post
VIEW IN TELEGRAM
KDnuggets
Collection of Free Courses to Learn Data Science, Data Engineering, Machine Learning, MLOps, and LLMOps - KDnuggets
Begin your data professional journey from the basics of statistics to building a production-grade AI application.
Creating a word cloud based on the
'cl.txt'
fileParticularly useful for NLP tasks or social media analysis
from wordcloud import WordCloud
import matplotlib.pyplot as plt
# Read text from a file
with open('cl.txt', 'r', encoding='utf-8') as file:
text = file.read()
# Generate word cloud
wordcloud = WordCloud(width=800, height=400, background_color='white').generate(text)
# Display the generated word cloud using matplotlib
plt.figure(figsize=(10, 5))
plt.imshow(wordcloud, interpolation='bilinear')
plt.axis('off')
plt.show()
A word cloud is a visual representation of a list of categories/tags. The more often a word occurs, the larger the size it takes on in the cloud.
pip install wordcloud
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Incredible - local AI chatbot based on Ollama and Mistral 7B in just a hundred lines of Python code (!)
Please open Telegram to view this post
VIEW IN TELEGRAM
Cool Python library that allows you to display functions in LaTeX format
pip install latexify
That is, you simply define the function as usual, like this:
def quadratic(a,b,c):
return (-b + math.sqrt(b**2 - 4*a*c)) / (2*a)
To output a LaTeX formula, we simply place the
@latexify.function
decorator above the function definition and print the function name quadratic
in the Google Colab cell.It turns out like this - and we will see the formula:
@latexify.function
def quadratic(a,b,c):
return (-b + math.sqrt(b**2 - 4*a*c)) / (2*a)
quadratic
Perfect for those who study at the intersection of IT and physics/mathematics/other disciplines;
Here in Google Colab you can test how it works
Please open Telegram to view this post
VIEW IN TELEGRAM
┌
└
┌
└
┌
└
┌
└
┌
└
┌
└
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
┌
└
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
6 of the best cloud notebooks for data science
⏺ Cloud notebooks are analytical tools that can be accessed only through an Internet browser without the need to install special software, and provide the possibility of running codes, analyzing data, and creating reports in an online environment.
🔃 In the following, I have provided you with 6 of the best cloud notebooks for data science projects , each of which has its own applications and capabilities in data analysis, programming, and data science project management.
┌🏷 6 Free Cloud Notebooks for DS
├✅ Deepnote
├✅ Kaggle
├✅ Hex
├✅ Colab
├✅ Naas
└✅ Datalore
🪄 https://t.me/codeprogrammer 🖼
😡 More likes 😡 => more posts
┌
├
├
├
├
├
└
Please open Telegram to view this post
VIEW IN TELEGRAM
Media is too big
VIEW IN TELEGRAM
┌
└
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Everything in this course is free ! To access the educational videos of this course + slides and assignments, you can use the following links:
┌
├
└
Please open Telegram to view this post
VIEW IN TELEGRAM
Python | Machine Learning | Coding | R pinned Deleted message
The missing link of a professional data scientist!
✅ "Data Storytelling" skill
☄️ One of the skills that I always advise children to work on strengthening in data science courses is the skill of "data storytelling" !
🎯 As a data scientist, you should be able to present your project after completion, through "data visualization, attractive report writing, and various charts and tables, in the form of an attractive story to the employer and other members of the organization, and this information to convey the truth to them!
🗂️ I have put here a collection of pamphlets, files and reports that can help you a lot to strengthen this skill!
┌🏷 Data Storytelling
├📚 Storytelling with data
├📚 Storytelling with data practice
├📚 Guide to becoming a Data Storyteller
├📚 The Data Storytelling Handbook
├📚 Data Storytelling Report 2021
├📚 A Guide to Effective Data Storytelling
├📚 8 rules for better data storytelling
└📚 Data Storytelling in SDG Reporting
✅ https://t.me/codeprogrammer ✅
😡 More likes 😡 ➡️ more posts
✅ "Data Storytelling" skill
┌
├
├
├
├
├
├
├
└
Please open Telegram to view this post
VIEW IN TELEGRAM
Do you enjoy reading this channel?
Perhaps you have thought about placing ads on it?
To do this, follow three simple steps:
1) Sign up: https://telega.io/c/codeprogrammer
2) Top up the balance in a convenient way
3) Create an advertising post
If the topic of your post fits our channel, we will publish it with pleasure.
Perhaps you have thought about placing ads on it?
To do this, follow three simple steps:
1) Sign up: https://telega.io/c/codeprogrammer
2) Top up the balance in a convenient way
3) Create an advertising post
If the topic of your post fits our channel, we will publish it with pleasure.
Please open Telegram to view this post
VIEW IN TELEGRAM
┌
└
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM