Raghav

Results 12 issues of Raghav

One typo on p-167 iris.dat ->iris.data

Below are the snippets of codes from the book . I got underlined errors while running them on Jyupyter notebooks ,Python 3 . Please resolve type SomeFIle.txt | python egrep.py...

Hello! i have successfully installed mitdeeplearning pckg on anaconda but got error ("No module named 'cv2'") while importing on jupyter notebook. Can't we use mitdeeplearning on other environments ?

[WIP] GHZ state calculator ### Summary It is a small GHZ state GUI .You just need to enter number of qubits it will entangle those qubits for you. It is...

I am implementing "Deep Dream" but got an error . code: `grads = K.gradients(loss,dream)[0]` Error : tf.gradients is not supported when eager execution is enabled. Use tf.GradientTape instead. I have...

**Describe the bug** A clear and concise description of what the bug is. os_path is not defined in rename_file function (line 579). **To Reproduce** Steps to reproduce the behavior: 1....

bug

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - This isn't issue but request for enhancement. - Similiar Issue rust-lang/mdbook#153 -...

This PR will fix #3632 . **Changes**: Replaced instance of Button to a Button in [ch17-02-trait-objects](https://github.com/rust-lang/book/blob/main/src/ch17-02-trait-objects.md).

This PR will fix #3687 **Change:** Corrected the intro to TCP and HTTP in [ch20-01-single-threaded](https://doc.rust-lang.org/stable/book/ch20-01-single-threaded.html)

Every time a new PR is opened workflows don't run automatically, which slows down contribution process (not scalable too). I suggest to use `pull_request_target` instead of `pull_request` in github actions....