January 2023
-
【DeepFake】 Using PyTorch to create AI that feminizes CEOs
If you were born a man, you would sometimes want to be a woman. So, this time, we will use PyTorch to create an AI that feminizes the CEO in DeepFake. Please note that DeepFake is legally dangerous due to portrait rights issues. Please do not do unscrupulous business such as pasting the face of a popular actress on an adult video. What to prepare Feminizing the CEO Check the NVIDIA GPU and CUDA versions. Install the DeepFake tool called…
-
【Stable Diffusion】I implemented "Unstable Illusion" that turns text into hallucinations!
Stable Diffusion and Unstable Illusion Stable Diffusion is trendy, isn't it? This is explained in detail in the following article, etc., so please refer to it. So we paid homage to Stable Diffusion and I created Unstable Illusion. Stable Diffusion = Stable Diffusion ↑ vs. Unstable Illusion = Unstable Vision It is. Because Anyone who just handles Stable Diffusion does it, so I tried to do something like that with a little effort. What we did was to use TensorFlow's…
-
【Stable Diffusion】I implemented "Unstable Illusion" that turns text into hallucinations!
Stable Diffusion and Unstable Illusion Stable Diffusion is trendy, isn’t it? This is explained in detail in the following article, etc., so please refer to it. So we paid homage to Stable Diffusion and I created Unstable Illusion. Stable Diffusion = Stable Diffusion ↑ vs. Unstable Illusion = Unstable Vision It is. Because Anyone who just handles Stable Diffusion does it, so I tried to do something like that with a little effort. What we did was to use TensorFlow’s…
-
About the 2022 Nobel Prize in Physics
Click here for the press release summary On October 4, 2022, the Nobel Prize in Physics was decided as follows: Alain Aspe Paris Sakurai University and École Polytechnique, Palaiseau, France John Crowther J.F. Crowther & Associates, Walnut Creek, California, USA Anton Seillinger Austria, University of Vienna They conducted groundbreaking experiments on "quantum entanglement" and their results paved the way from theory to technology. History and background of "quantum entanglement" The inexplicable effects of quantum mechanics are beginning to be applied.…
-
【MubertAI】AI that turns text into music realizes collaboration between Beatles and Queen
AI that turns text into music enables collaboration between Beatles and Queen I tried MubertAI, which turns text into music. The finished product Please take a look. The Beatles and the Queen Justin Bieber and Madonna John Lennon and Bob Dylan Chopin and Beethoven BTS and Blackpink Elvis Presley and Elton John Eminem and Taylor Swift Nirvana and Oasis Stray Kids and Beyoncé Ed Sheeran and Charlie Puth try Environment Import and Installation API Settings Tap API (*Please change the…
-
There are people who outsource their speeches by typing "I don't even have to speak myself" characters
First of all, the finished form Introducing D-ID Studio. (This is not a case.) ) Written content is gradually becoming less and less readable, video content takes time to create, and it is psychologically taxing for me to come forward and speak、、、 This makes me delicate. That said, I think you're more delicate. I don't want to be appreciated, troublesome, or mentally ill as much as possible. So, the solution is to make someone speak just by inputting characters with…
-
Solving compounding problems with PulP, PySIMPLE and Gurobi
CBC What is PuLP? PuLP is an LP modeler written in Python. PuLP generates MPS or LP files, Linear problems can be solved by calling GLPK, COIN-OR CLP/CBC, CPLEX, GUROBI, MOSEK, XPRESS, CHOCO, MIPCL, and SCIP. Install Supported Python versions Example scan To create a new variable, use LpVariable(). 0 <= x <= 3: 0 <= y <= 1: Use LpProblem() to create a new problem. Create myProblem ". Combine variables to create expressions and constraints and add them to…
-
Organize your machine learning projects into your MLflowProjects
MLflowProjects What are MLFlowProjects? Rules for organizing and writing code. MLFlowProjects Introduction Flow Learn more Example of setting description for each environment Conda Environment conda_environment.yaml VIrtualenv 環境 python_env.yaml Docker container environment Example 1: Image Example 2: Mounting a Volume and Specifying Environment Variables Example 3: Image in a remote registry Example 4: Using a prebuilt image ↓ mlflow run … –skip-image-build Example 5: Using Kubenetes
-
MLFlowModels to package a machine learning model
What are MLFlowModels? A format for packaging machine learning models. MLFlowModels Introduction Flow Learn more Directory configuration my_model/├── MLmodel├── model.pkl├── conda.yaml├── python_env.yaml└── requirements.txt MLmodel Files flavors Column-based Tensorbase Log signed Column-based Tensorbase Model Input Column-based Tensorbase
-
Bloch Sphere by cirq