Chroma and OpenAI weren’t accurate, so i built my own Embeddings Database Mechanism
https://medium.com/@bbarak/chroma-and-openai-werent-accurate-so-i-built-my-own-embeddings-database-mechanism-765f0209632
https://medium.com/@bbarak/chroma-and-openai-werent-accurate-so-i-built-my-own-embeddings-database-mechanism-765f0209632
Medium
Chroma and OpenAI weren’t accurate, so i built my own Embeddings Database Mechanism
I was building my company a chatbot to reply to questions regarding our congresses.
Random Number Generation in Python: A Step-by-Step Tutorial
https://soumenatta.medium.com/random-number-generation-in-python-a-step-by-step-tutorial-d6244bac6b76
https://soumenatta.medium.com/random-number-generation-in-python-a-step-by-step-tutorial-d6244bac6b76
Medium
Random Number Generation in Python: A Step-by-Step Tutorial
Generating random numbers and matrices is a common task in Python, and it can be accomplished using the built-in random module and the…
Entropy Pooling and CVaR Portfolio Optimization in Python
https://medium.com/@ft_anvo/entropy-pooling-and-cvar-portfolio-optimization-in-python-ffed736a8347
https://medium.com/@ft_anvo/entropy-pooling-and-cvar-portfolio-optimization-in-python-ffed736a8347
Medium
Entropy Pooling and CVaR Portfolio Optimization in Python
Explore an elegant combination of Entropy Pooling and CVaR portfolio optimization in Python
Mastering Data Cleaning with Python: A Step-by-Step Guide
https://medium.com/@pythonfundamentals/mastering-data-cleaning-with-python-a-step-by-step-guide-bf7e2ab59463
https://medium.com/@pythonfundamentals/mastering-data-cleaning-with-python-a-step-by-step-guide-bf7e2ab59463
Medium
Mastering Data Cleaning with Python: A Step-by-Step Guide
Data cleaning, often referred to as data preprocessing, is an essential step in any data analysis or machine learning project. Raw data…
Dealing with Warnings ⚠️in Django: Best Practices and Strategies
https://mccall167.medium.com/dealing-with-warnings-%EF%B8%8Fin-django-best-practices-and-strategies-4b05f4e14ad4
https://mccall167.medium.com/dealing-with-warnings-%EF%B8%8Fin-django-best-practices-and-strategies-4b05f4e14ad4
Medium
Dealing with Warnings ⚠️in Django: Best Practices and Strategies
Django is a powerful and popular Python web framework known for its ease of use and robustness. However, like any software project, Django applications can generate warnings that may need attention…
Run Faster, Run Lighter: The Art of Running Quantized Models on Your Laptop
https://artificialcorner.com/run-faster-run-lighter-the-art-of-running-quantized-models-on-your-laptop-6d8095c23322
https://artificialcorner.com/run-faster-run-lighter-the-art-of-running-quantized-models-on-your-laptop-6d8095c23322
Process AWS Kinesis Firehose data with Python
https://medium.com/@socrateslee/process-aws-kinesis-firehose-data-with-python-ebbf3a6b1fc7
https://medium.com/@socrateslee/process-aws-kinesis-firehose-data-with-python-ebbf3a6b1fc7
Medium
Process AWS Kinesis Firehose data with Python
Pipelining streamed data events directly into Amazon S3 via the AWS Kinesis Firehose service is convenient and efficient. And we could use…
How to Calculate PE ratio for ETFs via Python in Colab — QCLN
https://python.plainenglish.io/how-to-calculate-pe-ratio-for-etfs-via-python-in-colab-qcln-c4e73c7f63f0
https://python.plainenglish.io/how-to-calculate-pe-ratio-for-etfs-via-python-in-colab-qcln-c4e73c7f63f0
Medium
How to Calculate PE ratio for ETFs via Python in Colab — QCLN
Previously on the How to Calculate PE ratio for ETFs via Python in Colab — QQQ, we discussed how to calculate PE ratio for Invesco QQQ. In…
Python interview Questions for beginners!!
https://medium.com/@chanduthedev/python-interview-questions-for-beginners-cd05ddda40af
https://medium.com/@chanduthedev/python-interview-questions-for-beginners-cd05ddda40af
Medium
Python interview Questions for beginners!!
What is lambda function?
7) Learning Python, Changing the Command Prompt (CMD) Path to Your Desired Destination
https://medium.com/@rahbarysina/7-learning-python-changing-the-command-prompt-cmd-path-to-your-desired-destination-d59aaca4756
https://medium.com/@rahbarysina/7-learning-python-changing-the-command-prompt-cmd-path-to-your-desired-destination-d59aaca4756
Medium
7) Learning Python, Changing the Command Prompt (CMD) Path to Your Desired Destination
If you’re new to using the Windows Command Prompt (CMD), you might find it confusing when you need to navigate to a specific directory…
Alfred: Advanced OSINT Info Gathering Tool
https://blog.netrunner.lol/alfred-advanced-osint-info-gathering-tool-afc1a7afd8a3
https://blog.netrunner.lol/alfred-advanced-osint-info-gathering-tool-afc1a7afd8a3
Medium
Alfred: Advanced OSINT Info Gathering Tool
Brief Information
High Energy Gamma Particles Classification comparison between Support Vector Machines and Naive…
https://medium.com/dev-environment/high-energy-gamma-particles-classification-comparison-between-support-vector-machines-and-naive-996676e3e341
https://medium.com/dev-environment/high-energy-gamma-particles-classification-comparison-between-support-vector-machines-and-naive-996676e3e341
Medium
High Energy Gamma Particles Classification comparison between Support Vector Machines and Naive Bayesian
Astrophysics and Data Science.
Creating a Custom Ansible Lookup Plugin in Python for Reading a File
https://ansiblepilot.medium.com/creating-a-custom-ansible-lookup-plugin-in-python-for-reading-a-file-2fdf46499031
https://ansiblepilot.medium.com/creating-a-custom-ansible-lookup-plugin-in-python-for-reading-a-file-2fdf46499031
Medium
Creating a Custom Ansible Lookup Plugin in Python for Reading a File
Extending Ansible’s Capabilities with a Custom File Retrieval Python Lookup Plugin.