Medet Ahmetson (37)

Ara

Computers are the best technology for expressing and exploring our minds. The result of expressing our thoughts through computers produces structured, precise information. This information has various names: All this information has unique characteristics: the computers or software could execute the data, including the conditions.

Continue reading...

Ara leading ideas

My father wanted me to be an architect. He would bring 3ds Max, Photoshop and books that teaches those softwares. In Turkmenistan, architects earn a lot, and well respected in the society. And since childhood I was into the art, my father wanted me to…

Continue reading...

Steve Jobs is not a role-model

I use Steve Jobs' own words: "Innovations lead to the innovations". His own company, his own products don't lead to the technical innovations. When you read the history, when there are no new ideas, but a sophistication of what was built, this indicates a decline…

Continue reading...

Programming Language: Rust

Rust is a programming language designed by Mozilla Foundation. This is the notes on Rust Book. CLI applications: rustc rustup cargo cargo new <project_name> cargo build // --release for production cargo run cargo check //ensures code compiles but doesn't build the executable. fn main() {…

Continue reading...

Notes on "Practical deep learning": foundation

While trying to launch the model, I discovered the book was outdated. Now, we took video lessons more than the book chapters. These are the notes on Lesson 3: How Neural Networks work and how to optimize it. Run notebooks in the /clean folder from the…

Continue reading...