Browsing Tag
machinelearning
187 posts
Mistral 7B Beats Llama 2 13B on All Benchmarks
The dawn of a new era in the artificial intelligence space is upon us, and leading the charge…
Bringing Still Pictures to Life with Neural Motion Textures
Imagine glancing at a picture of a tree blowing softly in the wind or a candle flickering quietly…
Retrieval Augmented Generation (RAG): How To Get AI Models Learn Your Data & Give You Answers
With the growing AI and Large Language Models, there is a higher demand for people wanting to get…
Swirl: An open-source search engine with LLMs and ChatGPT to provide all the answers you need 🌌
We need search engines with AI Last week I had a strange problem at work to tackle. The…
5 FREE Machine Learning Online Courses
In this blog, I will explain What is Machine learning? and 5 FREE Machine Learning Online Courses. So,…
Bulk Object Detection and Cropping with DETR
Here is a link to my repo The Python file, main.py, is an object detection application that uses…
iloc function in python
import pandas as pd # Örnek bir veri çerçevesi oluşturalım df = pd.DataFrame({'A': [1, 2, 3], 'B': [4,…
Connect ChatGPT to your SQL Database
With our latest real time information release, we’re now able to connect ChatGPT to any SQL database you…
Language Whisperer – AI/ML Transformer Tools Hackathon
LanguageWhisperer: Facilitate your language learning with Transformers! We live in a world full of different objects, images and…
Unsupervised Clustering with K-Means
In the past few weeks, I have been studying about clustering and some of its models to apply…