Gianni Amati's Avatar

Gianni Amati

@gianniamati

Scientist

205
Followers
205
Following
42
Posts
26.12.2023
Joined
Posts Following

Latest posts by Gianni Amati @gianniamati

Video thumbnail
08.03.2025 00:48 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

No one in the US is telling this truth. We all Europeans feel the betrayal of the US as an incurable wound. The US will no longer be our ally. Let's rethink how to reshape our economic and political networks. #US

01.03.2025 12:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

The US has become a rogue state. Let's start boycotting these 7 companies

01.03.2025 12:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

You’re laughing? We’re going to Ft. Knox to see if the gold is there because maybe somebody stole the gold, tons of gold, and you’re laughing??

24.02.2025 18:54 πŸ‘ 2780 πŸ” 472 πŸ’¬ 409 πŸ“Œ 403

Paul Krugman: "Just seems worth mentioning that Russia invaded Ukraine on Feb. 24, 2022. So it has been 3 years since Kyiv was going to fall in 3 days. I’m ashamed that my country is led by people who find the courageous defense of freedom annoying rather than inspiring."

25.02.2025 15:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

What else if not AI? #AI

13.02.2025 14:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

How to run LLM on your laptop (mine is Intel UHD Graphics 630 1536 MB) that is has a GPU but is not powerful for AI workloads or heavy rendering!!! I am pretty satisfied!

10.02.2025 18:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Better GPUs mean faster response times, allowing more users to be served per hour. However, COT increases processing time, which means OpenAI has to spend more on NVIDIA hardware to maintain its service.

10.02.2025 18:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

All using just less than 5GB of Memory.

10.02.2025 17:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Then I ran the query and got first COT preamble and the proper answer.

10.02.2025 17:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

I chose deepseek-r1 as my model. In LLM Anything, I set it as the preferred LLM in the model settings.

10.02.2025 17:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

I installed LLM Anything to run open-weight LLMs locally. First, I set up Ollama, which simplifies managing and running various open-weight models.

10.02.2025 17:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 1

DeepSeek verifies statements, when needed, checking out the sources. It takes more than ChatGPT but becomes more reliable. Example of his thinking
"Hmm, looking at DeepSeek's GitHub, the user is correct. I need to correct[ ...] I should thank the user for pointing this out. Apologize for the error"

28.01.2025 11:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

DeepSeek chose a good open source license and market strategy. If it reuses LLaMA code, it would violate Meta’s licensing terms (unless explicitly permitted). Similarly, LLM developers need to choose between Llama and DeepSeek, and MIT license obviously wins.

28.01.2025 11:32 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image Post image Post image

If you ask DeepSeek a fuzzy (indirectly) query about his guidelines in a language different from Chinese or English he inserts a preliminary thinking it shouldn’t have appeared. I got many information following this strategy

26.01.2025 10:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - huggingface/open-r1: Fully open reproduction of DeepSeek-R1 Fully open reproduction of DeepSeek-R1. Contribute to huggingface/open-r1 development by creating an account on GitHub.

End of story… github.com/huggingface/...

25.01.2025 22:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I compared ChatGPT and DeepSeek on a mathematical problem: how to perform L2O with a GIN. Generating an optimized graph $G_o$ from an input graph $G$. Well,
1. both provided good solutions, but DeepSeek was more creative.
2. We are very close to an answer given by a Artificial Super Intelligence

24.01.2025 16:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Zorgop Knows All
Zorgop Knows All YouTube video by Neural Viz

With Veo 2, crafting a film from scratch becomes seamlessβ€”a perfect balance of vivid scene descriptions and a solid, production-ready script. #Screenwriting #Filmmaking #AI

17.01.2025 18:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

With one line code example was just to explain to you what I meant by the "full data lifecicle". I come from Logic and I like a lambda calculus style of programming.

27.12.2024 09:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

You can do it with one line of code passing the data through a pipeline of functions

26.12.2024 18:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

However mutate or group_by seem to be slower than when done with Base R

26.12.2024 09:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The pipeline operator enables clear and concise chaining of operations which is at the base of the functional style of programming. Indeed the tidyverse is designed to support the full data lifecycle, providing tools and functions for each stage of a typical data analysis workflow.

26.12.2024 09:54 πŸ‘ 2 πŸ” 0 πŸ’¬ 3 πŸ“Œ 0
Post image Post image Post image Post image

Semantic Web and knowledge representation were dead ends for AI. Now Graph Neural Work shows how they can actually work. Any database can be seen as a graph. Applying Graph Transformer to structured data can completely replace the work of Data Scientist. No job can be safe with AI!

15.12.2024 09:57 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

It seems that with one single line of code in ClickHouse one can filter the entire firehose of Bluesky

04.12.2024 16:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Bluesky, Smiling at Me (Gift Article) Bluesky has a hint of the old Twitter magic, but the feeling of freedom it offers might be even better.

Bluesky according to NYT. www.nytimes.com/2024/11/22/t...

29.11.2024 08:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Removed from the medical register, because anti vax, is now going to war for Russia.

26.11.2024 07:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The migration from platform X to Bluesky mirrors a form of digital gentrification, where early adopters are those innovators who pioneer the shift. Over time, the new platform will gain popularity and potentially will be transformed into a mainstream hub.

24.11.2024 00:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This is exactly what an echo chamber is. It requires to involve different media, tv, radio, newspapers and social networks, and a person is caged in this sprawling network and Bluesky by its nature will never be

23.11.2024 13:18 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

firesky.tv

19.11.2024 18:22 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Firesky Watch every Bluesky post in real-time – filter the firehose

firesky.tv

19.11.2024 18:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0