X

Gemini Google

3 Reviews

Gemini is one of the leading AI assistants developed by Google (Alphabet) Company.

Ratings

Compare with Similar AI Apps

Prompts

1

implement self attention layer in transformer in python code using pyTorch package

2

Please act as a trader and answer this question "Summarize Nvidia's GAAP Financial Report Q1 FY25 statistics and compare P/E ratio with other tech company such as google and apple"

Reviews

Tags


  • wilsonz1989 2024-09-03 18:19
    Interesting:3,Helpfulness:3,Correctness:4
    Prompt: implement self attention layer in transformer in python code using pyTorch package

    Overall, Gemini did a good job though not optimal in the pytorch model coding test. I asked the same question on ChatGPT vs Gemini vs Claude. Among all these three platforms, Gemini‘s python code is correct but less concise. It also uses some unusual functions of pytorch package, such as """ context.permutate(0, 2, 1, 3).view(...) """. This is just a weighted average tensor operation, so this implementation is very uncommon and not necessary. And ChatGPT and Claude use the correct function for this operation, which is """ torch.einsum().reshape() """. Even though it's not a big deal, but generating common python code in Gemini is not optimal.


  • eileen0713 2024-07-04 08:27
    Prompt: Please act as a trader and answer this question "Summarize Nvidia's GAAP Financial Report Q1 FY25 statistics and compare P/E ratio with other tech company such as google and apple"

    Gemini's results of data analysis and the feature of drawing plot really surprise me. It gives exactly the bar chart comparing the market capitalization of several companies. And I even double checked the July 2024 financial data, which is correct. It also gives me the results of the python code which draws the chart so that I can save it and modify the chart for later use. Really amazing!!!


  • DerekZZ 2024-06-18 14:24

    I asked Gemini to give an introduction to Maxwell equations and explain each terms in the equation. Overall it gives reasonable answers to explain Maxwell equations are a set of four equations. But It will be nice if the equation itself is provided before explaining the term. So Maybe it lacks of generation of the latex code of maxwell equation?

Write Your Review

Detailed Ratings

ALL
Correctness
Helpfulness
Interesting
Upload Pictures and Videos