https://github.com/danindiana/python_gpt
An assortment of python programs generated via GPT.
https://github.com/danindiana/python_gpt
Last synced: 3 months ago
JSON representation
An assortment of python programs generated via GPT.
- Host: GitHub
- URL: https://github.com/danindiana/python_gpt
- Owner: danindiana
- License: apache-2.0
- Created: 2023-07-10T10:51:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T01:56:02.000Z (4 months ago)
- Last Synced: 2025-02-14T02:41:29.346Z (4 months ago)
- Language: Python
- Size: 6.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## README.txt
**Welcome to the repository containing various projects and scripts!**
This repository contains several independent projects and scripts covering diverse topics like machine learning, natural language processing (NLP), and data analysis.
**Project list:**
* **Jensen-Shannon Divergence:** This project explores and implements the Jensen-Shannon divergence, a measure of similarity between probability distributions.
* **Kullback–Leibler-d:** This project implements the Kullback–Leibler divergence, another measure of similarity between probability distributions.
* **arxiv:** This script handles downloading and processing scientific papers from the arXiv repository.
* **ballistics:** This script explores using GPT for generating ballistic prompts and dialogue.
* **liquid_time_networks:** This project includes scripts for training and running Liquid Time Networks.
* **nlp_novelty:** This project focuses on measuring novelty in natural language text.
* **nlp_topic:** This project provides scripts for topic modeling in NLP tasks.
* **pdf_to_text:** This script utilizes pdfminer to extract text from PDF documents and includes a progress bar for improved user experience.
* **pdf_validator:** This script validates PDF documents for specific criteria.
* **tf_idvectorizer:** This project implements various TF-IDF vectorization techniques for text data.
* **ballisticprojectile_simulation.py:** This script simulates the trajectory of a ballistics projectile.**File creation dates:**
These dates indicate when the files were initially created in the repository. Updates and additional commits might be present.
* **Jensen-Shannon Divergence:** 2 weeks ago
* **Kullback–Leibler-d:** 4 months ago
* **arxiv:** 1 month ago
* **ballistics:** 5 months ago
* **liquid_time_networks:** 5 months ago
* **nlp_novelty:** Last updated 1 month ago
* **nlp_topic:** Last updated 3 weeks ago
* **pdf_to_text:** 3 weeks ago
* **pdf_validator:** 3 months ago
* **tf_idvectorizer:** Created now (most recent commit)
* **LICENSE:** 5 months ago
* **ballisticprojectile_simulation.py:** 5 months ago**Additional notes:**
* This README is updated dynamically based on the latest commit log.
* Individual projects might have their own documentation or README files within their directories.
* Feel free to explore the code and contribute to the projects.**Happy coding!**