AgentANAKIN

AgentANAKIN

Geek Repo

Github PK Tool:Github PK Tool

AgentANAKIN's repositories

Google-Web-Scraper

This Python code scrapes Google search results then applies sentiment analysis, generates text summaries, and ranks keywords.

Dual-Twitter-Sentiment-Analysis-with-4-Text-Summary-Tools-and-Stopwords-Scrubbed-Keywords

This Python code retrieves thousands of tweets, classifies them using TextBlob and VADER in tandem, summarizes each classification using LexRank, Luhn, LSA, and LSA with stopwords, and then ranks stopwords-scrubbed keywords per classification.

Language:PythonStargazers:3Issues:2Issues:0

Quantum-Neural-Network

This simple neural network uses a quantum computer to generate truly-random weights.

Language:PythonStargazers:3Issues:2Issues:0

Quantum-RPG-Character-Generator

This is a proof-of-concept quantum RPG character generator.

Finding-Theta

For quantum computing, this is a simple way to determine how much to rotate around a Bloch sphere.

Language:PythonStargazers:1Issues:2Issues:0

Quantum-Full-Adder

This is a full adder written in OpenQASM.

Quantum-Phase-Estimation

Quantum Phase Estimation is a key component of Shor's Factoring Algorithm.

Quantum-True-Random-Number-Generator

Generate truly-random integers and floats on a quantum computer.

Language:PythonStargazers:1Issues:1Issues:0

Gender-Predictor-Neural-Network-in-C

This neural network predicts gender based on height, weight, and shoe size.

Language:CStargazers:0Issues:2Issues:0

Grover-s-Algorithm

Grover’s Algorithm can be oversimplified as a database search algorithm that is quadratically faster than any classical counterpart. What makes this algorithm interesting is that it determines, with high probability, the unique input when it is the output that is known.

Stargazers:0Issues:2Issues:0

keras_explained

This is the code for "Keras Explained" by Siraj Raval on Youtube

Language:PythonStargazers:0Issues:1Issues:0

Math-Neural-Network-in-C

This simple neural network was originally written in Python. I converted it to C to deepen my understanding of both languages, as well as of neural networks.

Language:CStargazers:0Issues:2Issues:0

openqasm

Gate and operation specification for quantum circuits

Language:TeXLicense:Apache-2.0Stargazers:0Issues:1Issues:0

Pattern-Recognition-Neural-Network-in-C

This simple neural network was originally written in Python (https://www.sololearn.com/learn/738/?ref=app). I converted it to C to deepen my understanding of both languages, as well as of neural networks.

Language:CStargazers:0Issues:2Issues:0

pytorch_in_5_minutes

This is the code for "PyTorch in 5 Minutes" by Siraj Raval on Youtube

Language:PythonStargazers:0Issues:1Issues:0

QAOA-Maxcut

Using QISKIT dev tools to experiment creating QAOA programs.

Language:PythonStargazers:0Issues:1Issues:0

Quantum-Factoring-21

This is my attempt to use the quantum phase estimation component of Shor's Factoring Algorithm to factor the number 21.

Stargazers:0Issues:2Issues:0

Quantum-Fourier-Teleportation

Quantum Teleportation + Quantum Fourier Transform = Quantum Fourier Teleportation

Stargazers:0Issues:2Issues:0

Quantum-Fourier-Transform

The inverse of the Quantum Fourier Transform (QFT) is an integral part of the encryption-breaking Shor's Factoring Algorithm.

Stargazers:0Issues:2Issues:0
Language:PythonStargazers:0Issues:1Issues:0

Quantum-Multiplication

I heard that the most difficult quantum calculation ever performed (I don't know the year this statement was made) was 3x5, so I decided to try it.

Stargazers:0Issues:2Issues:0

Quantum-Pseudo-Distributed-Computing

You can't actually apply multi-qubit gates across devices, so this is "pseudo-distributed" because it simulates having more qubits available than you actually do.

Language:PythonStargazers:0Issues:2Issues:0

Quantum-Teleportation

Teleportation does not work the way the science fiction genre depicts it, but quantum teleportation is real and it works.

Stargazers:0Issues:2Issues:0

Sequence-Predictor

This code tries to determine the next number in a sequence (for non-mathematicians).

Language:CStargazers:0Issues:2Issues:0

Shors-Error-Correction-Algorithm

I applied Shor's Error Correction Algorithm to Quantum Teleportation.

Stargazers:0Issues:2Issues:0

Simon-s-Algorithm

Simon's Algorithm is usually presented with a secret structure of s=11; so I took the s=110 implementation and translated it into OpenQASM.

Stargazers:0Issues:2Issues:0

thesemicolon

This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Web-Scraper

This Python code "scrapes" the text off a web page. HTML and scripts are stripped out of the results, leaving only text.

Language:PythonStargazers:0Issues:2Issues:0