tensorflow numpy OpenCV2 sklearn matplotlib
To create the dataset run the command below:
$ python3 code.py
To find the final velocities and positions of the hundered particles, run the command below:
$ python3 particles_problem_tensorflow.py
This will generate two files
- final_velocities.npy
- final_positions.npy
- Command to run the model for MNIST dataset
$ python3 mnist_model.py
- Command to run the model for dataset of Lines generated
$ python3 line_model.py