Found 20 repositories(showing 20)
mechanicalgirl
Slides and resources for the Young Coders tutorial at PyCon 2013-2017
ninsau
A beginner-friendly coding tutorial book designed for young learners. This repository contains easy-to-follow chapters written in Markdown, covering various programming concepts.
Summary In this article, we are going to present the solution for the Women’s Health Risk Assessment data science competition on Microsoft’s Cortana Intelligence platform which was ranked among the top 5%. In this page, you can find the published Azure ML Studio experiment., a description of the data science process used, and finally a link to the R code (in GitHub). Competition Here is the description from the Microsoft Cortana Competition “To help achieve the goal of improving women's reproductive health outcomes in underdeveloped regions, this competition calls for optimized machine learning solutions so that a patient can be accurately categorized into different health risk segments and subgroups. Based on the categories that a patient falls in, healthcare providers can offer an appropriate education and training program to patients. Such customized programs have a better chance to help reduce the reproductive health risk of patients. This dataset used in this competition was collected via survey in 2015 as part of a Bill & Melinda Gates Foundation funded project exploring the wants, needs, and behaviors of women and girls with regards to their sexual and reproductive health in nine geographies. The objective of this machine learning competition is to build machine learning models to assign a young woman subject (15-30 years old) in one of the 9 underdeveloped regions into a risk segment, and a subgroup within the segment.” https://gallery.cortanaintelligence.com/Competition/Womens-Health-Risk-Assessment-1 Dataset The contains 9000 observations The original training dataset is in CSV format and can be found in the competition’s description. To submit a solution, two options are possible: build it in Azure ML Studio or build your solutions locally in R and then submit it through Azure ML Studio. An Azure ML’s solution, and a R script code where given as example. The two solutions are based on the use of a Generalized Linear Model is automatically downloaded. You can find a detailed description of the dataset, the R sample Code and a tutorial using Azure ML and R in the competition page Solution I started following the R tutorial for this competition. Then I have submitted the exact same R solution. The sample model has a 77% accuracy Pre-processing & Cleaning The first thing I did was changing the initial multinomial model (nnet package) for a random forest model (RandomForest package). All missing values have been replaced by 0 Feature selection Features have been selected using the function varImpPlot from the randomforest package Parameter tuning I have chosen (for educational matter) to use the module Tune Model Hyperparameters in Azure ML Studio. I could have also used the R Package Caret. Evaluation The final model has an accuracy of 86.36% (18 position over almost 500 participants) You can download the R code here
jcbiznoff
Various android/java tutorials for young adults with zero coding background
vmathur1
A tutorial for young coders.
LeviBarnes
Python tutorial for young code-breakers
ITU-0327
CodeVenture is an interactive Python learning platform designed for young learners. It combines game-like elements, quizzes, and personalized tutorials to make coding both educational and fun. With features like progress tracking and a leaderboard, CodeVenture aims to make Python programming an engaging and rewarding experience.
pixelwhipped
Learn to code, learn the basics of programming and create your own Games and Apps in Super Game System Basic. The SGS is a fictional 80's style system where with its own IDE for creating simple little games and apps. Ideal for young people just wanting to learn simple program flow and have fun doing it, or old retro enthusiasts wanting to see what they can do. Tutorials and Games include Tic Tac Toe Pirates Snakes Brickout River Run Less
Mozilla-Campus-Club-IIT
An Tutorial context repo which helps young coders to contribute
atafs
For my Young Magicians Generations Roblox games created with the roblox editor using the Code Kingdoms tutorials to learn about it!!
SPriyaJain
A short code snippet as part of a tutorial for young coders at a local hackathon.
Omkumar6458
An interactive platform for young learners to grasp coding fundamentals with features like tutorials, quizzes, and progress tracking.
Tosmel2
Learning Management System (LMS) for Web3 & coding courses! Explore handpicked resources: courses, tutorials, and materials. Empower young learners to master foundational principles & latest Web3 innovations.
omargalal-pr
I'm Omar Abdul-Rahman Galal — a passionate programmer sharing simple tutorials, real-world coding projects, debugging tips, and beginner-friendly guides. My goal is to make coding easier and inspire young minds. Subscribe now and join me on a fun, skill-boosting coding journey! 🔔💻.
JonatanQuiles87
Third project on Ubiqum code Academy, using React create app + bootstrap, this are a second part of tutorial of learning and using React, this have a information of a ficticial page of National Young Soccer League
rejanabajrami718-design
"CodeMind AI is a learning platform designed to make programming easy and fun. Explore interactive tutorials, practice coding challenges, and enhance your skills with AI-powered guidance. Perfect for beginners and young learners eager to build apps, websites, and projects while enjoying a creative learning experience."
rejanabajrami718-design
"CodeMind AI is a learning platform designed to make programming easy and fun. Explore interactive tutorials, practice coding challenges, and enhance your skills with AI-powered guidance. Perfect for beginners and young learners eager to build apps, websites, and projects while enjoying a creative learning experience."
Zshandi
A C++ learning project from when I was young. I followed this tutorial: http://www.sdltutorials.com/sdl-tutorial-tic-tac-toe but I added some computer player code. Then I recently decided to revisit it after going to university, and clean it up, adding some more functionality. I also wanted to create an unbeatable AI, which I have started but not yet finished.
DiegoCico
DYA (Develop Your Abilities) is an educational website dedicated to teaching kids and beginners how to code. It provides an interactive and engaging platform designed to make learning programming fun and accessible. The platform leverages game-like elements, visual programming languages, and step-by-step tutorials to help young learners and adults
astral-fate
Objective In this challenge, we're going to learn about the difference between a class and an instance; because this is an Object Oriented concept, it's only enabled in certain languages. Check out the Tutorial tab for learning materials and an instructional video! Task Write a Person class with an instance variable, , and a constructor that takes an integer, , as a parameter. The constructor must assign to after confirming the argument passed as is not negative; if a negative argument is passed as , the constructor should set to and print Age is not valid, setting age to 0.. In addition, you must write the following instance methods: yearPasses() should increase the instance variable by . amIOld() should perform the following conditional actions: If , print You are young.. If and , print You are a teenager.. Otherwise, print You are old.. To help you learn by example and complete this challenge, much of the code is provided for you, but you'll be writing everything in the future. The code that creates each instance of your Person class is in the main method. Don't worry if you don't understand it all quite yet! Note: Do not remove or alter the stub code in the editor.
All 20 repositories loaded