admin

admin

TSS Tumor Removal Project

Tracking Enscopy with Opti Track Accurate Tracking Calibration Optimized Computations PMS through Node.j and MongoDB Face Registration Remote Rendering volumetric layered data

Aversarial Networks

  Farhad Piri¶ Adversarial Networks¶ Generate Synthetic Images with DCGANs in Keras Import Libraries¶ In [3]: import sys sys.path.insert(1, ‘/kaggle/input/module-of-plot-utils’) In [4]: %matplotlib inline import tensorflow as tf from tensorflow import keras import numpy as np import plot_utils import matplotlib.pyplot as plt…

How to process data before any ML task

  Farhad Piri¶ Crucial Data preprocessings before any algorithms¶ In [1]: #!pip install zipcodes In [2]: #!pip install basemap In [3]: import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns import zipcodes as zcode from sklearn.model_selection…

DataMining with PCA (Where to spend 100M$?)

  Farhad Piri¶ DATA MINING WITH PCA Loadings plot¶ Where to spend 100M $ budget?¶ In [1]: import pandas as pd from sklearn.preprocessing import StandardScaler from sklearn.decomposition import PCA import matplotlib.pyplot as plt In [3]: data = pd.read_csv(”) In [4]: data Out[4]: country…

My complex and extendable skill type

 Let`s dive into the skill type implementation I coded for a more generalized approach to handle unique character skills and their pool effects. The abilities could include but not limited to: Stun : Stuns the enemy and in which case…

Arassis Sneak peek

I can only provide a brief overview of my year’s work, but I take pride in our accomplishments at Arassis, where I served as the sole Unity developer on the team. With the MVP completed, we showcased our app at…

My nostalgic 3d animation

Hey guys, When I was a kid I was obsessed with 3ds Max . Here is what I had made 16 years ago. I am actually proud of the result considering the system specs and render times back then where…