Querying Internal Documents using Mistral 7B with Context of Ensemble Retrievers
https://medium.com/@heelara/querying-internal-documents-using-mistral-7b-with-context-of-ensemble-retrievers-f40aadaf8a6e
https://medium.com/@heelara/querying-internal-documents-using-mistral-7b-with-context-of-ensemble-retrievers-f40aadaf8a6e
Medium
Querying Internal Documents using Mistral 7B with Context from an Ensemble Retriever
Could the lost quality of a quantized Mistral 7B model be redeemed with an ensemble retriever?
The impact of generative AI in cybersecurity and privacy: From ChatGPT to ThreatGPT
https://medium.com/@saadnoorafridi/the-impact-of-generative-ai-in-cybersecurity-and-privacy-from-chatgpt-to-threatgpt-f5bca02c608d
https://medium.com/@saadnoorafridi/the-impact-of-generative-ai-in-cybersecurity-and-privacy-from-chatgpt-to-threatgpt-f5bca02c608d
Medium
The impact of generative AI in cybersecurity and privacy: From ChatGPT to ThreatGPT
Generative AI (GenAI) models have become increasingly popular in recent years, with applications in a wide range of fields, including cybersecurity. ChatGPT is one of the most popular GenAI models…
The Holy Trinity of Python Data Science: Pandas, Matplotlib, and Numpy
https://tech-ai-math.medium.com/the-holy-trinity-of-python-data-science-pandas-matplotlib-and-numpy-f771dcfaed36
https://tech-ai-math.medium.com/the-holy-trinity-of-python-data-science-pandas-matplotlib-and-numpy-f771dcfaed36
Medium
The Holy Trinity of Python Data Science: Pandas, Matplotlib, and Numpy
Data Science, Machine Learning, Artificial Intelligence
Replace accented characters in Python, Pyspark, and Spark SQL
https://medium.com/@rahul.madhani/replace-accented-characters-in-python-pyspark-and-spark-sql-28844b6c783e
https://medium.com/@rahul.madhani/replace-accented-characters-in-python-pyspark-and-spark-sql-28844b6c783e
Medium
Replace accented characters in Python, Pyspark, and Spark SQL
Simplify process of replacing accented/diacritical/diacritics characters with their non-accented ASCII equivalents using python package
Your first Python script for data analysis
https://medium.com/@dblancbellido/your-first-python-script-for-data-analysis-fd6fa9e7b336
https://medium.com/@dblancbellido/your-first-python-script-for-data-analysis-fd6fa9e7b336
Medium
Your first Python script for data analysis
In an era where data drives decisions, understanding how to harness its power is an invaluable skill. If you’ve always been intrigued by…
Learn Python Programming Effectively — 10 Pro tips for beginners
https://medium.com/@letsdecode2014/learn-python-programming-effectively-10-pro-tips-for-beginners-34b74ec96328
https://medium.com/@letsdecode2014/learn-python-programming-effectively-10-pro-tips-for-beginners-34b74ec96328
Medium
Learn Python Programming Effectively — 10 Pro tips for beginners
Python is a great choice to learn programming effectively, especially for beginners. Python’s popularity over other programming languages…
The Common Man’s Guide to Python: Section 4: Beginner if and else: Part 3
https://medium.com/@sssafiullahhh/the-common-mans-guide-to-python-section-4-beginner-if-and-else-part-3-42a2da2b9a7a
https://medium.com/@sssafiullahhh/the-common-mans-guide-to-python-section-4-beginner-if-and-else-part-3-42a2da2b9a7a
Medium
The Common Man’s Guide to Python: Section 4: Beginner if and else: Part 3
Say, you want a popsicle
how to convert python code to mobile app ?
https://medium.com/@osama.ghandour/how-to-convert-python-code-to-mobile-app-4e120e951392
https://medium.com/@osama.ghandour/how-to-convert-python-code-to-mobile-app-4e120e951392
Medium
how to convert python code to mobile app ?
Converting a Python codebase directly into a mobile app typically involves using a framework or tool that allows you to package your…
Plot speed traces with corner identification using python
https://medium.com/@raulgarciamx/plot-speed-traces-with-corner-identification-using-python-7a79bbb66b22
https://medium.com/@raulgarciamx/plot-speed-traces-with-corner-identification-using-python-7a79bbb66b22
LeetCode Problem 117 Nth Highest Salary — LeetCode: 30 Days of Pandas
https://medium.com/@robertsevan/leetcode-problem-117-nth-highest-salary-leetcode-30-days-of-pandas-22a9fab69fb4
https://medium.com/@robertsevan/leetcode-problem-117-nth-highest-salary-leetcode-30-days-of-pandas-22a9fab69fb4
Medium
LeetCode Problem 117 Nth Highest Salary — LeetCode: 30 Days of Pandas
Solving Leetcode 30 Days of Pandas study plan problems
Quantisation and co. Reducing inference times on LLMs by 80%
https://towardsdatascience.com/quantisation-and-co-reducing-inference-times-on-llms-by-80-671db9349bdb
https://towardsdatascience.com/quantisation-and-co-reducing-inference-times-on-llms-by-80-671db9349bdb
Medium
Quantisation and co. Reducing inference times on LLMs by 80%
Showing techniques to optimise your own LLMs — with code examples
Self-Driving 3D Car with Machine Learning in Godot: Part I
https://adriannenu.medium.com/self-driving-3d-car-with-machine-learning-in-godot-part-i-ef81625ae04e
https://adriannenu.medium.com/self-driving-3d-car-with-machine-learning-in-godot-part-i-ef81625ae04e
Medium
Self-Driving 3D Car with Machine Learning in Godot: Part I
Leveraging the Godot RL Agents ML Library To Build a Basic Car Simulation With Reinforcement Reward-Based Learning!
Introduction to Binary Search (Python, Rust)
https://medium.com/@saverio3107/introduction-to-binary-search-python-rust-d250aaf2b07f
https://medium.com/@saverio3107/introduction-to-binary-search-python-rust-d250aaf2b07f
Medium
Introduction to Binary Search (Python, Rust)
Searching is a fundamental operation in computer science and forms the backbone of many applications. A naive approach to searching…
Unlocking the Power of NumPy: A Comprehensive Guide to Arrays and Methods”
https://medium.com/@sparshrawat34/unlocking-the-power-of-numpy-a-comprehensive-guide-to-arrays-and-methods-403ba8d47857
https://medium.com/@sparshrawat34/unlocking-the-power-of-numpy-a-comprehensive-guide-to-arrays-and-methods-403ba8d47857
Medium
Unlocking the Power of NumPy: A Comprehensive Guide to Arrays and Methods”
NumPy stands for Numerical python and is the core library for numeric and scientific computing. It consist of multi-dimensional array…
Cracking The Dark Pool Code: Using Random Forest For S&P 500 Predictions
https://kaabar-sofien.medium.com/cracking-the-dark-pool-code-using-random-forest-for-s-p-500-predictions-32debd4c1a79
https://kaabar-sofien.medium.com/cracking-the-dark-pool-code-using-random-forest-for-s-p-500-predictions-32debd4c1a79
Medium
Cracking The Dark Pool Code: Using Random Forest For S&P 500 Predictions
Creating a Random Forest Algorithm to Predict S&P 500 Returns
Rock, Paper, Scissors game Python Basics part #6 | Learning Programming
https://markie-30.medium.com/rock-paper-scissors-game-python-basics-part-6-learning-programming-1fc70a9365b1
https://markie-30.medium.com/rock-paper-scissors-game-python-basics-part-6-learning-programming-1fc70a9365b1
Medium
Rock, Paper, Scissors game Python Basics part #6 | Learning Programming
Today we will be making a Rock, Paper, Scissors game in python. Let’s start with asking the user what they want to use in the game
The Reverse Shells and Red Team Scripts Notes
https://motasemhamdan.medium.com/the-reverse-shells-and-red-team-scripts-notes-363c62b3d0ec
https://motasemhamdan.medium.com/the-reverse-shells-and-red-team-scripts-notes-363c62b3d0ec
Medium
The Reverse Shells and Red Team Scripts Notes
This 101 PDF page booklet contains all sorts of reverse shells in different languages used commonly during penetration testing. It also…