Pinned Repositories
ai-car-simulation
A simple self-driving AI car game, which uses NEAT.
camera-classifier
A Python application that uses camera input to train a SVM to respond to specific actions.
config-files
A collection of my config files.
drawing-classifier
A Python application which uses machine learning classification algorithms to classify drawings of the user.
handwritten-digits-recognition
A script that trains a model to recognize handwritten digits using the MNIST data set. Then it loads external files and uses the neural network to predict what digits they are.
neuralintents
A simple interface for working with intents and chatbots.
python-curriculum
A self-study curriculum for learning Python in four weeks.
vidstream
Streaming video data via networks
youtube-downloader-converter
A simple Python script that is able to download YouTube videos or playlists and convert them into MP3.
youtube-tutorials
A collection of the code I have written for my YouTube tutorials.
NeuralNine's Repositories
NeuralNine/python-curriculum
A self-study curriculum for learning Python in four weeks.
NeuralNine/config-files
A collection of my config files.
NeuralNine/youtube-downloader-converter
A simple Python script that is able to download YouTube videos or playlists and convert them into MP3.
NeuralNine/youtube-tutorials
A collection of the code I have written for my YouTube tutorials.
NeuralNine/vidstream
Streaming video data via networks
NeuralNine/ai-car-simulation
A simple self-driving AI car game, which uses NEAT.
NeuralNine/neuralintents
A simple interface for working with intents and chatbots.
NeuralNine/handwritten-digits-recognition
A script that trains a model to recognize handwritten digits using the MNIST data set. Then it loads external files and uses the neural network to predict what digits they are.
NeuralNine/stock-visualizer
A Python application that visualizes stock data using professional candlestick charts.
NeuralNine/camera-classifier
A Python application that uses camera input to train a SVM to respond to specific actions.
NeuralNine/crypto-analysis
Some basic visualizations and analyses for cryptocurrencies.
NeuralNine/drawing-classifier
A Python application which uses machine learning classification algorithms to classify drawings of the user.
NeuralNine/datastructures-cpp
Repository for building data structures from scratch in C++