Loading...
Random Pearls Random Pearls New Menu
  • All Pearls
  • New Menu
  • Authors
  •  
  • Contact Us
  • Sign up
  • Login
    Forgot Password?
  • Follow us on
Image Back to Top Back to top
Language Preference
This website has language specific content. Here you can set the language(s) of your preference.

This setting does not affect the current page. It is used only for filtering pages in menus, preview tiles and search results.

It can be changed any time by using the login menu (if you are logged in) or by clicking the Language button on the left bottom of the page.
Log in to save your preference permanently.



If you do not set this preference, you may see a header like This page has 'language_name' content in page preview tiles.
Search
Showing Search Results
Your query for pages having Categories in Information Technology has returned 25 results.

Focus on, or filter the content placed exclusively under the respective categories by using the buttons and links below
By Categories
Match
Select Primary Language
For pages available in multiple languages, select the language of your preference
Number of preview tiles shown per page
16 32 48 64 128
All














Search Results for 'pages having Categories in Information Technology'

  • How to Make Private Updateable Clone in Git
    LearnInformation Technology Reference by manisar in 2021 (Jul 04) updated: 2023, Dec 24.
    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Create private equivalent of a fork of a public repo on github
    Open this page for seeing more
  • Ch. 1: Neural Networks - What's Happening? An Intuitive Introduction to Machine Learning
    LearnData Science, Neural Networks, Science and Technology by manisar in 2021 (Jan 06) updated: 2023, Dec 22.
    Page Preview Image

    In this chapter, we will be looking at the basics - the idea of prediction, using traditional regression and moving towards learning based methods.

    From traditional regression to neural networks - it's not that big a leap as you might think. In this book, let's get a peek into this transition while appreciating how animal kingdom is already using this strategy. We will be taking help from our friend - intuition - time and again.

    Location: All Content / Science and Technology / Information Technology / Neural Networks - What's Happening? …
    From the page
    Chapter 1: The Idea - Why Machine Leaning? What makes it different from linear and other simple regressions?
    Open this page for seeing more
  • Extract Subtitles from YouTube in Plain Text, SRT or VTT Formats
    LearnInformation Technology Tools by manisar in 2020 (Sep 28) updated: 2023, Dec 03.

    This online tool can be used to download (extract) captions / subtitles from YouTube in the language of your choice and formats such as plain text, vtt or srt.

    Location: All Content / Reference / Tools
    From the page
    Open this page for seeing more
  • 9Gag Media Downloader
    LearnInformation Technology Reference Tools by Eontra in 2023 (Dec 01) updated: 2023, Dec 02.
    Page Preview Image

    This for the connoisseur collector! Save your favorite media from 9gag in an automated fashion using this command-line tool.

    Location: All Content / Reference / Tools
    From the page
    For collectors!
    Open this page for seeing more
  • Ch. 1.1: Neural Networks - What's Happening? An Intuitive Introduction to Machine Learning
    LearnData Science, Neural Networks, Science and Technology by manisar in 2021 (Aug 28) updated: 2023, Oct 21.
    Page Preview Image
    Location: All Content / Science and Technology / Information Technology / Neural Networks - What's Happening? …
    From the page
    MNIST: The 'Hello World' of Machine Learning Programming
    Open this page for seeing more
  • Wireshark - analyze on GUI Live Packets from Remote Machine
    LearnInformation Technology Reference by manisar in 2023 (Apr 21) updated: 2023, May 29.
    Page Preview Image

    See in Wireshark GUI (on Windows, e.g.) packets coming from a remote machine in real time!

    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Open this page for seeing more
  • Add Querystring Parameters using a Bookmarklet; Force Wikipedia's Old Look and Feel
    LearnInformation Technology, Science and Technology Reference by manisar in 2023 (Jan 22) updated: 2023, Jan 24.
    Page Preview Image

    Go back to using the old style Wikipedia that had more content per screen (on widescreens), without using browser extensions and without compromising privacy.

    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Open this page for seeing more
  • Ad
  • Windows Shortcut for Getting Location of Selected Item(s)
    LearnInformation Technology, Science and Technology Reference by manisar in 2022 (Nov 27) updated: 2022, Nov 27.
    Page Preview Image

    Get path to selected items (in Windows explorer) into the clipboard

    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Open this page for seeing more
  • VS Code Remote Explorer + SSH + Password-less Login
    LearnInformation Technology, Science and Technology Reference by manisar in 2022 (Jul 07) updated: 2022, Jul 07.
    Page Preview Image

    It's possible! With VS Code, we can connect to a Linux machine from Windows and work on our code as if the code was sitting on our host machine.

    Further, we can even configure VS Code to read our SSH config and present us with our pre-configured connections along with the option of using public key authentication.

    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Some Important Tweaks
    Open this page for seeing more
  • What's up with VS Code Remote, WSL, Docker and Dev-containers?
    LearnInformation Technology by manisar in 2021 (May 28) updated: 2022, May 03.
    Page Preview Image

    VS Code in itself is developer's delight. Add remote development to it with (or without) WSL, Docker and Dev Containers - and it is heaven! Well, for a coder at least.

    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Code, develop, build, test and showcase like a Pro
    Open this page for seeing more
  • 2FA and Authenticator Apps - The Issues and the Way Out!
    LearnInformation Technology, Science and Technology Reference by manisar in 2022 (Mar 15) updated: 2022, May 01.
    Page Preview Image

    A truly portable and secure solution for managing your 2FA accounts! No need to worry about losing your laptop, phone or changing from Android to iOS or vice versa (well, at least in terms of having your 2FA accounts reconfigured 🙂).

    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Open this page for seeing more
  • Knight's Tour on A Chessboard
    LearnInformation Technology Tools by manisar in 2020 (May 18) updated: 2022, Jan 06.
    Page Preview Image

    Find solution to a knight's tour problem starting with any position.

    Location: All Content / Reference / Tools
    From the page
    Open this page for seeing more
  • Ch. 4.2: Neural Networks - What's Happening? An Intuitive Introduction to Machine Learning
    LearnData Science, Machine Learning, Science and Technology by manisar in 2021 (Sep 09) updated: 2021, Oct 04.
    Page Preview Image

    Learn about LSTMs, and see why they work the way they do by interacting with one!
    It's astonishing to see that by using a very simple mechanism, we can somewhat generate the pattern long and short term memory are supposed to follow.

    Location: All Content / Science and Technology / Information Technology / Neural Networks - What's Happening? … / Types of Neural Networks
    From the page
    LSTM or Long-Short Term Memory - Learn by Interacting
    Open this page for seeing more
  • Ch. 3: Neural Networks - What's Happening? An Intuitive Introduction to Machine Learning
    LearnData Science, Neural Networks, Science and Technology by manisar in 2021 (Jan 06) updated: 2021, Sep 26.
    Page Preview Image

    After constructing the theoretical framework in the last chapter, we will now be dealing with some of the practical difficulties.

    From traditional regression to neural networks - it's not that big a leap as you might think. In this book, let's get a peek into this transition while appreciating how animal kingdom is already using this strategy. We will be taking help from our friend - intuition - time and again.

    Location: All Content / Science and Technology / Information Technology / Neural Networks - What's Happening? …
    From the page
    Let's Look at some of the Practical Difficulties
    Open this page for seeing more
  • Show Markdown from within Code Cells in Jupyter and VS Code's Python Interactive
    LearnInformation Technology Reference by manisar in 2021 (Jul 26) updated: 2021, Sep 21.
    Page Preview Image
    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Open this page for seeing more
  • Ad
  • Sudoku Solver
    LearnInformation Technology Tools by manisar in 2020 (Apr 20) updated: 2021, Sep 10.
    A typical Sudoku grid

    A simple 9x9 Sudoku Solver tool using backtracking. The current version runs on Python.

    Location: All Content / Reference / Tools
    From the page
    This page utilizes a service that solves a 9x9 Sudoku. The service is written in Python.
    Open this page for seeing more
  • Information Theory - Rationale Behind Using Logarithm for Entropy, and Other Explanations
    LearnData Science, Machine Learning, Mathematics by manisar in 2021 (Jan 13) updated: 2021, Sep 10.

    See the Information Theory in a new light. Understand intuitively how the information of an event naturally relates to its probability and encoding
    And, it's nice to know that understanding information theory helps in getting some of the aspects of machine learning as well.

    Location: All Content / Science and Technology / Mathematics
    From the page
    Open this page for seeing more
  • Save Windows Screenshot as jpg File using a Shortcut Key
    LearnInformation Technology Reference Tools by manisar in 2021 (Jun 22) updated: 2021, Aug 17.
    Location: All Content / Science and Technology / Information Technology / Coding and Development - Reference …
    From the page
    Save any image from clipboard in general
    Open this page for seeing more
  • Numpy Array - Sum, Axes and Dimensions
    LearnInformation Technology by manisar in 2021 (Jun 15) updated: 2021, Aug 11.
    Page Preview Image
    Location: All Content / Science and Technology / Information Technology / Concepts
    From the page
    Open this page for seeing more
  • Neural Networks - What's Happening? An Intuitive Introduction to Machine Learning
    LearnData Science, Neural Networks by manisar in 2020 (Dec 28) updated: 2021, Jul 28.

    From traditional regression to neural networks - it's not that big a leap as you might think. Let's get a peek into this transition while appreciating how biology has figured out this strategy and worked it to almost perfection. We will be taking help from our friend - intuition - time and again.

    Location: All Content / Science and Technology / Information Technology
    This page has sub pages
    From the page
    Open this page for seeing more
  • Ch. 4.1: Neural Networks - What's Happening? An Intuitive Introduction to Machine Learning
    LearnData Science, Neural Networks, Science and Technology by manisar in 2021 (Jul 01) updated: 2021, Jul 03.
    Page Preview Image

    In this chapter, we'll be looking at the description of recurrent neural network (RNN).

    Location: All Content / Science and Technology / Information Technology / Neural Networks - What's Happening? … / Types of Neural Networks
    From the page
    Recurrent Neural Network - RNN
    Open this page for seeing more
  • Types of Neural Networks
    LearnData Science, Neural Networks, Science and Technology by manisar in 2021 (Jul 02) updated: 2021, Jul 02.
    Location: All Content / Science and Technology / Information Technology / Neural Networks - What's Happening? …
    This page has sub pages
    From the page
    Open this page for seeing more
  • Ch. 2: Neural Networks - What's Happening? An Intuitive Introduction to Machine Learning
    LearnData Science, Neural Networks, Science and Technology by manisar in 2021 (Jan 06) updated: 2021, Jun 27.
    Page Preview Image

    In this chapter, we will be sharpening our theoretical tools and sneak our way into the mathematics of neural networks.

    From traditional regression to neural networks - it's not that big a leap as you might think. In this book, let's get a peek into this transition while appreciating how animal kingdom is already using this strategy. We will be taking help from our friend - intuition - time and again.

    Location: All Content / Science and Technology / Information Technology / Neural Networks - What's Happening? …
    From the page
    Chapter 2: Beating the Theoretical Difficulties and Making Gradient Descent Work
    Open this page for seeing more
  • Ad
  • Information Technology
    LearnInformation Technology in 2020 (Dec 31) updated: 2021, Jan 22.
    Location: All Content / Science and Technology
    This page has sub pages
    From the page
    Open this page for seeing more
  • Stock Quotes Scraping
    LearnInformation Technology Tools by manisar in 2020 (Apr 20) updated: 2020, Nov 23.

    A demo tool for scraping share prices from Google Finance.

    Location: All Content / Reference / Tools
    From the page
    This is a demo tool for scraping quotes from Google Finance.
    Open this page for seeing more

  • End of content
    End of content
    Fetching data...

    Copyright © randompearls.com 2020

    Privacy Policy