Software Team:
Python
implementation of storing data in MongoDB
Finish working with
the Linear SVM
-
Determine X and y vectors to be used (training and target vectors)
-
Begin testing on data, determine what class labels are returned and compare
-
Further look into model persistence
Discover Image
Processing Python Libraries: Keras, OpenCV, TensorFlow
Physical use cases
and company examples that are similar to our IoT framework:
-
To understand how we can match our project with ‘next level’ and to see if we are on the right path
Next Steps:
Learn more about
pyMongo and associated packages
Write a python
script to parse several data files into one file and push data into
mongoDB
Finish testing the
Linear SVM to ensure it’s accuracy
-
Use more data sets
-Determine whether
or not it is best to save the model after it is trained so it does
not need to be retrained later
-
As a file - joblib (specific to scikit learn)
-
As a string – pickle