TensorFlow with Rhino Grasshopper Python 3!

Hey Computational Designers!

I’m excited to share a recent practice project where I integrated TensorFlow with Rhino Grasshopper Python 3! :tada:

In this exercise, I built a linear regression model to fit a line to some data points and visualized the results. The model’s performance on test data is showcased in the plot titled “BVR’s Figure 1”.

It was a great experience combining computational design tools with machine learning to create and analyze models directly within Grasshopper.

Check out the screenshot below to see the results!
Let me know if you have any questions or insights!

Original Post: B Venkateswara Raja (BVR) on LinkedIn: #computationaldesign #tensorflow #machinelearning #datascience… | 19 comments

2 Likes

@ajarindia
Looks very cool. I am pretty interested to know your experience getting the required packages installed. Any challenges? Things we can improve?

1 Like

First it was running perfect. Second time I got some issues till now I didn’t solved it. I’ll post the error here in sometimes.

1 Like

The error I encountered was related to permission issues and a conflict with the file _multiarray_tests.cp39-win_amd64.pyd already being in use by another process.I’ve cleared it now, and everything is fine.

Now, it’s time to implement this for architectural problem solving.

Tips and insights are welcomed.
Thank you!

1 Like