Posts

ChatGPT part 2 Some simple coding examples

Where is it from? It is from OpenAI,  who are developing a suite of AI applications including Access GPT-3, which performs a variety of natural language tasks, Codex, which translates natural language to code, and DALL·E, which creates and edits original images.  ChatGPT can access these tools via a keyboard input as a free trial. What can it do? It can provide concise definitions:  Define the "N50" of a collection of DNA sequences The N50 of a collection of DNA sequences is a measure of the contiguity or continuity of an assembly of DNA sequences. It is defined as the length of the shortest contig (a contiguous stretch of DNA sequence) that is longer than half the total length of the assembly. In other words, it is the length of the contig such that 50% of the assembly is in contigs of that length or longer. For example, consider an assembly of 4 DNA sequences of lengths 100, 200, 300, and 400. The total length of the assembly is 1000. The N50 of this assembly would be...

ChatGPT part 1

 ChatGPT Developer(s)    OpenAI Initial release    November 30, 2022 Type    Chatbot License    Proprietary Website    chat.openai.com ChatGPT (Chat Generative Pre-trained Transformer) is a chatbot launched by OpenAI in November 2022. It is built on top of OpenAI's GPT-3 family of large language models, and is fine-tuned (an approach to transfer learning) with both supervised and reinforcement learning techniques. ChatGPT was launched as a prototype on November 30, 2022, and quickly garnered attention for its detailed responses and articulate answers across many domains of knowledge. Its uneven factual accuracy was identified as a significant drawback. Following the release of ChatGPT, OpenAI was valued at $29 billion. Here are some examples of ChatGTP output, some sillier than others....    Writing an essay Describe, in 2500 to 3000 words, the role of nucleotide repeat expansion in autosomal domi...