Here comes a new challenger... And his name is DeepSeek!
review DeepSeek-R1 paper.
review DeepSeek-R1 paper.
A simple Python app for retrieving the closest image by calculating image similarity
A simple Python webcam app for tracking position and evaluating the activity level of a subject based on YOLOv5
A web-based image generation and fine-tuning LoRA service with Black Forest Labs’ Flux model
A Python drawing app with Stable Diffusion Webui Forge using Docker and a web server like an AWS instance
A text- and voice-interactable character that embodies a fictional character’s personality and voice, created using ChatGPT assistants feature and ElevenLabs fine-tuned TTS
practice fine-tuning with LLaMA.
figure1: A cute lama, generated by Flux 1.1 pro
review Stable Diffusion.
In the image synthesis domain, diffusion models had shown very effective manipulation of images. However the models require abundant GPU calculations since they are operated in pixel space. To conserve computational resource while preserving flexibility and quality, Stable Diffusion (2022) [1] introduced latent space into the process.
summarize the papers of GPT1, BERT, GPT3 and the scaling laws.
After the publication of “Attention Is All You Need”, a number of language models have chosen the transformer as their base structure. As a result, many powerful models have been derived from it, the most famous of which are the GPT models and BERT.
review DDPM.
Generative deep learning models like VAEs and GANs have shown brilliant performance. “Denoising Diffusion Probabilistic Models” (DDPM) [1] is novel generative model published in 2020. This model is based on “Deep Unsupervised Learning Using Nonequilibrium Thermodynamics (2015)”.