Deploying self-hosted language models for ChatGPT-like inference using DeepSeek
DeepSeek R1 is an open-source LLM with performance on par [...]
DeepSeek R1 is an open-source LLM with performance on par [...]
Basically this is straightforward, basically just following the official documents here: https://docs.microsoft.com/en-us/windows/wsl/install-win10
Preparation: Install Anaconda, CUDA, etc. Create new virtual environment with [...]
One of the most headache problems of using Ubuntu as [...]
Autoencoder is a very interesting unsupervised learning technique in which we leverage neural networks for the task of representation learning. Let's see a simple idea of using autoencoder detect anomaly in real-world problem.