calee14 / MyMachineLearning

💻📚Machine learning programs that I am working on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyMachineLearning

Machine Learning scripts/bots that I made at camp, own my own, or other places. So far I learned about regression, k_nearest_neighbors, support vector machines, recurrent neural networks, and convolutional nerual networks.

Getting started

Make sure you have all the dependencies installed before running any of the python scripts. There isn't a python dependency file so you'll have to look at the files and check what you need to install. To install type this command in you terminal:

git clone https://github.com/calee14/MyMachineLearning.git

Another way to run my code is to upload it to the Colaboratory Google online IDE and run the code there without needing to install anything on your local machine.

Deployment

Make sure you have the python command so that you can run the files.

Built With

Authors

  • Cap - gonna be the only author

NOTES

  • Check if it's possible to train a neural networkn on usgs data.
  • Use kaggle's earthquake data for training
  • Possibly use a neural network as the model

About

💻📚Machine learning programs that I am working on


Languages

Language:Jupyter Notebook 95.1%Language:Python 4.9%