All Projects → mhuzaifadev → mlzero_to_hero

mhuzaifadev / mlzero_to_hero

Licence: MIT license
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to mlzero to hero

Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-17.5%)
Mutual labels:  machine-learning-algorithms, machinelearning
Real Time Ml Project
A curated list of applied machine learning and data science notebooks and libraries across different industries.
Stars: ✭ 143 (+257.5%)
Mutual labels:  machine-learning-algorithms, machinelearning
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (+32.5%)
Mutual labels:  machine-learning-algorithms, machinelearning
Articles
A repository for the source code, notebooks, data, files, and other assets used in the data science and machine learning articles on LearnDataSci
Stars: ✭ 350 (+775%)
Mutual labels:  machine-learning-algorithms, machinelearning
Bet On Sibyl
Machine Learning Model for Sport Predictions (Football, Basketball, Baseball, Hockey, Soccer & Tennis)
Stars: ✭ 190 (+375%)
Mutual labels:  machine-learning-algorithms, machinelearning
Model Describer
model-describer : Making machine learning interpretable to humans
Stars: ✭ 22 (-45%)
Mutual labels:  machine-learning-algorithms, machinelearning
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+4675%)
Mutual labels:  machine-learning-algorithms, machinelearning
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-42.5%)
Mutual labels:  machine-learning-algorithms, machinelearning
Boostaroota
A fast xgboost feature selection algorithm
Stars: ✭ 165 (+312.5%)
Mutual labels:  machine-learning-algorithms, machinelearning
Nano Neuron
🤖 NanoNeuron is 7 simple JavaScript functions that will give you a feeling of how machines can actually "learn"
Stars: ✭ 2,050 (+5025%)
Mutual labels:  machine-learning-algorithms, machinelearning
Homemade Machine Learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
Stars: ✭ 18,594 (+46385%)
Mutual labels:  machine-learning-algorithms, machinelearning
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+7290%)
Mutual labels:  machine-learning-algorithms, machinelearning
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (+575%)
Mutual labels:  machine-learning-algorithms, machinelearning
Echotorch
A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
Stars: ✭ 231 (+477.5%)
Mutual labels:  machine-learning-algorithms, machinelearning
Machine-learning-implement
Teach you how to implement machine learning algorithms
Stars: ✭ 37 (-7.5%)
Mutual labels:  machine-learning-algorithms, machinelearning
Makine Ogrenmesi
Makine Öğrenmesi Türkçe Kaynak
Stars: ✭ 82 (+105%)
Mutual labels:  machine-learning-algorithms, machinelearning
Anomaly Detection
anomaly detection with anomalize and Google Trends data
Stars: ✭ 38 (-5%)
Mutual labels:  machine-learning-algorithms, machinelearning
zoofs
zoofs is a python library for performing feature selection using a variety of nature-inspired wrapper algorithms. The algorithms range from swarm-intelligence to physics-based to Evolutionary. It's easy to use , flexible and powerful tool to reduce your feature size.
Stars: ✭ 142 (+255%)
Mutual labels:  machine-learning-algorithms, machinelearning
Mariana
The Cutest Deep Learning Framework which is also a wonderful Declarative Language
Stars: ✭ 151 (+277.5%)
Mutual labels:  machine-learning-algorithms, machinelearning
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (+380%)
Mutual labels:  machine-learning-algorithms, machinelearning

mlzero_to_hero

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License

About The Project

This project was originally initiated under the influence of Google Developer Student Clubs and Microsoft Learn Student Ambassadors - SSUET campus to teach more and more students about technology. Over the internet, there are great resources to learn Machine Learning, but what it lacks is the proper flow in their road map, which triggers the students to give up in the half way mostly.

This project is created to let student have a quickest and easiest handsa on journey with Machine Learning using Python3. However, currently notebook doesn't possess any Mathematical material, but we surely be digging on it with other experienced ML writers to help through out that process.

The end goal of this repository is just 3 hours per day and only 30 days, and you will be best with Machine Learning, you may have never imagined.

Built With

The entire project (course) is focused on Python 3. (We recommend Python 3.6 to 3.8), following some famously required packages in Python. And the most important ingredient here is LOVE.

Getting Started

Install Python 3.8X in your local machine. Once done. Open terminal and run

pip install jupyternotebook

Then reopen your termial in your desire directory, and run

jupyter notebook

In that way, jupyter notebook will initiate its kernal and live on the local host.

The other possible and easiest solution is to sign into your Google Account and hit https://colab.research.google.com . This will open Colab, an online Jupyter Notebook workspace by Google. All environments are already built in, you can directly start working on Colab.

Prerequisites

Your system must meet the requirement of Windows 7 or equivalent with minimum of 2 to 3GB of memory available.

Another important prerequisite is to learn Probability and Statistics. If your not currently good at it or doen't even know a bit about it. So there's absolutely no need to be worry about. Head over to Statistics - Udacity Free Course, it will take you just 10 days to get best Probability and Statistics. But believe me without it, learning Machine Learning is simply like learning how to fly a plane without having a plane.

Roadmap

See the open issues for a list of proposed features (and known issues). The roadmap of this project is comprising over FOUR sections.

  • Data Preprocessing & Visualisation
    Data preprocessing is a data mining technique which is used to transform the raw data in a useful and efficient format. Data visualization is the graphical representation of information and data. By using visual elements like charts, graphs, and maps, data visualization tools provide an accessible way to see and understand trends, outliers, and patterns in data.
  • Supervised Learning using Sklearn
    Supervised learning (SL) is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples.
  • Unsupervised Learning using Sklearn
    Unsupervised Learning is a machine learning technique in which the users do not need to supervise the model. Instead, it allows the model to work on its own to discover patterns and information that was previously undetected. It mainly deals with the unlabelled data.
  • Introduction to Neural Networks using Numpy
    A neural network is a series of algorithms that endeavors to recognize underlying relationships in a set of data through a process that mimics the way the human brain operates. In this sense, neural networks refer to systems of neurons, either organic or artificial in nature.
  • A Familiarisation with Tensorflow, OpenCV, etc.
    TensorFlow is an open-source library developed by Google primarily for deep learning applications. It also supports traditional machine learning.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

🤝🏻  Connect with Me

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].