+50 most asked interview questions on ANN
https://t.me/CodeProgrammer
More Likes, Share (Interact and don't be stingy) ❤️👍❤️
https://t.me/CodeProgrammer
More Likes, Share (Interact and don't be stingy) ❤️👍❤️
Forwarded from Shohruh
This media is not supported in your browser
VIEW IN TELEGRAM
Artificial Intelligence && Deep Learning
Channel for who have a passion for -
* Artificial Intelligence
* Machine Learning
* Deep Learning
* Data Science
* Computer vision
* Image Processing
* Research Papers
https://t.me/DeepLearning_ai
https://t.me/MachineLearning_Programming
Channel for who have a passion for -
* Artificial Intelligence
* Machine Learning
* Deep Learning
* Data Science
* Computer vision
* Image Processing
* Research Papers
https://t.me/DeepLearning_ai
https://t.me/MachineLearning_Programming
🔗 Link: https://github.com/pyca/cryptography
https://t.me/CodeProgrammer
More Likes, Share (Interact and don't be stingy)
Please open Telegram to view this post
VIEW IN TELEGRAM
Huge curated list of materials: face detection; recognition; identification; verification; reconstruction; tracking; super resolution and blur; generation and synthesis of faces; replacement of persons; protection against counterfeiting; search by face.
🇵 🇱 🇪 🇦 🇸 🇪 🇷 🇪 🇦 🇨 🇹
Please open Telegram to view this post
VIEW IN TELEGRAM
Web2pdf is a useful command line tool that allows you to convert web pages to PDF files.
It supports batch conversion, allowing you to convert multiple web pages at once.
You can customize the styling of your PDFs using CSS, including fonts and background colors.
git clone https://github.com/dvcoolarun/web2pdf.git
🇵 🇱 🇪 🇦 🇸 🇪 🇷 🇪 🇦 🇨 🇹
Please open Telegram to view this post
VIEW IN TELEGRAM
🇵 🇱 🇪 🇦 🇸 🇪 🇷 🇪 🇦 🇨 🇹
Please open Telegram to view this post
VIEW IN TELEGRAM
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