Skip to content
#

beginner

Here are 113 public repositories matching this topic...

Leo-Mu
Leo-Mu commented May 26, 2017

Why not link to everyone's file in the humans directory?

Well. Now on the index page, we can only see the link to human.txt and some links to everyone's GitHub profile. If I want to see a page someone created in humans directory, it will be hard to find it. Why not write a piece of JavaScript to display links to pages in the humans directory rather than GitHub profiles.

Do you need a

jlp765
jlp765 commented Jan 27, 2020

A suggested addition to
Basic Data Types -> floats
(or maybe its own sub-section)

An extended example with two operators of the same precedence, e.g.

5.0 * 3.0 mod 10.0
is evaluated as
(5.0 * 3.0) mod 10.0
because multiplication and modulus have the same precedence level

It might help to include a reference to Precedence Levels at https://nim-lang.org/docs/manual.html#sy

HandyTools

Reviews can make or break a product; as a result, many companies take drastic measures to ensure that their product receives good reviews. When it comes to board games, reviews and word-of-mouth are everything. In this project, we will be using a linear regression model to predict the average review a board game will receive based on characteristics such as minimum and maximum number of players, playing time, complexity, etc. Before we get started, we will need to clone a GitH

  • Updated Aug 18, 2019
  • HTML

Principal Component Analysis is One of the Most Popular Dimensionality Reduction Algorithms used in Machine Learning Which comes under Unsupervised Way of Learning. It is also Used as a way of Feature Extraction where, More Information is Extracted from all the Existing Attributes, in just some 3-4 Attributes using the Concepts of Eigen Values and Eigen Vectors.

  • Updated Aug 18, 2019
  • HTML

Image Super Resolution is one of the most Intriguing and Interesting Projects in Deep Learning and It is done by an Architecture of Deep Learning called Super Resolution Convolutional Neural Networks or SRCNN. Using Image Super Resolution Technique we can convert the Low Resolution Images into High Resolution, Which can be really helpful for Domains where the Clarity and High Definitions are Highly Required.

  • Updated Aug 19, 2019
  • HTML

It is One of the Easiest Problems in Data Science to Detect the MNIST Numbers, Using a Classification Algorithm, Here I have used a csv File which contains the Pixels of the Numbers from 0 to 9 and we have to Classify the Numbers Accordingly. I have Used K-Means Classification Algorithm.

  • Updated Aug 19, 2019
  • HTML

Improve this page

Add a description, image, and links to the beginner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beginner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.