Archive for December, 2023

Homeopathy Case Analysis Using Retrieval-Augmented Generation

Written by on December 26, 2023 in Homeopathy, Natural Language Processing with 1 Comment
Homeopathy Case Analysis Using Retrieval-Augmented Generation

Homeopaths, after detailed case taking, usually ‘“repertorize”  the case using software such as RadarOpus, MacRepertory, Vithoulkas Compass, etc., and finally consult a Materia Medica to confirm the remedy selection. There are some highly experienced homeopaths who have the gift of identifying the correct remedy without even repertorizing the case, but this is rare. In general, […]

Continue Reading

Generating Polynomials – Part 2

Written by on December 10, 2023 in LISP, Programming with 0 Comments
Generating Polynomials – Part 2

In my last article, I showed how we can use Prolog to generate univariate Polynomials. After I finished that article, I wanted to try Lisp for the same task. Prolog is “declarative”, whereas Lisp is primarily “functional” (it supports OOP as well), so the implementation will exhibit that difference. Here is the primary function generate-polynomial […]

Continue Reading

Top