new hash function March 25, 2025 | No Comments | algorithm, hash This hash function is not based on large prime numbers, like those based on RSA. This hash function is based on the Weierstrass function. The […]
filler material in 3D printing March 15, 2025 | No Comments | printer 3d Gyroid fill typeIf you want something very resistant, set it to 25%. 3D printing is not 100% solid, but rather a waste of material, nor […]
printing without supports | No Comments | printer 3d The print will almost certainly turn out badly. Where there are vertical ceilings, when the material is hot, the print will turn out poorly. example: […]
display graphs of your CSV data | No Comments | information, python the code is: Obviously you should have a CSV with data called ‘housing.csv’ located in the same place where the Python code is. it looks […]
Machine learning model with a linear regression algorithm in Python March 14, 2025 | No Comments | machine-learning, python, regresion-linear There must be data and an algorithm that operates on that data In CSV the data is separated by commas, the first line is the […]