Technology

Amazon Gets Into the LLM Game with Nova

Amazon just got into the LLM arena with Amazon Nova. And they announced not one, not two, but SIX models!

  1. Amazon Nova Micro: Text-only model delivering low-latency responses, ideal for language understanding, translation, reasoning, and code completion.
  2. Amazon Nova Lite: Low-cost multimodal model, lightning-fast for processing text, image, and video inputs, suitable for interactive and high-volume applications.
  3. Amazon Nova Pro: High-capability multimodal model with top accuracy, speed, and cost efficiency for diverse tasks, excelling at instruction following and agentic workflows.
  4. Amazon Nova Premier: Coming soon. Likely a premium version of Nova Pro with more features and/or better performance.
  5. Amazon Nova Canvas: Advanced image generation model for creating and editing professional-grade images from text or image prompts.
  6. Amazon Nova Reel: Video generation model enabling high-quality video creation from text and images, with natural language controls for style and pacing.

The LLM landscape just got bigger and better!

Renting GPUs With Vast.ai

Artificial Intelligence (AI) and Machine Learning (ML) require a lot of computing power. Specifically, you would want to have GPUs which have become the standard tool for computing-intensive applications because of their parallel processing capabilities, high throughput, and efficiency in handling the kinds of large-scale computations required for AI and ML.

Read More

Preprocessing Images For Recognition

We have previously through the process of recognizing numbers utilizing our artificial neural network (ANN). If you haven’t gone through that post on, you can do so now. However, we ran the recognition task on images from the MNIST dataset. Even though we used the test data, it’s still cannot be considered real-world. It’s clean, well-labeled, and structured, with a lot of the noise and ambiguity removed.

Read More