An organized list of interesting article from Tetsuo
- Article 0/4: Classification, Regression, and Feed-Forward Neural Networks.
- Article 1/4: Introduction to Machine Learning in C With TensorFlow C API.
An organized list of interesting article from Tetsuo
#!/bin/zsh | |
# Function to convert natural language queries into Unix commands using Ollama's API | |
# Usage: t2c list files in current folder | |
# Requirements: curl, jq, and Ollama running locally on port 11434 | |
# Remember to run the command: source t2c.zsh | |
# in order for the command t2c to be available in your current shell session | |
t2c() { |
The first step will be to add your public key to github:
~/.ssh/id_rsa
).git clone [email protected]/your_user/some_private_repo.git
After attaching the volume to the instance, you can check the device list. The new device will be listed as created recently:
$ ls -l /dev | grep xvd
brw-rw---- 1 root disk 202, 0 Jul 13 2020 xvda
brw-rw---- 1 root disk 202, 1 Jul 13 2020 xvda1