This repository contains different implementations of text analysis in PyTorch:
Please open Telegram to view this post
VIEW IN TELEGRAM
This is a selection of Python libraries, links to tutorials, links to code examples for solving DS problems.
Please open Telegram to view this post
VIEW IN TELEGRAM
Google, Harvard, and even OpenAI are offering FREE Generative AI courses (no payment required) π
Here are 8 FREE courses to master AI in 2024:
1. Google AI Courses
5 courses covering generative AI from the ground up
https://www.cloudskillsboost.google/paths/118
2. Microsoft AI Course
Basics of AI, neural networks, and deep learning
https://microsoft.github.io/AI-For-Beginners/
3. Introduction to AI with Python (Harvard)
7-week course exploring AI concepts and algorithms
https://www.edx.org/learn/artificial-intelligence/harvard-university-cs50-s-introduction-to-artificial-intelligence-with-python
4. Prompt Engineering for ChatGPT (Vanderbilt)
6 modules on writing effective prompts for ChatGPT
https://www.coursera.org/learn/prompt-engineering
5. ChatGPT Prompt Engineering for Devs (OpenAI & DeepLearning)
Best practices and hands-on prompting experience
https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/
6. LLMOps (Google Cloud & DeepLearning)
Learn the LLMOps pipeline and deploy custom LLMs
https://www.deeplearning.ai/short-courses/llmops/
7. Big Data, AI, and Ethics (UC Davis)
4 modules on big data, IBM's Watson, and AI limitations
https://www.coursera.org/learn/big-data-ai-ethics
8. AI Applications and Prompt Engineering (edX)
Introductory course on prompt engineering and AI applications
https://www.edx.org/learn/computer-programming/edx-ai-applications-and-prompt-engineering
π To take Coursera courses for free, click 'Enroll for free' and 'Audit the course'.
γ°οΈ γ°οΈ γ°οΈ γ°οΈ γ°οΈ γ°οΈ γ°οΈ γ°οΈ γ°οΈ
π More likes π¦ more posts π
β
οΈ http://t.me/codeprogrammer β
οΈ
Here are 8 FREE courses to master AI in 2024:
1. Google AI Courses
5 courses covering generative AI from the ground up
https://www.cloudskillsboost.google/paths/118
2. Microsoft AI Course
Basics of AI, neural networks, and deep learning
https://microsoft.github.io/AI-For-Beginners/
3. Introduction to AI with Python (Harvard)
7-week course exploring AI concepts and algorithms
https://www.edx.org/learn/artificial-intelligence/harvard-university-cs50-s-introduction-to-artificial-intelligence-with-python
4. Prompt Engineering for ChatGPT (Vanderbilt)
6 modules on writing effective prompts for ChatGPT
https://www.coursera.org/learn/prompt-engineering
5. ChatGPT Prompt Engineering for Devs (OpenAI & DeepLearning)
Best practices and hands-on prompting experience
https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/
6. LLMOps (Google Cloud & DeepLearning)
Learn the LLMOps pipeline and deploy custom LLMs
https://www.deeplearning.ai/short-courses/llmops/
7. Big Data, AI, and Ethics (UC Davis)
4 modules on big data, IBM's Watson, and AI limitations
https://www.coursera.org/learn/big-data-ai-ethics
8. AI Applications and Prompt Engineering (edX)
Introductory course on prompt engineering and AI applications
https://www.edx.org/learn/computer-programming/edx-ai-applications-and-prompt-engineering
π To take Coursera courses for free, click 'Enroll for free' and 'Audit the course'.
Please open Telegram to view this post
VIEW IN TELEGRAM
-
pip install deepface
It incorporates the best of the VGG-Face, FaceNet, OpenFace, DeepFace, DeepID, ArcFace, Dlib, SFace and GhostFaceNet models.
from deepface import DeepFace
result = DeepFace.verify(img1_path = "img1.jpg", img2_path = "img2.jpg")
Please open Telegram to view this post
VIEW IN TELEGRAM
Sqlcode 8b based on Llama-3 has been released!
This is probably the best <10B model currently available for converting text to SQL .
Works better than gpt-4-turbo and claude opus for generating SQL queries.
Please open Telegram to view this post
VIEW IN TELEGRAM
-
python -m pip install featuretools
Featuretools is a Python library for automated feature development, i.e. defining variables from the data set for training the ML model.
Featuretools excels at converting temporal and relational datasets into feature matrices for machine learning.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Not only basic topics are covered here, but also more advanced ones - such as working with
datetime
, itertools
, os
and other modules/librariesGreat source of information to look through before your interview.
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
This laptop describes in as much detail as possible each step of implementing a transformer from scratch, with the necessary theoretical minimum
For complete enlightenment, you can combine it with video 3b1b
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
pip install gensim
Gensim can be used for document indexing and similarity searches in large texts.
Gensim will be especially relevant for specialists in natural language processing (NLP) and information retrieval.
Please open Telegram to view this post
VIEW IN TELEGRAM
Keep a powerful cheat sheet on data structures in Python; Everything is explained here with examples, so it will be crystal clear
Concepts such as mutability, immutability are described, things like list comprehensions and much more are described.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Here you will find the basic theory of Machine Learning and examples of the implementation of specific ML algorithms - in general, this is just the thing to brush up on your knowledge before the interview.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM