Filter
Exclude
Time range
-
Near
The Presidency of Religious Affairs of the Grand Mosque and the Prophet’s Mosque has activated simultaneous interpretation services at the #Two_Holy_Mosques. The move is intended to enhance the #religious and #educational_services provided to pilgrims, enabling them to benefit from guidance in their respective #languages. The initiative will enrich their spiritual and knowledge experience, as the program provides prompt awareness and guidance content, as well as responses to #inquiries, in 17 international languages through state-of-the-art technologies that rely on #fast_voice and #text_processing. Ultimately, this initiative will help facilitate #communication with pilgrims of various nationalities and cultures, in addition to conveying #Sharia and guidance messages more clearly and accurately inside the Two Holy Mosques.
2
2
356
LLMs Roadmap ├── 01_Foundations │ ├── Programming_Basics │ │ ├── Python_for_AI │ │ │ ├── Data_Types_Functions_Modules │ │ │ ├── Virtual_Environments_Packages │ │ │ └── Real_Project │ │ │ └── Build_a_Text_File_Analyzer │ ├── Math_for_LLMs │ │ ├── Linear_Algebra_Basics │ │ ├── Probability_and_Statistics │ │ └── Intuition_Focused_Learning │ └── Computer_Science_Fundamentals │ ├── Data_Structures │ ├── Algorithms_Basics │ └── Complexity_Thinking │ ├── 02_Machine_Learning_Core │ ├── ML_Concepts │ │ ├── Supervised_vs_Unsupervised │ │ ├── Training_vs_Inference │ │ └── Overfitting_Underfitting │ ├── Tools │ │ ├── NumPy_Pandas │ │ ├── Scikit_Learn │ │ └── Matplotlib │ └── Real_Project │ └── Build_a_Text_Classifier_for_Support_Tickets │ ├── 03_Neural_Networks │ ├── Core_Concepts │ │ ├── Neurons_Layers_Activations │ │ ├── Backpropagation │ │ └── Loss_Functions │ ├── Frameworks │ │ ├── PyTorch │ │ └── TensorFlow │ └── Real_Project │ └── Build_a_Sentiment_Analysis_Model │ ├── 04_NLP_Foundations │ ├── Text_Processing │ │ ├── Tokenization │ │ ├── Stopwords_Stemming_Lemmatization │ │ └── Vectorization │ ├── Language_Models_Before_LLMs │ │ ├── N_Grams │ │ ├── Word2Vec_GloVe │ │ └── Limitations │ └── Real_Project │ └── Build_a_Smart_Search_Engine_for_Documents │ ├── 05_Transformers_and_LLM_Core │ ├── Transformer_Architecture │ │ ├── Self_Attention │ │ ├── Multi_Head_Attention │ │ ├── Positional_Encoding │ │ └── Encoder_vs_Decoder │ ├── Popular_LLMs │ │ ├── GPT_Family │ │ ├── LLaMA │ │ ├── Mistral │ │ └── Claude │ └── Real_Project │ └── Build_a_Mini_GPT_Text_Generator │ ├── 06_LLM_Usage_and_Engineering │ ├── Prompt_Engineering │ │ ├── Zero_Shot │ │ ├── Few_Shot │ │ ├── Chain_of_Thought │ │ └── System_Prompts │ ├── LLM_APIs │ │ ├── OpenAI_API │ │ ├── HuggingFace_Inference │ └── Real_Project │ └── Build_an_AI_Study_Assistant ├── 07_Retrieval_Augmented_Generation_RAG │ ├── Core_Idea │ │ ├── Embeddings │ │ ├── Vector_Databases │ │ └── Context_Injection │ ├── Tools │ └── Real_Project │ └── Build_a_Custom_Knowledgebase_Chatbot ├── 08_Fine_Tuning_and_Optimization │ ├── Fine_Tuning │ ├── Evaluation │ └── Real_Project │ └── Fine_Tune_an_LLM_for_Customer_Support │ ├── 09_AI_Agents_and_Tools │ ├── Agent_Concepts │ ├── Frameworks │ │ ├── LangChain │ └── Real_Project │ └── Build_an_AI_Agent_that_Automates_Research ├── 10_Deployment_and_Production │ ├── Model_Serving │ │ ├── FastAPI │ │ ├── Docker │ │ └── GPU_Usage │ ├── Cloud │ │ ├── AWS_GCP_Azure │ │ ├── Serverless_AI │ │ └── Cost_Optimization │ └── Real_Project │ └── Deploy_an_AI_Chat_App_for_Real_Users ├── 11_Responsible_and_Modern_AI │ ├── Ethics │ ├── Security/ │ └── Real_Project │ └── Secure_and_Monitor_an_LLM_Based_System └── 12_Capstone_Real_World_AI_Product ├── Idea │ ├── AI_SaaS │ ├── AI_Tutor │ ├── AI_Coding_Assistant │ └── AI_Business_Analytics_Tool ├── Build │ ├── End_to_End_System │ ├── Scalable_Architecture │ └── Real_User_Feedback └── Outcome └── Production_Ready_LLM_Product Grab this Ebook resource to deepen your LLM journey: codewithdhanian.gumroad.com/…
37
261
1,545
90,907
🔬 Excited to share the publication "Grad-CAM-Based Explainable Artificial Intelligence Related to Medical Text Processing". Welcome to access the full article freely here 👉 mdpi.com/2306-5354/10/9/1070 #explainable_artificial_intelligence #XAI #text_processing #Grad_CAM #ResNet
2
87
Mastering Text Processing in Python with Regular Expressions link.medium.com/wDQ2qUY0Uxb #pythonprogramming #text_processing #python #python_re #regularexpression

1
3
25
How to split a huge line of characters into several lines with equal numbers of columns? - Visit programmatic.solutions/hmvzg… for the answer. #text_processing #bioinformatics #linux #computer #coders

1
1
77
How to replace all values (all NAs) in a column with numeric part of the file name? - Visit programmatic.solutions/z8vyq… for the answer. #text_processing #awk #sed #command_line #bioinformatics

1
1
112
I need to find all users home directories listed using grep from /etc/passwd - Visit programmatic.solutions/zvd30… for the solution. #text_processing #grep #unix #linux #100daysofcode #code

1
1
16
Fastest way to sum Nth column in text file - Visit programmatic.solutions/pz1gl… for the solution. #shell_script #text_processing #awk #sed #unix #linux

1
70
counting multiple patterns in a single pass with grep? - Visit programmatic.solutions/6mhfl… for the answer. #bash #shell_script #text_processing #grep #bioinformatics

1
1
Delete three lines in specific step - Visit programmatic.solutions/jm8qt… for the solution. #text_processing #awk #sed #unix #100daysofcode

1
2
sort -z equivalent in Solaris ( support sorting of multi-line ) - Visit programmatic.solutions/jixmy… for the solution. #text_processing #sort #unix #computerengineering #dev

2
Print values from one column to another between two files based on patterns in each row - Visit programmatic.solutions/rpirk… for the solution. #text_processing #nix #100daysofcode #developers #code

1
awk split a file into multiple files with specific names in another index file - Visit programmatic.solutions/v1atf… for the solution. #text_processing #awk #bioinformatics #nix #datascience

2
1
Deconstructing one line into two lines based on specific columns - Visit programmatic.solutions/8p0io… for the solution. #text_processing #awk #sed #grep #bioinformatics

1
1
for loops to grep multiple texts from parent file to multiple files in single command - Visit programmatic.solutions/rupkh… for the solution. #shell_script #text_processing #grep #bioinformatics #unix #linux

1
1
28 Nov 2019
New #CatBoost 0.20 is out! This release contains text_processing library, which provides possibilities to easily preprocess text: lowercasing, tokenization, extraction of numbers or punctuation. And super fast building of dicts and BPE. Use it with boosting and with NN libs!
1
26
Fun #drupal fix of the day. A view was erroring with text_processing not being defined. Old field was text and new is int. #whynotviewmodes
1
دارم حرکتی جدی شروع می کنم به سمت رایانش متنی (بخوانید: تکست پراسسینگ) #text_processing
1